vercel: add new models and interleaved support#770
Merged
rekram1-node merged 5 commits intoanomalyco:devfrom Feb 5, 2026
Merged
vercel: add new models and interleaved support#770rekram1-node merged 5 commits intoanomalyco:devfrom
rekram1-node merged 5 commits intoanomalyco:devfrom
Conversation
Add new models: - alibaba/qwen3-max-thinking: Qwen 3 Max with reasoning - arcee-ai/trinity-large-preview: Trinity 400B MoE model - moonshotai/kimi-k2.5: Kimi K2.5 with vision and reasoning - openai/gpt-4o-mini-search-preview: GPT-4o Mini search variant - zai/glm-4.7-flashx: GLM 4.7 Flash lightweight model Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Comment on lines
9
to
19
| tool_call = true | ||
| open_weights = true | ||
|
|
||
| [cost] | ||
| input = 0.06 | ||
| output = 0.40 | ||
| cache_read = 0.01 | ||
|
|
||
| [limit] | ||
| context = 200_000 | ||
| output = 128_000 |
Contributor
There was a problem hiding this comment.
believe this is an interleaved reasoning model?
Contributor
Author
There was a problem hiding this comment.
updated! added interleaved reasoning field to the other ones that support as well
Add anthropic/claude-opus-4.6 from Vercel AI Gateway: - 1M context window, 128K output - $5.00/$25.00 per 1M tokens (input/output) - Supports vision, reasoning, and tool use Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add interleaved reasoning support to models confirmed by other providers: - Claude: 3.7-sonnet, haiku-4.5, opus-4/4.1/4.5/4.6, sonnet-4/4.5 - DeepSeek: R1, V3.2-thinking - MiniMax: M2, M2.1 - Kimi: K2-thinking, K2-thinking-turbo, K2.5 - GLM: 4.5, 4.6, 4.7, 4.7-flashx Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
interleaved = trueto 19 models (Claude, DeepSeek, MiniMax, Kimi, GLM)Test plan
bun validatepasses🤖 Generated with Claude Code