diff --git a/bun.lock b/bun.lock index ea60d8248e..8630bb799c 100644 --- a/bun.lock +++ b/bun.lock @@ -636,7 +636,7 @@ }, "sdk/packages/agents": { "name": "@cline/agents", - "version": "0.0.79", + "version": "0.0.80", "dependencies": { "@cline/llms": "workspace:*", "@cline/shared": "workspace:*", @@ -645,7 +645,7 @@ }, "sdk/packages/core": { "name": "@cline/core", - "version": "0.0.79", + "version": "0.0.80", "dependencies": { "@cline/agents": "workspace:*", "@cline/llms": "workspace:*", @@ -683,7 +683,7 @@ }, "sdk/packages/llms": { "name": "@cline/llms", - "version": "0.0.79", + "version": "0.0.80", "dependencies": { "@ai-sdk/amazon-bedrock": "^5.0.50", "@ai-sdk/anthropic": "^4.0.36", @@ -730,14 +730,14 @@ }, "sdk/packages/sdk": { "name": "@cline/sdk", - "version": "0.0.79", + "version": "0.0.80", "dependencies": { "@cline/core": "workspace:*", }, }, "sdk/packages/shared": { "name": "@cline/shared", - "version": "0.0.79", + "version": "0.0.80", "dependencies": { "aws4fetch": "^1.0.20", "jsonrepair": "^3.13.2", diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 52309192dd..8e0614062b 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # Cline SDK Changelog +## 0.0.80 + +- New files created by the file-writing tools now use the platform's native line endings +- Fixed `search_codebase` crashing the process on files that contain a single enormous line +- Credentials embedded in git remote URLs are now redacted from the workspace information included in the system prompt +- Claude Code is now marked as a subscription-billed provider, so hosts suppress its per-token prices and API-rate cost estimates. Its models reuse Anthropic API pricing metadata, which produced dollar figures for usage that is covered by a Claude Pro/Max subscription +- `installMcpServer` no longer treats a `--` separator in the install arguments as part of the stdio command +- The `tasks` tool can now be configured to offer only scheduled work, disabling the Todo kind while leaving the Agenda backend intact +- Refreshed the model catalog. Adds seven providers (Agnes AI, Aixy, IteraCompute, LLM Tech, NeoSmith, Pendra, and Standard Compute) and updates model lists and pricing across providers. The resolved default model changes for ClinePass (now GLM 5.3), Z.ai, Hugging Face, evroc, LLM Gateway, NanoGPT, and Weights & Biases, so if you use one of those without pinning a model you will get a different default + ## 0.0.79 - The hub's durable event log is now capped at 64 MiB on disk. Event envelopes carrying full session snapshots could previously accumulate to tens of gigabytes, since row and time retention alone did not bound file size and deletes never shrink a SQLite file. Oldest events are dropped first and the file is vacuumed to return the space, and pruning now also runs after every 16 MiB appended instead of waiting for the hourly sweep diff --git a/sdk/packages/agents/package.json b/sdk/packages/agents/package.json index 876f0158fb..cfc5dd5245 100644 --- a/sdk/packages/agents/package.json +++ b/sdk/packages/agents/package.json @@ -1,6 +1,6 @@ { "name": "@cline/agents", - "version": "0.0.79", + "version": "0.0.80", "repository": { "type": "git", "url": "https://github.com/cline/cline", diff --git a/sdk/packages/core/package.json b/sdk/packages/core/package.json index 21d21fe0bc..4e3ac532b1 100644 --- a/sdk/packages/core/package.json +++ b/sdk/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@cline/core", "description": "Cline Core SDK for Node Runtime", - "version": "0.0.79", + "version": "0.0.80", "repository": { "type": "git", "url": "https://github.com/cline/cline", diff --git a/sdk/packages/llms/package.json b/sdk/packages/llms/package.json index c09dc47eea..166af3647f 100644 --- a/sdk/packages/llms/package.json +++ b/sdk/packages/llms/package.json @@ -1,6 +1,6 @@ { "name": "@cline/llms", - "version": "0.0.79", + "version": "0.0.80", "description": "Config-driven SDK for selecting, extending, and instantiating LLM providers and models", "repository": { "type": "git", diff --git a/sdk/packages/llms/src/catalog/catalog.generated.ts b/sdk/packages/llms/src/catalog/catalog.generated.ts index deccc6cf00..f4895b5f00 100644 --- a/sdk/packages/llms/src/catalog/catalog.generated.ts +++ b/sdk/packages/llms/src/catalog/catalog.generated.ts @@ -14,7 +14,7 @@ export const GENERATED_PROVIDER_MODELS: { version: number providers: Record> } = { - version: 1787608218762, + version: 1787732821480, providers: { "302ai": { "claude-opus-4-7": { @@ -4840,6 +4840,87 @@ export const GENERATED_PROVIDER_MODELS: { "family": "claude-opus" } }, + "agnes": { + "agnes-2.5-pro-alpha": { + "id": "agnes-2.5-pro-alpha", + "name": "Agnes 2.5 Pro Alpha", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 65536, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "toggle" + } + ], + "pricing": { + "input": 0.45, + "output": 0.9, + "cacheRead": 0.0038, + "cacheWrite": 0 + }, + "releaseDate": "2026-07-24" + }, + "agnes-2.5-flash": { + "id": "agnes-2.5-flash", + "name": "Agnes 2.5 Flash", + "contextWindow": 512000, + "maxInputTokens": 512000, + "maxTokens": 65536, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature" + ], + "reasoningOptions": [ + { + "type": "toggle" + } + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-07" + }, + "agnes-2.0-flash": { + "id": "agnes-2.0-flash", + "name": "Agnes 2.0 Flash", + "contextWindow": 512000, + "maxInputTokens": 512000, + "maxTokens": 65536, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature" + ], + "reasoningOptions": [ + { + "type": "toggle" + } + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-05-25" + } + }, "ai-router": { "gpt-5.6-luna": { "id": "gpt-5.6-luna", @@ -7682,6 +7763,31 @@ export const GENERATED_PROVIDER_MODELS: { } } }, + "aixy": { + "openai/gpt-4.1-mini": { + "id": "openai/gpt-4.1-mini", + "name": "GPT-4.1 mini", + "contextWindow": 1047576, + "maxInputTokens": 1047576, + "maxTokens": 32768, + "capabilities": [ + "images", + "files", + "tools", + "structured_output", + "temperature", + "prompt-cache" + ], + "pricing": { + "input": 0.4, + "output": 1.6, + "cacheRead": 0.1, + "cacheWrite": 0 + }, + "releaseDate": "2025-04-14", + "family": "gpt-mini" + } + }, "aki-io": { "qwen3.8-27b": { "id": "qwen3.8-27b", @@ -20106,7 +20212,7 @@ export const GENERATED_PROVIDER_MODELS: { "id": "cline-pass/kimi-k3", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -20139,148 +20245,6 @@ export const GENERATED_PROVIDER_MODELS: { "family": "kimi-k3", "description": "Leading open weights model (reliability might be unstable and will consume usage faster than others)" }, - "cline-pass/qwen3.8-max": { - "name": "Qwen3.8 Max", - "id": "cline-pass/qwen3.8-max", - "contextWindow": 1000000, - "maxInputTokens": 1000000, - "maxTokens": 131072, - "capabilities": [ - "images", - "video", - "tools", - "reasoning", - "structured_output", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [ - { - "type": "effort", - "values": [ - "minimal", - "low", - "medium", - "high", - "xhigh" - ] - } - ], - "pricing": { - "input": 2, - "output": 6, - "cacheRead": 0.25, - "cacheWrite": 2.5 - }, - "releaseDate": "2026-08-03", - "family": "qwen", - "description": "Qwen's New SOTA coding model" - }, - "cline-pass/deepseek-v4-flash": { - "name": "DeepSeek V4 Flash", - "id": "cline-pass/deepseek-v4-flash", - "contextWindow": 1048576, - "maxInputTokens": 1048576, - "maxTokens": 384000, - "capabilities": [ - "tools", - "reasoning", - "structured_output", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [ - { - "type": "toggle" - }, - { - "type": "effort", - "values": [ - "high", - "xhigh" - ] - } - ], - "pricing": { - "input": 0.056, - "output": 0.112, - "cacheRead": 0.0112, - "cacheWrite": 0 - }, - "releaseDate": "2026-04-24", - "family": "deepseek-flash", - "description": "Fast and efficient with 1M context window" - }, - "cline-pass/glm-5.2": { - "name": "GLM-5.2", - "id": "cline-pass/glm-5.2", - "contextWindow": 1048576, - "maxInputTokens": 1048576, - "maxTokens": 131072, - "capabilities": [ - "tools", - "reasoning", - "structured_output", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [ - { - "type": "toggle" - }, - { - "type": "effort", - "values": [ - "high", - "xhigh" - ] - } - ], - "pricing": { - "input": 0.966, - "output": 3.036, - "cacheRead": 0.1932, - "cacheWrite": 0 - }, - "releaseDate": "2026-06-13", - "family": "glm", - "description": "Top open weights model" - }, - "cline-pass/deepseek-v4-pro": { - "name": "DeepSeek V4 Pro", - "id": "cline-pass/deepseek-v4-pro", - "contextWindow": 1048576, - "maxInputTokens": 1048576, - "maxTokens": 384000, - "capabilities": [ - "tools", - "reasoning", - "structured_output", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [ - { - "type": "toggle" - }, - { - "type": "effort", - "values": [ - "high", - "xhigh" - ] - } - ], - "pricing": { - "input": 0.522, - "output": 1.044, - "cacheRead": 0.0435, - "cacheWrite": 0 - }, - "releaseDate": "2026-04-24", - "family": "deepseek-thinking", - "description": "Frontier reasoning and coding with 1M context window" - }, "cline-pass/qwen3.7-max": { "name": "Qwen3.7 Max", "id": "cline-pass/qwen3.7-max", @@ -20314,72 +20278,12 @@ export const GENERATED_PROVIDER_MODELS: { "family": "qwen", "description": "Flagship agent model with 1M context window" }, - "cline-pass/qwen3.7-plus": { - "name": "Qwen3.7 Plus", - "id": "cline-pass/qwen3.7-plus", - "contextWindow": 1000000, - "maxInputTokens": 1000000, - "maxTokens": 131072, - "capabilities": [ - "images", - "tools", - "reasoning", - "structured_output", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [ - { - "type": "toggle" - }, - { - "type": "budget_tokens", - "min": 1, - "max": 262144 - } - ], - "pricing": { - "input": 0.32, - "output": 1.28, - "cacheRead": 0.064, - "cacheWrite": 0.4 - }, - "releaseDate": "2026-06-02", - "family": "qwen", - "description": "Fast multimodal agent model with vision and video input" - }, - "cline-pass/minimax-m3": { - "name": "MiniMax-M3", - "id": "cline-pass/minimax-m3", - "contextWindow": 1048576, - "maxInputTokens": 1048576, - "maxTokens": 512000, - "capabilities": [ - "images", - "video", - "tools", - "reasoning", - "structured_output", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [], - "pricing": { - "input": 0.3, - "output": 1.2, - "cacheRead": 0.06, - "cacheWrite": 0 - }, - "releaseDate": "2026-06-01", - "family": "minimax", - "description": "Frontier coding and agent model with 1M context window" - }, "cline-pass/kimi-k2.7-code": { "name": "Kimi K2.7 Code", "id": "cline-pass/kimi-k2.7-code", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -20404,7 +20308,7 @@ export const GENERATED_PROVIDER_MODELS: { "id": "cline-pass/kimi-k2.6", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -20456,6 +20360,208 @@ export const GENERATED_PROVIDER_MODELS: { "family": "glm", "description": "Z-AI's new top open-weights model" }, + "cline-pass/qwen3.8-max": { + "name": "Qwen3.8 Max", + "id": "cline-pass/qwen3.8-max", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 131072, + "capabilities": [ + "images", + "video", + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "minimal", + "low", + "medium", + "high", + "xhigh" + ] + } + ], + "pricing": { + "input": 2, + "output": 6, + "cacheRead": 0.25, + "cacheWrite": 2.5 + }, + "releaseDate": "2026-08-03", + "family": "qwen", + "description": "Qwen's New SOTA coding model" + }, + "cline-pass/minimax-m3": { + "name": "MiniMax-M3", + "id": "cline-pass/minimax-m3", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 512000, + "capabilities": [ + "images", + "video", + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.3, + "output": 1.2, + "cacheRead": 0.06, + "cacheWrite": 0 + }, + "releaseDate": "2026-06-01", + "family": "minimax", + "description": "Frontier coding and agent model with 1M context window" + }, + "cline-pass/glm-5.2": { + "name": "GLM-5.2", + "id": "cline-pass/glm-5.2", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 262144, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "toggle" + }, + { + "type": "effort", + "values": [ + "high", + "xhigh" + ] + } + ], + "pricing": { + "input": 1.19, + "output": 3.74, + "cacheRead": 0.221, + "cacheWrite": 0 + }, + "releaseDate": "2026-06-13", + "family": "glm", + "description": "Top open weights model" + }, + "cline-pass/deepseek-v4-pro": { + "name": "DeepSeek V4 Pro", + "id": "cline-pass/deepseek-v4-pro", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 384000, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "toggle" + }, + { + "type": "effort", + "values": [ + "high", + "xhigh" + ] + } + ], + "pricing": { + "input": 0.87, + "output": 1.74, + "cacheRead": 0.0725, + "cacheWrite": 0 + }, + "releaseDate": "2026-04-24", + "family": "deepseek-thinking", + "description": "Frontier reasoning and coding with 1M context window" + }, + "cline-pass/deepseek-v4-flash": { + "name": "DeepSeek V4 Flash", + "id": "cline-pass/deepseek-v4-flash", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 384000, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "toggle" + }, + { + "type": "effort", + "values": [ + "high", + "xhigh" + ] + } + ], + "pricing": { + "input": 0.088606, + "output": 0.177212, + "cacheRead": 0.017721, + "cacheWrite": 0 + }, + "releaseDate": "2026-04-24", + "family": "deepseek-flash", + "description": "Fast and efficient with 1M context window" + }, + "cline-pass/qwen3.7-plus": { + "name": "Qwen3.7 Plus", + "id": "cline-pass/qwen3.7-plus", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 131072, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "toggle" + }, + { + "type": "budget_tokens", + "min": 1, + "max": 262144 + } + ], + "pricing": { + "input": 0.32, + "output": 1.28, + "cacheRead": 0.064, + "cacheWrite": 0.4 + }, + "releaseDate": "2026-06-02", + "family": "qwen", + "description": "Fast multimodal agent model with vision and video input" + }, "cline-pass/mimo-v2.5-pro": { "name": "MiMo-V2.5-Pro", "id": "cline-pass/mimo-v2.5-pro", @@ -28099,48 +28205,6 @@ export const GENERATED_PROVIDER_MODELS: { }, "releaseDate": "2026-07-31", "family": "deepseek-flash" - }, - "deepseek-chat": { - "id": "deepseek-chat", - "name": "DeepSeek Chat", - "contextWindow": 1000000, - "maxInputTokens": 1000000, - "maxTokens": 384000, - "capabilities": [ - "tools", - "temperature", - "prompt-cache" - ], - "pricing": { - "input": 0.14, - "output": 0.28, - "cacheRead": 0.0028, - "cacheWrite": 0 - }, - "releaseDate": "2025-12-01", - "family": "deepseek" - }, - "deepseek-reasoner": { - "id": "deepseek-reasoner", - "name": "DeepSeek Reasoner", - "contextWindow": 1000000, - "maxInputTokens": 1000000, - "maxTokens": 384000, - "capabilities": [ - "tools", - "reasoning", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [], - "pricing": { - "input": 0.14, - "output": 0.28, - "cacheRead": 0.0028, - "cacheWrite": 0 - }, - "releaseDate": "2025-12-01", - "family": "deepseek-thinking" } }, "digitalocean": { @@ -28336,9 +28400,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.1, - "output": 0.6, - "cacheRead": 0.01, + "input": 0.2, + "output": 1.2, + "cacheRead": 0.02, "cacheWrite": 0 }, "releaseDate": "2026-07-09", @@ -28371,9 +28435,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 2, - "output": 10, - "cacheRead": 0.2, + "input": 5, + "output": 30, + "cacheRead": 0.5, "cacheWrite": 0 }, "releaseDate": "2026-07-09", @@ -28406,9 +28470,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 1, - "output": 6, - "cacheRead": 0.1, + "input": 2, + "output": 12, + "cacheRead": 0.2, "cacheWrite": 0 }, "releaseDate": "2026-07-09", @@ -31244,8 +31308,8 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.627, - "output": 1.881, + "input": 0.5808, + "output": 1.7424, "cacheRead": 0, "cacheWrite": 0 }, @@ -31688,37 +31752,6 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-07-31", "family": "deepseek-flash" }, - "scaleway/deepseek-v4-flash-0731": { - "id": "scaleway/deepseek-v4-flash-0731", - "name": "DeepSeek V4 Flash 0731", - "contextWindow": 256000, - "maxInputTokens": 256000, - "maxTokens": 384000, - "capabilities": [ - "tools", - "reasoning", - "temperature" - ], - "reasoningOptions": [ - { - "type": "effort", - "values": [ - "none", - "low", - "high", - "max" - ] - } - ], - "pricing": { - "input": 0.46656, - "output": 0.93312, - "cacheRead": 0, - "cacheWrite": 0 - }, - "releaseDate": "2026-07-31", - "family": "deepseek-flash" - }, "tensorx/deepseek/deepseek-v4-flash-0731": { "id": "tensorx/deepseek/deepseek-v4-flash-0731", "name": "DeepSeek V4 Flash 0731", @@ -32419,6 +32452,7 @@ export const GENERATED_PROVIDER_MODELS: { "images", "tools", "reasoning", + "structured_output", "temperature", "prompt-cache" ], @@ -34464,6 +34498,26 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-02-03", "family": "qwen" }, + "qwen/qwen3-coder-next@eu": { + "id": "qwen/qwen3-coder-next@eu", + "name": "Qwen3 Coder Next (EU)", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 65536, + "capabilities": [ + "tools", + "structured_output", + "temperature" + ], + "pricing": { + "input": 0.3, + "output": 1.5, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-02-03", + "family": "qwen" + }, "deepinfra/stepfun-ai/Step-3.5-Flash": { "id": "deepinfra/stepfun-ai/Step-3.5-Flash", "name": "Step 3.5 Flash", @@ -34923,12 +34977,13 @@ export const GENERATED_PROVIDER_MODELS: { "files", "tools", "structured_output", - "temperature" + "temperature", + "prompt-cache" ], "pricing": { - "input": 0.4, - "output": 2, - "cacheRead": 0, + "input": 0.44, + "output": 2.2, + "cacheRead": 0.044, "cacheWrite": 0 }, "releaseDate": "2025-12-09", @@ -35296,6 +35351,27 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2025-09-23", "family": "qwen" }, + "qwen/qwen3-max@eu": { + "id": "qwen/qwen3-max@eu", + "name": "Qwen3 Max (EU)", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 65536, + "capabilities": [ + "tools", + "structured_output", + "temperature", + "prompt-cache" + ], + "pricing": { + "input": 1.2, + "output": 6, + "cacheRead": 0.24, + "cacheWrite": 1.5 + }, + "releaseDate": "2025-09-23", + "family": "qwen" + }, "qwen/qwen3-vl-235b-a22b-instruct": { "id": "qwen/qwen3-vl-235b-a22b-instruct", "name": "Qwen3 VL 235B A22B Instruct", @@ -35587,7 +35663,8 @@ export const GENERATED_PROVIDER_MODELS: { "capabilities": [ "tools", "reasoning", - "temperature" + "temperature", + "prompt-cache" ], "reasoningOptions": [ { @@ -35602,8 +35679,8 @@ export const GENERATED_PROVIDER_MODELS: { "pricing": { "input": 0.15001, "output": 0.59997, - "cacheRead": 0, - "cacheWrite": 0 + "cacheRead": 0.15001, + "cacheWrite": 0.15001 }, "releaseDate": "2025-08-05", "family": "gpt-oss" @@ -35617,7 +35694,8 @@ export const GENERATED_PROVIDER_MODELS: { "capabilities": [ "tools", "reasoning", - "temperature" + "temperature", + "prompt-cache" ], "reasoningOptions": [ { @@ -35632,8 +35710,8 @@ export const GENERATED_PROVIDER_MODELS: { "pricing": { "input": 0.07, "output": 0.30002, - "cacheRead": 0, - "cacheWrite": 0 + "cacheRead": 0.07, + "cacheWrite": 0.07 }, "releaseDate": "2025-08-05", "family": "gpt-oss" @@ -35923,36 +36001,6 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2025-08-05", "family": "gpt-oss" }, - "scaleway/gpt-oss-120b": { - "id": "scaleway/gpt-oss-120b", - "name": "GPT OSS 120B", - "contextWindow": 128000, - "maxInputTokens": 128000, - "maxTokens": 32768, - "capabilities": [ - "tools", - "reasoning", - "temperature" - ], - "reasoningOptions": [ - { - "type": "effort", - "values": [ - "low", - "medium", - "high" - ] - } - ], - "pricing": { - "input": 0.17496, - "output": 0.69984, - "cacheRead": 0, - "cacheWrite": 0 - }, - "releaseDate": "2025-08-05", - "family": "gpt-oss" - }, "together_ai/openai/gpt-oss-120b": { "id": "together_ai/openai/gpt-oss-120b", "name": "GPT OSS 120B", @@ -36492,25 +36540,6 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2024-12-06", "family": "llama" }, - "scaleway/llama-3.3-70b-instruct": { - "id": "scaleway/llama-3.3-70b-instruct", - "name": "Llama-3.3-70B-Instruct", - "contextWindow": 128000, - "maxInputTokens": 128000, - "maxTokens": 4096, - "capabilities": [ - "tools", - "temperature" - ], - "pricing": { - "input": 1.04976, - "output": 1.04976, - "cacheRead": 0, - "cacheWrite": 0 - }, - "releaseDate": "2024-12-06", - "family": "llama" - }, "openai/o1": { "id": "openai/o1", "name": "o1", @@ -38796,6 +38825,41 @@ export const GENERATED_PROVIDER_MODELS: { } }, "evroc": { + "Qwen/Qwen3.8-27B": { + "id": "Qwen/Qwen3.8-27B", + "name": "Qwen3.8-27B", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 262144, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature" + ], + "reasoningOptions": [ + { + "type": "toggle" + }, + { + "type": "effort", + "values": [ + "low", + "medium", + "xhigh" + ] + } + ], + "pricing": { + "input": 0.87, + "output": 3.5, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-14", + "family": "qwen" + }, "zai-org/GLM-5.2": { "id": "zai-org/GLM-5.2", "name": "GLM-5.2", @@ -38815,7 +38879,6 @@ export const GENERATED_PROVIDER_MODELS: { { "type": "effort", "values": [ - "none", "high", "max" ] @@ -38916,8 +38979,8 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-04-21", "family": "kimi-k2" }, - "Qwen/Qwen3.6-35B-A3B-FP8": { - "id": "Qwen/Qwen3.6-35B-A3B-FP8", + "Qwen/Qwen3.6-35B-A3B": { + "id": "Qwen/Qwen3.6-35B-A3B", "name": "Qwen3.6 35B-A3B", "contextWindow": 262144, "maxInputTokens": 262144, @@ -44273,6 +44336,34 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-06-12", "family": "kimi-k2" }, + "MiniMaxAI/MiniMax-M3": { + "id": "MiniMaxAI/MiniMax-M3", + "name": "MiniMax-M3", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 128000, + "capabilities": [ + "images", + "video", + "tools", + "reasoning", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "toggle" + } + ], + "pricing": { + "input": 0.6, + "output": 2.4, + "cacheRead": 0.12, + "cacheWrite": 0 + }, + "releaseDate": "2026-06-01", + "family": "minimax" + }, "anthropic/claude-opus-4.8": { "id": "anthropic/claude-opus-4.8", "name": "Claude Opus 4.8", @@ -44488,6 +44579,28 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-04-07", "family": "glm" }, + "MiniMaxAI/MiniMax-M2.7": { + "id": "MiniMaxAI/MiniMax-M2.7", + "name": "MiniMax-M2.7", + "contextWindow": 196608, + "maxInputTokens": 196608, + "maxTokens": 131072, + "capabilities": [ + "tools", + "reasoning", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.3, + "output": 1.2, + "cacheRead": 0.06, + "cacheWrite": 0 + }, + "releaseDate": "2026-03-18", + "family": "minimax" + }, "anthropic/claude-sonnet-4.6": { "id": "anthropic/claude-sonnet-4.6", "name": "Claude Sonnet 4.6", @@ -47617,6 +47730,38 @@ export const GENERATED_PROVIDER_MODELS: { } }, "huggingface": { + "Qwen/Qwen3.8-27B": { + "id": "Qwen/Qwen3.8-27B", + "name": "Qwen3.8 27B", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "low", + "medium", + "xhigh" + ] + } + ], + "pricing": { + "input": 0.4, + "output": 3, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-14", + "family": "qwen" + }, "deepseek-ai/DeepSeek-V4-Pro-0813": { "id": "deepseek-ai/DeepSeek-V4-Pro-0813", "name": "DeepSeek V4 Pro 0813", @@ -49220,9 +49365,10 @@ export const GENERATED_PROVIDER_MODELS: { { "type": "effort", "values": [ + "none", "low", - "medium", - "high" + "high", + "max" ] } ], @@ -49253,11 +49399,8 @@ export const GENERATED_PROVIDER_MODELS: { "type": "effort", "values": [ "none", - "minimal", "low", - "medium", "high", - "xhigh", "max" ] } @@ -49593,10 +49736,10 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [], "pricing": { - "input": 1.332, - "output": 4.312, + "input": 1.36, + "output": 4.4, "cacheRead": 0, - "cacheWrite": 0.666 + "cacheWrite": 0.68 }, "releaseDate": "2026-06-04", "family": "glm" @@ -49707,10 +49850,10 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [], "pricing": { - "input": 0.11, - "output": 0.408, + "input": 0.12, + "output": 0.42, "cacheRead": 0, - "cacheWrite": 0.055 + "cacheWrite": 0.06 }, "releaseDate": "2026-04-30", "family": "gemma" @@ -49809,10 +49952,10 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [], "pricing": { - "input": 0.86, - "output": 2.784, + "input": 0.91, + "output": 2.814, "cacheRead": 0, - "cacheWrite": 0.43 + "cacheWrite": 0.455 }, "releaseDate": "2026-04-13", "family": "glm" @@ -49845,10 +49988,10 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.178, - "output": 0.68, + "input": 0.188, + "output": 0.7, "cacheRead": 0, - "cacheWrite": 0.089 + "cacheWrite": 0.094 }, "releaseDate": "2026-04-13", "family": "gpt-oss" @@ -52652,7 +52795,7 @@ export const GENERATED_PROVIDER_MODELS: { ], "pricing": { "input": 0.75, - "output": 2.9, + "output": 2.4, "cacheRead": 0.17, "cacheWrite": 0 }, @@ -52700,7 +52843,7 @@ export const GENERATED_PROVIDER_MODELS: { "reasoningOptions": [], "pricing": { "input": 0.57, - "output": 3.41, + "output": 3.39, "cacheRead": 0.2, "cacheWrite": 0 }, @@ -53716,6 +53859,43 @@ export const GENERATED_PROVIDER_MODELS: { "family": "mistral-nemo" } }, + "iteracompute": { + "iteracompute/qwen3.8-27b": { + "id": "iteracompute/qwen3.8-27b", + "name": "Qwen3.8 27B", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "video", + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "none", + "low", + "medium", + "xhigh" + ] + } + ], + "pricing": { + "input": 0.35, + "output": 3, + "cacheRead": 0.1, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-14", + "family": "qwen" + } + }, "jalapeno": { "Kimi-K3": { "id": "Kimi-K3", @@ -56793,9 +56973,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.22, - "output": 0.66, - "cacheRead": 0.007, + "input": 0.44, + "output": 1.32, + "cacheRead": 0.014, "cacheWrite": 0 }, "releaseDate": "2026-08-21", @@ -56806,7 +56986,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Meta: Muse Spark 1.2 Contributor", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -56918,7 +57098,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Dots Studio: Dots3-Note Preview (free)", "contextWindow": 512000, "maxInputTokens": 512000, - "maxTokens": 512000, + "maxTokens": 460800, "capabilities": [ "images", "tools", @@ -56946,8 +57126,8 @@ export const GENERATED_PROVIDER_MODELS: { "qwen/qwen3.8-27b": { "id": "qwen/qwen3.8-27b", "name": "Qwen3.8 27B", - "contextWindow": 262144, - "maxInputTokens": 262144, + "contextWindow": 1000000, + "maxInputTokens": 1000000, "maxTokens": 131072, "capabilities": [ "images", @@ -57061,7 +57241,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "ByteDance Seed: Seed 2.1 Turbo", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -57093,7 +57273,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V4 Pro 0813", "contextWindow": 1048575, "maxInputTokens": 1048575, - "maxTokens": 384000, + "maxTokens": 943717, "capabilities": [ "tools", "reasoning", @@ -57158,7 +57338,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok 4.6", "contextWindow": 500000, "maxInputTokens": 500000, - "maxTokens": 500000, + "maxTokens": 450000, "capabilities": [ "images", "files", @@ -57282,7 +57462,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Muse Glimmer 30B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "images", "files", @@ -57348,7 +57528,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Muse Spark 1.2", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -57465,7 +57645,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V4 Flash Latest", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 131072, "capabilities": [ "tools", "reasoning", @@ -57485,9 +57665,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.035, - "output": 0.12, - "cacheRead": 0.01, + "input": 0.03, + "output": 0.075, + "cacheRead": 0.007, "cacheWrite": 0 }, "releaseDate": "2026-08-01", @@ -57498,7 +57678,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V4 Flash 0731", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 131072, + "maxTokens": 943718, "capabilities": [ "tools", "reasoning", @@ -57574,8 +57754,8 @@ export const GENERATED_PROVIDER_MODELS: { "thinkingmachines/inkling-small:free": { "id": "thinkingmachines/inkling-small:free", "name": "Thinking Machines: Inkling Small (free)", - "contextWindow": 262144, - "maxInputTokens": 262144, + "contextWindow": 1048576, + "maxInputTokens": 1048576, "maxTokens": 262144, "capabilities": [ "images", @@ -57908,7 +58088,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Kimi K3", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -58017,8 +58197,8 @@ export const GENERATED_PROVIDER_MODELS: { "thinkingmachines/inkling:free": { "id": "thinkingmachines/inkling:free", "name": "Thinking Machines: Inkling (free)", - "contextWindow": 262144, - "maxInputTokens": 262144, + "contextWindow": 1048576, + "maxInputTokens": 1048576, "maxTokens": 262144, "capabilities": [ "images", @@ -58321,7 +58501,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "xAI: Grok Latest", "contextWindow": 500000, "maxInputTokens": 500000, - "maxTokens": 500000, + "maxTokens": 450000, "capabilities": [ "images", "files", @@ -58356,7 +58536,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok 4.5", "contextWindow": 500000, "maxInputTokens": 500000, - "maxTokens": 500000, + "maxTokens": 450000, "capabilities": [ "images", "files", @@ -58465,9 +58645,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.132, - "output": 0.528, - "cacheRead": 0.033, + "input": 0.14, + "output": 0.58, + "cacheRead": 0.035, "cacheWrite": 0 }, "releaseDate": "2026-07-06", @@ -58603,7 +58783,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nex AGI: Nex-N2-Mini", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -58696,7 +58876,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GLM-5.2", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 131072, + "maxTokens": 262144, "capabilities": [ "tools", "reasoning", @@ -58728,7 +58908,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Kimi K2.7 Code", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -58829,7 +59009,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nex AGI: Nex-N2-Pro", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -58860,7 +59040,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nemotron 3 Ultra 550B A55B", "contextWindow": 512288, "maxInputTokens": 512288, - "maxTokens": 512288, + "maxTokens": 461059, "capabilities": [ "tools", "reasoning", @@ -58982,12 +59162,43 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-06-01", "family": "minimax" }, + "minimax/minimax-m3:free": { + "id": "minimax/minimax-m3:free", + "name": "MiniMax: MiniMax M3 (free)", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 943718, + "capabilities": [ + "images", + "video", + "tools", + "reasoning", + "temperature" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "none", + "high" + ] + } + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-06-01", + "family": "minimax" + }, "stepfun/step-3.7-flash": { "id": "stepfun/step-3.7-flash", "name": "Step 3.7 Flash", "contextWindow": 256000, "maxInputTokens": 256000, - "maxTokens": 256000, + "maxTokens": 230400, "capabilities": [ "images", "video", @@ -59273,7 +59484,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "IBM: Granite 4.1 8B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "structured_output", @@ -59294,7 +59505,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Mistral Medium 3.5", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "images", "files", @@ -59529,9 +59740,9 @@ export const GENERATED_PROVIDER_MODELS: { "~moonshotai/kimi-latest": { "id": "~moonshotai/kimi-latest", "name": "MoonshotAI Kimi Latest", - "contextWindow": 974842, - "maxInputTokens": 974842, - "maxTokens": 974842, + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -59553,9 +59764,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 2.6, - "output": 13, - "cacheRead": 0.29, + "input": 2.55, + "output": 12.75, + "cacheRead": 0.256, "cacheWrite": 0 }, "releaseDate": "2026-04-27", @@ -59834,7 +60045,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.6 27B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 81920, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -59978,7 +60189,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Kimi K2.6", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -60041,7 +60252,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Hy3 preview", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "reasoning", @@ -60072,7 +60283,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.6 35B-A3B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -60105,7 +60316,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok 4.3", "contextWindow": 1000000, "maxInputTokens": 1000000, - "maxTokens": 4096, + "maxTokens": 900000, "capabilities": [ "images", "files", @@ -60212,7 +60423,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok Build 0.1", "contextWindow": 256000, "maxInputTokens": 256000, - "maxTokens": 256000, + "maxTokens": 230400, "capabilities": [ "images", "files", @@ -60244,7 +60455,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Muse Spark 1.1", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -60291,9 +60502,9 @@ export const GENERATED_PROVIDER_MODELS: { "z-ai/glm-5.1": { "id": "z-ai/glm-5.1", "name": "GLM-5.1", - "contextWindow": 200000, - "maxInputTokens": 200000, - "maxTokens": 128000, + "contextWindow": 202752, + "maxInputTokens": 202752, + "maxTokens": 182476, "capabilities": [ "tools", "reasoning", @@ -60356,7 +60567,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Gemma 4 31B IT", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 16384, "capabilities": [ "images", "video", @@ -60376,9 +60587,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.08, - "output": 0.35, - "cacheRead": 0.01, + "input": 0.09, + "output": 0.34, + "cacheRead": 0.05, "cacheWrite": 0 }, "releaseDate": "2026-04-02", @@ -60422,7 +60633,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Trinity Large Thinking", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "reasoning", @@ -60484,7 +60695,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "SpaceXAI: Grok 4.20", "contextWindow": 2000000, "maxInputTokens": 2000000, - "maxTokens": 2000000, + "maxTokens": 1800000, "capabilities": [ "images", "files", @@ -60538,7 +60749,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Reka Edge", "contextWindow": 16384, "maxInputTokens": 16384, - "maxTokens": 16384, + "maxTokens": 14745, "capabilities": [ "images", "video", @@ -60558,8 +60769,8 @@ export const GENERATED_PROVIDER_MODELS: { "minimax/minimax-m2.7": { "id": "minimax/minimax-m2.7", "name": "MiniMax-M2.7", - "contextWindow": 196608, - "maxInputTokens": 196608, + "contextWindow": 204800, + "maxInputTokens": 204800, "maxTokens": 131072, "capabilities": [ "tools", @@ -60585,6 +60796,34 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-03-18", "family": "minimax" }, + "minimax/minimax-m2.7:free": { + "id": "minimax/minimax-m2.7:free", + "name": "MiniMax: MiniMax M2.7 (free)", + "contextWindow": 196608, + "maxInputTokens": 196608, + "maxTokens": 176947, + "capabilities": [ + "tools", + "reasoning", + "temperature" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "high" + ] + } + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-03-18", + "family": "minimax" + }, "openai/gpt-5.4-mini": { "id": "openai/gpt-5.4-mini", "name": "GPT-5.4 mini", @@ -60660,7 +60899,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Small 4", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "images", "tools", @@ -60753,7 +60992,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "NVIDIA: Nemotron 3 Super (free)", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "reasoning", @@ -60993,7 +61232,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.5 122B-A10B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -61057,7 +61296,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.5 35B-A3B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -61089,7 +61328,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.5 9B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -61283,7 +61522,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.5 397B-A17B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 65536, "capabilities": [ "images", "video", @@ -61581,7 +61820,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3 Coder Next", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "structured_output", @@ -61650,7 +61889,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Upstage: Solar Pro 3", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "reasoning", @@ -61712,7 +61951,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Kimi K2.5", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -61917,7 +62156,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nemotron 3 Nano 30B A3B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "reasoning", @@ -62071,7 +62310,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Devstral 2", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "files", "tools", @@ -62175,7 +62414,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Ministral 3 14B 2512", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 52429, + "maxTokens": 209715, "capabilities": [ "images", "tools", @@ -62197,7 +62436,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Ministral 3 3B 2512", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 32768, + "maxTokens": 104857, "capabilities": [ "images", "tools", @@ -62219,7 +62458,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Ministral 3 8B 2512", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 32768, + "maxTokens": 209715, "capabilities": [ "images", "tools", @@ -62261,7 +62500,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V3.2", "contextWindow": 163840, "maxInputTokens": 163840, - "maxTokens": 163840, + "maxTokens": 147456, "capabilities": [ "tools", "reasoning", @@ -62511,7 +62750,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Voxtral Small 24B 2507", "contextWindow": 32000, "maxInputTokens": 32000, - "maxTokens": 6400, + "maxTokens": 25600, "capabilities": [ "files", "tools", @@ -63000,36 +63239,6 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2025-09-08", "family": "qwen" }, - "qwen/qwen-plus-2025-07-28:thinking": { - "id": "qwen/qwen-plus-2025-07-28:thinking", - "name": "Qwen: Qwen Plus 0728 (thinking)", - "contextWindow": 1000000, - "maxInputTokens": 1000000, - "maxTokens": 32768, - "capabilities": [ - "tools", - "reasoning", - "structured_output", - "temperature" - ], - "reasoningOptions": [ - { - "type": "effort", - "values": [ - "none", - "high" - ] - } - ], - "pricing": { - "input": 0.26, - "output": 0.78, - "cacheRead": 0, - "cacheWrite": 0 - }, - "releaseDate": "2025-09-08", - "family": "qwen" - }, "moonshotai/kimi-k2-0905": { "id": "moonshotai/kimi-k2-0905", "name": "MoonshotAI: Kimi K2 0905", @@ -63055,7 +63264,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3-Next 80B-A3B Instruct", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "structured_output", @@ -63375,7 +63584,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek: DeepSeek V3.1", "contextWindow": 161000, "maxInputTokens": 161000, - "maxTokens": 161000, + "maxTokens": 144900, "capabilities": [ "tools", "reasoning", @@ -63406,7 +63615,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Mistral Medium 3.1", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 26215, + "maxTokens": 104857, "capabilities": [ "images", "files", @@ -63594,7 +63803,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GPT OSS 120B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "reasoning", @@ -63626,13 +63835,12 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GPT OSS 20B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "reasoning", "structured_output", - "temperature", - "prompt-cache" + "temperature" ], "reasoningOptions": [ { @@ -63645,9 +63853,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.03, - "output": 0.13, - "cacheRead": 0.03, + "input": 0.02, + "output": 0.1, + "cacheRead": 0, "cacheWrite": 0 }, "releaseDate": "2025-08-05", @@ -63658,7 +63866,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Codestral 2508", "contextWindow": 256000, "maxInputTokens": 256000, - "maxTokens": 51200, + "maxTokens": 204800, "capabilities": [ "files", "tools", @@ -63780,7 +63988,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen: Qwen3 235B A22B Thinking 2507", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 262144, + "maxTokens": 117964, "capabilities": [ "tools", "reasoning", @@ -64289,7 +64497,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Mistral Medium 3", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 26215, + "maxTokens": 104857, "capabilities": [ "images", "files", @@ -64601,9 +64809,9 @@ export const GENERATED_PROVIDER_MODELS: { "meta-llama/llama-4-scout": { "id": "meta-llama/llama-4-scout", "name": "Meta: Llama 4 Scout", - "contextWindow": 327680, - "maxInputTokens": 327680, - "maxTokens": 16384, + "contextWindow": 131072, + "maxInputTokens": 131072, + "maxTokens": 8192, "capabilities": [ "images", "tools", @@ -64683,7 +64891,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3-Coder 30B-A3B Instruct", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "structured_output", @@ -64703,7 +64911,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek: DeepSeek V3 0324", "contextWindow": 163840, "maxInputTokens": 163840, - "maxTokens": 163840, + "maxTokens": 147456, "capabilities": [ "tools", "structured_output", @@ -64745,7 +64953,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Google: Gemma 3 27B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "images", "tools", @@ -64766,7 +64974,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Saba", "contextWindow": 32768, "maxInputTokens": 32768, - "maxTokens": 32768, + "maxTokens": 26214, "capabilities": [ "files", "tools", @@ -64876,9 +65084,9 @@ export const GENERATED_PROVIDER_MODELS: { "meta-llama/llama-3.3-70b-instruct": { "id": "meta-llama/llama-3.3-70b-instruct", "name": "Llama-3.3-70B-Instruct", - "contextWindow": 131072, - "maxInputTokens": 131072, - "maxTokens": 16384, + "contextWindow": 128000, + "maxInputTokens": 128000, + "maxTokens": 115200, "capabilities": [ "tools", "structured_output", @@ -65012,7 +65220,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Large 2407", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 32768, + "maxTokens": 104857, "capabilities": [ "files", "tools", @@ -65034,7 +65242,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "TheDrummer: UnslopNemo 12B", "contextWindow": 32768, "maxInputTokens": 32768, - "maxTokens": 32768, + "maxTokens": 26214, "capabilities": [ "tools", "structured_output", @@ -65053,7 +65261,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Large 3", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 52429, + "maxTokens": 209715, "capabilities": [ "images", "files", @@ -65076,7 +65284,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen: Qwen2.5 7B Instruct", "contextWindow": 32768, "maxInputTokens": 32768, - "maxTokens": 32768, + "maxTokens": 29491, "capabilities": [ "tools", "structured_output", @@ -65219,7 +65427,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Llama-3.1-8B-Instruct", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "structured_output", @@ -65351,7 +65559,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral: Mixtral 8x22B Instruct", "contextWindow": 65536, "maxInputTokens": 65536, - "maxTokens": 13108, + "maxTokens": 52428, "capabilities": [ "files", "tools", @@ -65395,7 +65603,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Large", "contextWindow": 128000, "maxInputTokens": 128000, - "maxTokens": 25600, + "maxTokens": 102400, "capabilities": [ "files", "tools", @@ -65417,7 +65625,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "OpenAI: GPT-3.5 Turbo (older v0613)", "contextWindow": 4095, "maxInputTokens": 4095, - "maxTokens": 4096, + "maxTokens": 3685, "capabilities": [ "files", "tools", @@ -66114,8 +66322,8 @@ export const GENERATED_PROVIDER_MODELS: { "glm-5.3": { "id": "glm-5.3", "name": "GLM-5.3", - "contextWindow": 1000000, - "maxInputTokens": 1000000, + "contextWindow": 1048576, + "maxInputTokens": 1048576, "maxTokens": 131072, "capabilities": [ "tools", @@ -71171,6 +71379,37 @@ export const GENERATED_PROVIDER_MODELS: { } }, "llmgateway-providers": { + "baidu/glm-5.3": { + "id": "baidu/glm-5.3", + "name": "GLM-5.3 (Baidu)", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 131072, + "capabilities": [ + "tools", + "reasoning", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "low", + "high", + "max" + ] + } + ], + "pricing": { + "input": 1.4, + "output": 4.4, + "cacheRead": 0.26, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-14", + "family": "glm" + }, "zai/glm-5.3": { "id": "zai/glm-5.3", "name": "GLM-5.3 (Z AI)", @@ -74299,9 +74538,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.14, - "output": 0.28, - "cacheRead": 0.028, + "input": 0.44, + "output": 1.32, + "cacheRead": 0.044, "cacheWrite": 0 }, "releaseDate": "2026-04-24", @@ -74334,9 +74573,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 1.69, - "output": 3.38, - "cacheRead": 0.14, + "input": 1.32, + "output": 3.96, + "cacheRead": 0.132, "cacheWrite": 0 }, "releaseDate": "2026-04-24", @@ -81941,6 +82180,43 @@ export const GENERATED_PROVIDER_MODELS: { "family": "gpt" } }, + "llmtech": { + "unsloth/Qwen3.8-27B-NVFP4": { + "id": "unsloth/Qwen3.8-27B-NVFP4", + "name": "Qwen3.8 27B", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "toggle" + }, + { + "type": "effort", + "values": [ + "low", + "medium", + "xhigh" + ] + } + ], + "pricing": { + "input": 0.25, + "output": 2.09, + "cacheRead": 0.04, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-14", + "family": "qwen" + } + }, "llmtr": { "muse-glimmer-30b-tr": { "id": "muse-glimmer-30b-tr", @@ -86295,11 +86571,217 @@ export const GENERATED_PROVIDER_MODELS: { } }, "nano-gpt": { + "qwen/qwen3.8-27b-uncensored:thinking": { + "id": "qwen/qwen3.8-27b-uncensored:thinking", + "name": "Qwen 3.8 27B Uncensored Thinking", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.18, + "output": 0.5, + "cacheRead": 0.075, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-25", + "family": "qwen" + }, + "Gemma-4-31B-MeroMero-v2:thinking": { + "id": "Gemma-4-31B-MeroMero-v2:thinking", + "name": "Gemma 4 31B MeroMero v2 Thinking", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.08, + "output": 0.33, + "cacheRead": 0.04, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "gemma" + }, + "google/gemma-4-26b-a4b-uncensored:thinking": { + "id": "google/gemma-4-26b-a4b-uncensored:thinking", + "name": "Gemma 4 26B A4B Uncensored Thinking", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.08, + "output": 0.33, + "cacheRead": 0.04, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "gemma" + }, + "ornith-ai/ornith-1.5-397b": { + "id": "ornith-ai/ornith-1.5-397b", + "name": "Ornith 1.5 397B", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.9, + "output": 3.6, + "cacheRead": 0.045, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "ornith" + }, + "ornith-ai/ornith-1.5-397b:thinking": { + "id": "ornith-ai/ornith-1.5-397b:thinking", + "name": "Ornith 1.5 397B Thinking", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.9, + "output": 3.6, + "cacheRead": 0.045, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "ornith" + }, + "ornith-ai/ornith-1.5-9b:thinking": { + "id": "ornith-ai/ornith-1.5-9b:thinking", + "name": "Ornith 1.5 9B Thinking", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.05, + "output": 0.1, + "cacheRead": 0.025, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "ornith" + }, + "qwen/qwen3.6-35b-a3b-uncensored:thinking": { + "id": "qwen/qwen3.6-35b-a3b-uncensored:thinking", + "name": "Qwen 3.6 35B A3B Uncensored Thinking", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.15, + "output": 0.5, + "cacheRead": 0.075, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "qwen3.6" + }, + "qwen/qwen3.8-27b-obliterated": { + "id": "qwen/qwen3.8-27b-obliterated", + "name": "Qwen 3.8 27B Obliterated", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.18, + "output": 0.5, + "cacheRead": 0.075, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "qwen" + }, + "qwen/qwen3.8-27b-obliterated:thinking": { + "id": "qwen/qwen3.8-27b-obliterated:thinking", + "name": "Qwen 3.8 27B Obliterated Thinking", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 32768, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.18, + "output": 0.5, + "cacheRead": 0.075, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "qwen" + }, "Gemma-4-31B-MeroMero-v2": { "id": "Gemma-4-31B-MeroMero-v2", "name": "Gemma 4 31B MeroMero v2", - "contextWindow": 65536, - "maxInputTokens": 65536, + "contextWindow": 262144, + "maxInputTokens": 262144, "maxTokens": 32768, "capabilities": [ "images", @@ -86320,8 +86802,8 @@ export const GENERATED_PROVIDER_MODELS: { "ornith-ai/ornith-1.5-9b": { "id": "ornith-ai/ornith-1.5-9b", "name": "Ornith 1.5 9B", - "contextWindow": 131072, - "maxInputTokens": 131072, + "contextWindow": 262144, + "maxInputTokens": 262144, "maxTokens": 32768, "capabilities": [ "images", @@ -86343,15 +86825,17 @@ export const GENERATED_PROVIDER_MODELS: { "google/gemma-4-26b-a4b-uncensored": { "id": "google/gemma-4-26b-a4b-uncensored", "name": "Gemma 4 26B A4B Uncensored", - "contextWindow": 131072, - "maxInputTokens": 131072, + "contextWindow": 262144, + "maxInputTokens": 262144, "maxTokens": 32768, "capabilities": [ "images", "tools", + "reasoning", "structured_output", "prompt-cache" ], + "reasoningOptions": [], "pricing": { "input": 0.08, "output": 0.33, @@ -86387,9 +86871,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.22, - "output": 0.66, - "cacheRead": 0.007, + "input": 0.44, + "output": 1.32, + "cacheRead": 0.014, "cacheWrite": 0 }, "releaseDate": "2026-08-21", @@ -86398,15 +86882,17 @@ export const GENERATED_PROVIDER_MODELS: { "qwen/qwen3.6-35b-a3b-uncensored": { "id": "qwen/qwen3.6-35b-a3b-uncensored", "name": "Qwen 3.6 35B A3B Uncensored", - "contextWindow": 65536, - "maxInputTokens": 65536, + "contextWindow": 262144, + "maxInputTokens": 262144, "maxTokens": 32768, "capabilities": [ "images", "tools", + "reasoning", "structured_output", "prompt-cache" ], + "reasoningOptions": [], "pricing": { "input": 0.15, "output": 0.5, @@ -86419,15 +86905,17 @@ export const GENERATED_PROVIDER_MODELS: { "qwen/qwen3.8-27b-uncensored": { "id": "qwen/qwen3.8-27b-uncensored", "name": "Qwen 3.8 27B Uncensored", - "contextWindow": 131072, - "maxInputTokens": 131072, + "contextWindow": 262144, + "maxInputTokens": 262144, "maxTokens": 32768, "capabilities": [ "images", "tools", + "reasoning", "structured_output", "prompt-cache" ], + "reasoningOptions": [], "pricing": { "input": 0.18, "output": 0.5, @@ -86486,7 +86974,7 @@ export const GENERATED_PROVIDER_MODELS: { "pricing": { "input": 0.1, "output": 0.4, - "cacheRead": 0.01, + "cacheRead": 0.05, "cacheWrite": 0 }, "releaseDate": "2026-08-20", @@ -86509,7 +86997,7 @@ export const GENERATED_PROVIDER_MODELS: { "pricing": { "input": 0.1, "output": 0.4, - "cacheRead": 0.01, + "cacheRead": 0.05, "cacheWrite": 0 }, "releaseDate": "2026-08-20", @@ -89967,7 +90455,15 @@ export const GENERATED_PROVIDER_MODELS: { "reasoning", "prompt-cache" ], - "reasoningOptions": [], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "none", + "high" + ] + } + ], "pricing": { "input": 0.306, "output": 0.306, @@ -89991,7 +90487,11 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [ { - "type": "toggle" + "type": "effort", + "values": [ + "none", + "high" + ] } ], "pricing": { @@ -90017,7 +90517,11 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [ { - "type": "toggle" + "type": "effort", + "values": [ + "none", + "high" + ] } ], "pricing": { @@ -90043,7 +90547,11 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [ { - "type": "toggle" + "type": "effort", + "values": [ + "none", + "high" + ] } ], "pricing": { @@ -90069,7 +90577,11 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [ { - "type": "toggle" + "type": "effort", + "values": [ + "none", + "high" + ] } ], "pricing": { @@ -90126,12 +90638,11 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [ { - "type": "toggle" - }, - { - "type": "budget_tokens", - "min": 1024, - "max": 81920 + "type": "effort", + "values": [ + "none", + "high" + ] } ], "pricing": { @@ -90157,12 +90668,11 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [ { - "type": "toggle" - }, - { - "type": "budget_tokens", - "min": 1024, - "max": 81920 + "type": "effort", + "values": [ + "none", + "high" + ] } ], "pricing": { @@ -92881,7 +93391,15 @@ export const GENERATED_PROVIDER_MODELS: { "reasoning", "prompt-cache" ], - "reasoningOptions": [], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "none", + "high" + ] + } + ], "pricing": { "input": 0.4, "output": 1.5, @@ -98080,6 +98598,96 @@ export const GENERATED_PROVIDER_MODELS: { "family": "llama" } }, + "neosmith": { + "neosmith.intelligent-maestro": { + "id": "neosmith.intelligent-maestro", + "name": "NeoSmith Maestro", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 128000, + "capabilities": [ + "images", + "tools", + "reasoning", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 2.4, + "output": 12, + "cacheRead": 0.35, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-03" + }, + "neosmith.neolite": { + "id": "neosmith.neolite", + "name": "NeoSmith NeoLite", + "contextWindow": 512000, + "maxInputTokens": 512000, + "maxTokens": 64000, + "capabilities": [ + "images", + "tools", + "reasoning", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.6, + "output": 2.4, + "cacheRead": 0.08, + "cacheWrite": 0 + }, + "releaseDate": "2026-06-20" + }, + "neosmith.intelligent-basic": { + "id": "neosmith.intelligent-basic", + "name": "NeoSmith Basic", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 128000, + "capabilities": [ + "images", + "tools", + "reasoning", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 1.17, + "output": 4.37, + "cacheRead": 0.22, + "cacheWrite": 0 + }, + "releaseDate": "2026-04-26" + }, + "neosmith.intelligent-pro": { + "id": "neosmith.intelligent-pro", + "name": "NeoSmith Pro", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 128000, + "capabilities": [ + "images", + "tools", + "reasoning", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 1.81, + "output": 8.39, + "cacheRead": 0.3, + "cacheWrite": 0 + }, + "releaseDate": "2026-04-26" + } + }, "neuralwatt": { "kimi-k3": { "id": "kimi-k3", @@ -105935,10 +106543,10 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 5, - "output": 30, - "cacheRead": 0.5, - "cacheWrite": 6.25 + "input": 4, + "output": 20, + "cacheRead": 0.4, + "cacheWrite": 5 }, "releaseDate": "2026-07-09", "family": "gpt-sol" @@ -106007,10 +106615,10 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 5, - "output": 30, - "cacheRead": 0.5, - "cacheWrite": 6.25 + "input": 4, + "output": 20, + "cacheRead": 0.4, + "cacheWrite": 5 }, "releaseDate": "2026-07-09", "family": "gpt-sol" @@ -107519,7 +108127,7 @@ export const GENERATED_PROVIDER_MODELS: { "pricing": { "input": 2, "output": 6, - "cacheRead": 0.5, + "cacheRead": 0.3, "cacheWrite": 0 }, "releaseDate": "2026-07-08", @@ -109138,6 +109746,40 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-08-14", "family": "glm" }, + "grok-4.6": { + "id": "grok-4.6", + "name": "Grok 4.6", + "contextWindow": 500000, + "maxInputTokens": 500000, + "maxTokens": 500000, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "low", + "medium", + "high", + "xhigh" + ] + } + ], + "pricing": { + "input": 2, + "output": 6, + "cacheRead": 0.5, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-12", + "family": "grok" + }, "muse-spark-1.2-contributor": { "id": "muse-spark-1.2-contributor", "name": "Muse Spark 1.2 Contributor", @@ -109319,39 +109961,6 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-07-09", "family": "gpt-luna" }, - "grok-4.5": { - "id": "grok-4.5", - "name": "Grok 4.5", - "contextWindow": 500000, - "maxInputTokens": 500000, - "maxTokens": 500000, - "capabilities": [ - "images", - "tools", - "reasoning", - "structured_output", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [ - { - "type": "effort", - "values": [ - "low", - "medium", - "high" - ] - } - ], - "pricing": { - "input": 2, - "output": 6, - "cacheRead": 0.5, - "cacheWrite": 0 - }, - "releaseDate": "2026-07-08", - "family": "grok" - }, "hy3": { "id": "hy3", "name": "Hy3 (8x usage)", @@ -109771,9 +110380,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.22, - "output": 0.66, - "cacheRead": 0.007, + "input": 0.44, + "output": 1.32, + "cacheRead": 0.014, "cacheWrite": 0 }, "releaseDate": "2026-08-21", @@ -109784,7 +110393,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Muse Spark 1.2 Contributor", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -109896,7 +110505,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Dots3-Note Preview (free)", "contextWindow": 512000, "maxInputTokens": 512000, - "maxTokens": 512000, + "maxTokens": 460800, "capabilities": [ "images", "tools", @@ -109942,10 +110551,10 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.4, - "output": 3, - "cacheRead": 0.05, - "cacheWrite": 0 + "input": 0.425, + "output": 2.55, + "cacheRead": 0.085, + "cacheWrite": 0.53125 }, "releaseDate": "2026-08-14", "family": "qwen" @@ -110033,7 +110642,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Seed 2.1 Turbo", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -110057,7 +110666,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V4 Pro 0813", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 384000, + "maxTokens": 943717, "capabilities": [ "tools", "reasoning", @@ -110124,7 +110733,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok 4.6", "contextWindow": 500000, "maxInputTokens": 500000, - "maxTokens": 500000, + "maxTokens": 450000, "capabilities": [ "images", "files", @@ -110233,7 +110842,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Muse Glimmer 30B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "images", "tools", @@ -110290,7 +110899,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Muse Spark 1.2", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -110407,41 +111016,6 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V4 Flash Latest", "contextWindow": 1310720, "maxInputTokens": 1310720, - "maxTokens": 1048576, - "capabilities": [ - "tools", - "reasoning", - "structured_output", - "temperature", - "prompt-cache" - ], - "reasoningOptions": [ - { - "type": "toggle" - }, - { - "type": "effort", - "values": [ - "low", - "high", - "max" - ] - } - ], - "pricing": { - "input": 0.035, - "output": 0.12, - "cacheRead": 0.01, - "cacheWrite": 0 - }, - "releaseDate": "2026-08-01", - "family": "deepseek" - }, - "deepseek/deepseek-v4-flash-0731": { - "id": "deepseek/deepseek-v4-flash-0731", - "name": "DeepSeek V4 Flash 0731", - "contextWindow": 1310720, - "maxInputTokens": 1310720, "maxTokens": 131072, "capabilities": [ "tools", @@ -110464,9 +111038,44 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.0658, - "output": 0.1316, - "cacheRead": 0.01316, + "input": 0.03, + "output": 0.075, + "cacheRead": 0.007, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-01", + "family": "deepseek" + }, + "deepseek/deepseek-v4-flash-0731": { + "id": "deepseek/deepseek-v4-flash-0731", + "name": "DeepSeek V4 Flash 0731", + "contextWindow": 1310720, + "maxInputTokens": 1310720, + "maxTokens": 943718, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "toggle" + }, + { + "type": "effort", + "values": [ + "low", + "high", + "max" + ] + } + ], + "pricing": { + "input": 0.06, + "output": 0.12, + "cacheRead": 0.012, "cacheWrite": 0 }, "releaseDate": "2026-07-31", @@ -110520,8 +111129,8 @@ export const GENERATED_PROVIDER_MODELS: { "thinkingmachines/inkling-small:free": { "id": "thinkingmachines/inkling-small:free", "name": "Inkling Small (free)", - "contextWindow": 262144, - "maxInputTokens": 262144, + "contextWindow": 1048576, + "maxInputTokens": 1048576, "maxTokens": 262144, "capabilities": [ "images", @@ -110830,7 +111439,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Kimi K3", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -110917,9 +111526,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 1, + "input": 0.95, "output": 4.05, - "cacheRead": 0.17, + "cacheRead": 0.16, "cacheWrite": 0 }, "releaseDate": "2026-07-15", @@ -110938,8 +111547,8 @@ export const GENERATED_PROVIDER_MODELS: { "thinkingmachines/inkling:free": { "id": "thinkingmachines/inkling:free", "name": "Inkling (free)", - "contextWindow": 262144, - "maxInputTokens": 262144, + "contextWindow": 1048576, + "maxInputTokens": 1048576, "maxTokens": 262144, "capabilities": [ "images", @@ -111242,7 +111851,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok Latest", "contextWindow": 500000, "maxInputTokens": 500000, - "maxTokens": 1000000, + "maxTokens": 450000, "capabilities": [ "images", "files", @@ -111277,7 +111886,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok 4.5", "contextWindow": 500000, "maxInputTokens": 500000, - "maxTokens": 500000, + "maxTokens": 450000, "capabilities": [ "images", "files", @@ -111466,7 +112075,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nano Banana 2 Lite", "contextWindow": 65536, "maxInputTokens": 65536, - "maxTokens": 65536, + "maxTokens": 58982, "capabilities": [ "images", "reasoning", @@ -111508,7 +112117,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nex-N2-Mini", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -111585,7 +112194,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GLM-5.2", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 131072, + "maxTokens": 262144, "capabilities": [ "tools", "reasoning", @@ -111606,9 +112215,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.966, - "output": 3.036, - "cacheRead": 0.1932, + "input": 1.19, + "output": 3.74, + "cacheRead": 0.221, "cacheWrite": 0 }, "releaseDate": "2026-06-13", @@ -111619,7 +112228,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GLM 5.2 (free)", "contextWindow": 256000, "maxInputTokens": 256000, - "maxTokens": 256000, + "maxTokens": 230400, "capabilities": [ "tools", "reasoning", @@ -111652,7 +112261,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Kimi K2.7 Code", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -111746,7 +112355,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nex-N2-Pro", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -111769,7 +112378,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nemotron 3 Ultra 550B A55B", "contextWindow": 512288, "maxInputTokens": 512288, - "maxTokens": 16384, + "maxTokens": 461059, "capabilities": [ "tools", "reasoning", @@ -111894,12 +112503,35 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-06-01", "family": "minimax" }, + "minimax/minimax-m3:free": { + "id": "minimax/minimax-m3:free", + "name": "MiniMax M3 (free)", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 943718, + "capabilities": [ + "images", + "video", + "tools", + "reasoning", + "temperature" + ], + "reasoningOptions": [], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-06-01", + "family": "minimax" + }, "stepfun/step-3.7-flash": { "id": "stepfun/step-3.7-flash", "name": "Step 3.7 Flash", "contextWindow": 262144, "maxInputTokens": 256000, - "maxTokens": 256000, + "maxTokens": 230400, "capabilities": [ "images", "video", @@ -112239,7 +112871,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Granite 4.1 8B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "structured_output", @@ -112260,7 +112892,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Medium 3.5", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "images", "files", @@ -112496,7 +113128,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "MoonshotAI Kimi Latest", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 974842, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -112520,9 +113152,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 2.6, - "output": 13, - "cacheRead": 0.29, + "input": 2.55, + "output": 12.75, + "cacheRead": 0.256, "cacheWrite": 0 }, "releaseDate": "2026-04-27", @@ -112693,9 +113325,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.056, - "output": 0.112, - "cacheRead": 0.0112, + "input": 0.088606, + "output": 0.177212, + "cacheRead": 0.017721, "cacheWrite": 0 }, "releaseDate": "2026-04-24", @@ -112727,9 +113359,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.522, - "output": 1.044, - "cacheRead": 0.0435, + "input": 0.87, + "output": 1.74, + "cacheRead": 0.0725, "cacheWrite": 0 }, "releaseDate": "2026-04-24", @@ -112807,14 +113439,15 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.6 27B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 81920, + "maxTokens": 235929, "capabilities": [ "images", "video", "tools", "reasoning", "structured_output", - "temperature" + "temperature", + "prompt-cache" ], "reasoningOptions": [ { @@ -112822,9 +113455,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.32, - "output": 3.2, - "cacheRead": 0, + "input": 0.6, + "output": 3.6, + "cacheRead": 0.12, "cacheWrite": 0 }, "releaseDate": "2026-04-22", @@ -112941,7 +113574,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Kimi K2.6", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -113042,7 +113675,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Hy3 preview", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "reasoning", @@ -113073,7 +113706,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.6 35B-A3B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -113102,7 +113735,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok 4.3", "contextWindow": 1000000, "maxInputTokens": 1000000, - "maxTokens": 1000000, + "maxTokens": 900000, "capabilities": [ "images", "files", @@ -113213,7 +113846,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok Build 0.1", "contextWindow": 256000, "maxInputTokens": 256000, - "maxTokens": 256000, + "maxTokens": 230400, "capabilities": [ "images", "files", @@ -113238,7 +113871,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Muse Spark 1.1", "contextWindow": 1048576, "maxInputTokens": 1048576, - "maxTokens": 1048576, + "maxTokens": 943718, "capabilities": [ "images", "video", @@ -113287,7 +113920,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GLM-5.1", "contextWindow": 204800, "maxInputTokens": 204800, - "maxTokens": 128000, + "maxTokens": 182476, "capabilities": [ "tools", "reasoning", @@ -113297,9 +113930,9 @@ export const GENERATED_PROVIDER_MODELS: { ], "reasoningOptions": [], "pricing": { - "input": 0.966, - "output": 3.036, - "cacheRead": 0.1794, + "input": 1.26, + "output": 3.96, + "cacheRead": 0.234, "cacheWrite": 0 }, "releaseDate": "2026-04-07", @@ -113365,7 +113998,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Gemma 4 31B IT", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 16384, "capabilities": [ "images", "video", @@ -113381,9 +114014,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.1, + "input": 0.09, "output": 0.34, - "cacheRead": 0.1, + "cacheRead": 0.05, "cacheWrite": 0 }, "releaseDate": "2026-04-02", @@ -113455,7 +114088,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Trinity Large Thinking", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "reasoning", @@ -113502,7 +114135,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Grok 4.20", "contextWindow": 2000000, "maxInputTokens": 2000000, - "maxTokens": 2000000, + "maxTokens": 1800000, "capabilities": [ "images", "files", @@ -113548,7 +114181,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Reka Edge", "contextWindow": 16384, "maxInputTokens": 16384, - "maxTokens": 16384, + "maxTokens": 14745, "capabilities": [ "images", "video", @@ -113588,6 +114221,27 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-03-18", "family": "minimax" }, + "minimax/minimax-m2.7:free": { + "id": "minimax/minimax-m2.7:free", + "name": "MiniMax M2.7 (free)", + "contextWindow": 196608, + "maxInputTokens": 196608, + "maxTokens": 176947, + "capabilities": [ + "tools", + "reasoning", + "temperature" + ], + "reasoningOptions": [], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-03-18", + "family": "minimax" + }, "openai/gpt-5.4-mini": { "id": "openai/gpt-5.4-mini", "name": "GPT-5.4 mini", @@ -113663,7 +114317,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Small 4", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "images", "tools", @@ -113753,7 +114407,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nemotron 3 Super (free)", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "reasoning", @@ -113940,7 +114594,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nano Banana 2", "contextWindow": 65536, "maxInputTokens": 65536, - "maxTokens": 65536, + "maxTokens": 58982, "capabilities": [ "images", "reasoning", @@ -114037,7 +114691,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.5 122B-A10B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -114093,7 +114747,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.5 35B-A3B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -114122,7 +114776,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.5 9B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "video", @@ -114315,15 +114969,14 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3.5 397B-A17B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 65536, "capabilities": [ "images", "video", "tools", "reasoning", "structured_output", - "temperature", - "prompt-cache" + "temperature" ], "reasoningOptions": [ { @@ -114331,9 +114984,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.5, - "output": 3.6, - "cacheRead": 0.3, + "input": 0.39, + "output": 2.34, + "cacheRead": 0, "cacheWrite": 0 }, "releaseDate": "2026-02-15", @@ -114604,7 +115257,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3 Coder Next", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "structured_output", @@ -114667,7 +115320,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Solar Pro 3", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "reasoning", @@ -114771,7 +115424,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Kimi K2.5", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "images", "tools", @@ -114939,7 +115592,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Nemotron 3 Nano 30B A3B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "reasoning", @@ -115084,7 +115737,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Devstral 2", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "files", "tools", @@ -115172,7 +115825,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Ministral 3 14B 2512", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "images", "tools", @@ -115194,7 +115847,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Ministral 3 3B 2512", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 104857, "capabilities": [ "images", "tools", @@ -115216,7 +115869,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Ministral 3 8B 2512", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "images", "tools", @@ -115258,7 +115911,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V3.2", "contextWindow": 163840, "maxInputTokens": 163840, - "maxTokens": 163840, + "maxTokens": 147456, "capabilities": [ "tools", "reasoning", @@ -115538,7 +116191,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Voxtral Small 24B 2507", "contextWindow": 32000, "maxInputTokens": 32000, - "maxTokens": 32000, + "maxTokens": 25600, "capabilities": [ "files", "tools", @@ -116058,34 +116711,6 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2025-09-08", "family": "qwen" }, - "qwen/qwen-plus-2025-07-28:thinking": { - "id": "qwen/qwen-plus-2025-07-28:thinking", - "name": "Qwen Plus 0728 (thinking)", - "contextWindow": 1000000, - "maxInputTokens": 1000000, - "maxTokens": 32768, - "capabilities": [ - "tools", - "reasoning", - "structured_output", - "temperature" - ], - "reasoningOptions": [ - { - "type": "budget_tokens", - "min": 1, - "max": 81920 - } - ], - "pricing": { - "input": 0.26, - "output": 0.78, - "cacheRead": 0, - "cacheWrite": 0 - }, - "releaseDate": "2025-09-08", - "family": "qwen" - }, "moonshotai/kimi-k2-0905": { "id": "moonshotai/kimi-k2-0905", "name": "Kimi K2 0905", @@ -116111,7 +116736,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3-Next 80B-A3B Instruct", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "structured_output", @@ -116206,7 +116831,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V3.1", "contextWindow": 163840, "maxInputTokens": 163840, - "maxTokens": 161000, + "maxTokens": 144900, "capabilities": [ "tools", "reasoning", @@ -116233,7 +116858,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Medium 3.1", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 262144, + "maxTokens": 104857, "capabilities": [ "images", "files", @@ -116418,7 +117043,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GPT OSS 120B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "reasoning", @@ -116449,7 +117074,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GPT OSS 20B", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "reasoning", @@ -116481,7 +117106,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Codestral 2508", "contextWindow": 256000, "maxInputTokens": 256000, - "maxTokens": 256000, + "maxTokens": 204800, "capabilities": [ "files", "tools", @@ -116595,7 +117220,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3 235B A22B Thinking 2507", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 32768, + "maxTokens": 117964, "capabilities": [ "tools", "reasoning", @@ -117084,7 +117709,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Medium 3", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 104857, "capabilities": [ "images", "files", @@ -117388,17 +118013,18 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Llama 4 Scout", "contextWindow": 1310720, "maxInputTokens": 1310720, - "maxTokens": 16384, + "maxTokens": 8192, "capabilities": [ "images", "tools", "structured_output", - "temperature" + "temperature", + "prompt-cache" ], "pricing": { - "input": 0.1, - "output": 0.3, - "cacheRead": 0, + "input": 0.11, + "output": 0.34, + "cacheRead": 0.055, "cacheWrite": 0 }, "releaseDate": "2025-04-05", @@ -117465,7 +118091,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen3-Coder 30B-A3B Instruct", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 235929, "capabilities": [ "tools", "structured_output", @@ -117485,7 +118111,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "DeepSeek V3 0324", "contextWindow": 163840, "maxInputTokens": 163840, - "maxTokens": 163840, + "maxTokens": 147456, "capabilities": [ "tools", "structured_output", @@ -117526,7 +118152,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Gemma 3 27B", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "images", "tools", @@ -117548,7 +118174,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Saba", "contextWindow": 32768, "maxInputTokens": 32768, - "maxTokens": 32768, + "maxTokens": 26214, "capabilities": [ "files", "tools", @@ -117654,16 +118280,17 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Llama-3.3-70B-Instruct", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 16384, + "maxTokens": 115200, "capabilities": [ "tools", "structured_output", - "temperature" + "temperature", + "prompt-cache" ], "pricing": { - "input": 0.1, - "output": 0.32, - "cacheRead": 0, + "input": 0.71, + "output": 0.71, + "cacheRead": 0.71, "cacheWrite": 0 }, "releaseDate": "2024-12-06", @@ -117789,7 +118416,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Large 2407", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 104857, "capabilities": [ "files", "tools", @@ -117811,7 +118438,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "UnslopNemo 12B", "contextWindow": 1024000, "maxInputTokens": 1024000, - "maxTokens": 32768, + "maxTokens": 26214, "capabilities": [ "tools", "structured_output", @@ -117830,7 +118457,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Large 3", "contextWindow": 262144, "maxInputTokens": 262144, - "maxTokens": 262144, + "maxTokens": 209715, "capabilities": [ "images", "files", @@ -117853,7 +118480,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Qwen2.5 7B Instruct", "contextWindow": 32768, "maxInputTokens": 32768, - "maxTokens": 32768, + "maxTokens": 29491, "capabilities": [ "tools", "structured_output", @@ -117996,7 +118623,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Llama-3.1-8B-Instruct", "contextWindow": 131072, "maxInputTokens": 131072, - "maxTokens": 131072, + "maxTokens": 117964, "capabilities": [ "tools", "structured_output", @@ -118128,7 +118755,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mixtral 8x22B Instruct", "contextWindow": 65536, "maxInputTokens": 65536, - "maxTokens": 65536, + "maxTokens": 52428, "capabilities": [ "files", "tools", @@ -118171,7 +118798,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "Mistral Large", "contextWindow": 128000, "maxInputTokens": 128000, - "maxTokens": 128000, + "maxTokens": 102400, "capabilities": [ "files", "tools", @@ -118193,7 +118820,7 @@ export const GENERATED_PROVIDER_MODELS: { "name": "GPT-3.5 Turbo (older v0613)", "contextWindow": 4095, "maxInputTokens": 4095, - "maxTokens": 4096, + "maxTokens": 3685, "capabilities": [ "tools", "structured_output", @@ -122095,6 +122722,152 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2024-11-20" } }, + "pendra": { + "deepseek-v4-flash": { + "id": "deepseek-v4-flash", + "name": "DeepSeek V4 Flash", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 384000, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "low", + "high", + "max" + ] + } + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-04-24", + "family": "deepseek-flash" + }, + "qwen3.6:27b": { + "id": "qwen3.6:27b", + "name": "Qwen3.6 27B", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 65536, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature" + ], + "reasoningOptions": [], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-04-22", + "family": "qwen" + }, + "glm-4.7-flash": { + "id": "glm-4.7-flash", + "name": "GLM-4.7-Flash", + "contextWindow": 200000, + "maxInputTokens": 200000, + "maxTokens": 131072, + "capabilities": [ + "tools", + "reasoning", + "temperature" + ], + "reasoningOptions": [], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-01-19", + "family": "glm-flash" + }, + "gpt-oss:120b": { + "id": "gpt-oss:120b", + "name": "GPT OSS 120B", + "contextWindow": 131072, + "maxInputTokens": 131072, + "maxTokens": 32768, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "low", + "medium", + "high" + ] + } + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2025-08-05", + "family": "gpt-oss" + }, + "qwen3-coder:30b": { + "id": "qwen3-coder:30b", + "name": "Qwen3-Coder 30B-A3B Instruct", + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 65536, + "capabilities": [ + "tools", + "temperature" + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2025-04", + "family": "qwen" + }, + "llama3.3:70b": { + "id": "llama3.3:70b", + "name": "Llama-3.3-70B-Instruct", + "contextWindow": 128000, + "maxInputTokens": 128000, + "maxTokens": 4096, + "capabilities": [ + "tools", + "temperature" + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2024-12-06", + "family": "llama" + } + }, "perplexity-agent": { "xai/grok-4.6": { "id": "xai/grok-4.6", @@ -141544,6 +142317,35 @@ export const GENERATED_PROVIDER_MODELS: { "family": "qwen" } }, + "standardcompute": { + "standardcompute": { + "id": "standardcompute", + "name": "Standard Compute", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 24576, + "capabilities": [ + "images", + "tools", + "reasoning", + "structured_output", + "temperature" + ], + "reasoningOptions": [ + { + "type": "toggle" + } + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-03-01", + "family": "auto" + } + }, "stepfun": { "step-3.7-flash": { "id": "step-3.7-flash", @@ -146365,14 +147167,15 @@ export const GENERATED_PROVIDER_MODELS: { "nvidia/nemotron-3.5-lightning": { "id": "nvidia/nemotron-3.5-lightning", "name": "Nemotron 3.5 Lightning 30B", - "contextWindow": 1000000, - "maxInputTokens": 1000000, - "maxTokens": 32768, + "contextWindow": 262144, + "maxInputTokens": 262144, + "maxTokens": 131072, "capabilities": [ "tools", "reasoning", "structured_output", - "temperature" + "temperature", + "prompt-cache" ], "reasoningOptions": [ { @@ -146385,40 +147188,9 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "releaseDate": "2026-08-11", - "family": "nemotron" - }, - "nvidia/nemotron-3.5-lightning-free": { - "id": "nvidia/nemotron-3.5-lightning-free", - "name": "Nemotron 3.5 Lightning 30B (Free)", - "contextWindow": 1000000, - "maxInputTokens": 1000000, - "maxTokens": 32768, - "capabilities": [ - "tools", - "reasoning", - "structured_output", - "temperature" - ], - "reasoningOptions": [ - { - "type": "toggle" - }, - { - "type": "budget_tokens", - "min": 1, - "max": 32768 - } - ], - "pricing": { - "input": 0, - "output": 0, - "cacheRead": 0, + "input": 0.05, + "output": 0.15, + "cacheRead": 0.05, "cacheWrite": 0 }, "releaseDate": "2026-08-11", @@ -147658,6 +148430,32 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-06-01", "family": "minimax" }, + "minimax/minimax-m3-free": { + "id": "minimax/minimax-m3-free", + "name": "MiniMax M3 (Free)", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 1048576, + "capabilities": [ + "images", + "tools", + "reasoning", + "temperature" + ], + "reasoningOptions": [ + { + "type": "toggle" + } + ], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-06-01", + "family": "minimax" + }, "stepfun/step-3.7-flash": { "id": "stepfun/step-3.7-flash", "name": "Step 3.7 Flash", @@ -148792,6 +149590,27 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-03-18", "family": "minimax" }, + "minimax/minimax-m2.7-free": { + "id": "minimax/minimax-m2.7-free", + "name": "Minimax M2.7 (Free)", + "contextWindow": 196608, + "maxInputTokens": 196608, + "maxTokens": 196608, + "capabilities": [ + "tools", + "reasoning", + "temperature" + ], + "reasoningOptions": [], + "pricing": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2026-03-18", + "family": "minimax" + }, "minimax/minimax-m2.7-highspeed": { "id": "minimax/minimax-m2.7-highspeed", "name": "MiniMax M2.7 High Speed", @@ -150686,17 +151505,17 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2025-11-06", "family": "kimi-thinking" }, - "openai/gpt-oss-safeguard-20b": { - "id": "openai/gpt-oss-safeguard-20b", - "name": "gpt-oss-safeguard-20b", - "contextWindow": 131072, - "maxInputTokens": 65536, - "maxTokens": 65536, + "openai/gpt-oss-safeguard-120b": { + "id": "openai/gpt-oss-safeguard-120b", + "name": "GPT OSS Safeguard 120B", + "contextWindow": 128000, + "maxInputTokens": 112000, + "maxTokens": 16000, "capabilities": [ "tools", "reasoning", - "temperature", - "prompt-cache" + "structured_output", + "temperature" ], "reasoningOptions": [ { @@ -150709,9 +151528,39 @@ export const GENERATED_PROVIDER_MODELS: { } ], "pricing": { - "input": 0.075, - "output": 0.3, - "cacheRead": 0.037, + "input": 0.15, + "output": 0.6, + "cacheRead": 0, + "cacheWrite": 0 + }, + "releaseDate": "2025-10-29", + "family": "gpt-oss" + }, + "openai/gpt-oss-safeguard-20b": { + "id": "openai/gpt-oss-safeguard-20b", + "name": "gpt-oss-safeguard-20b", + "contextWindow": 128000, + "maxInputTokens": 112000, + "maxTokens": 16000, + "capabilities": [ + "tools", + "reasoning", + "temperature" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "low", + "medium", + "high" + ] + } + ], + "pricing": { + "input": 0.07, + "output": 0.2, + "cacheRead": 0, "cacheWrite": 0 }, "releaseDate": "2025-10-29", @@ -154218,6 +155067,53 @@ export const GENERATED_PROVIDER_MODELS: { "releaseDate": "2026-08-14", "family": "glm" }, + "gemini-3.7-flash": { + "id": "gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "contextWindow": 1048576, + "maxInputTokens": 1048576, + "maxTokens": 65536, + "capabilities": [ + "images", + "video", + "files", + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "low", + "medium", + "high" + ] + } + ], + "pricing": { + "input": 0.75, + "output": 3.75, + "cacheRead": 0.075, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-13", + "family": "gemini-flash", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + } + }, "deepseek-v4-flash": { "id": "deepseek-v4-flash", "name": "DeepSeek V4 Flash", @@ -155253,6 +156149,29 @@ export const GENERATED_PROVIDER_MODELS: { } }, "wandb": { + "ibm-granite/granite-4.2-8b": { + "id": "ibm-granite/granite-4.2-8b", + "name": "Granite 4.2 8B", + "contextWindow": 131072, + "maxInputTokens": 131072, + "maxTokens": 131072, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [], + "pricing": { + "input": 0.1, + "output": 0.15, + "cacheRead": 0.05, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-24", + "family": "granite" + }, "Qwen/Qwen3.8-27B": { "id": "Qwen/Qwen3.8-27B", "name": "Qwen3.8 27B", @@ -156960,6 +157879,38 @@ export const GENERATED_PROVIDER_MODELS: { } }, "zai": { + "glm-5.3": { + "id": "glm-5.3", + "name": "GLM-5.3", + "contextWindow": 1000000, + "maxInputTokens": 1000000, + "maxTokens": 131072, + "capabilities": [ + "tools", + "reasoning", + "structured_output", + "temperature", + "prompt-cache" + ], + "reasoningOptions": [ + { + "type": "effort", + "values": [ + "low", + "high", + "max" + ] + } + ], + "pricing": { + "input": 1.4, + "output": 4.4, + "cacheRead": 0.26, + "cacheWrite": 0 + }, + "releaseDate": "2026-08-14", + "family": "glm" + }, "glm-5.2": { "id": "glm-5.2", "name": "GLM-5.2", diff --git a/sdk/packages/llms/src/providers/gateway.test.ts b/sdk/packages/llms/src/providers/gateway.test.ts index 2a57bcd65a..bf5fbf02cb 100644 --- a/sdk/packages/llms/src/providers/gateway.test.ts +++ b/sdk/packages/llms/src/providers/gateway.test.ts @@ -3171,14 +3171,26 @@ describe("sdk-gateway", () => { mockSuccessfulStream(); const gateway = createGateway({ - providerConfigs: [{ providerId: "deepseek", apiKey: "deepseek-key" }], + providerConfigs: [ + { + providerId: "deepseek", + apiKey: "deepseek-key", + models: [ + { + id: "deepseek-text-only", + name: "DeepSeek Text Only", + // Advertises no "images" capability. + capabilities: ["text"], + }, + ], + }, + ], }); await collect( await gateway.stream({ providerId: "deepseek", - // Catalog entry advertises no "images" capability. - modelId: "deepseek-chat", + modelId: "deepseek-text-only", messages: imageHistory, }), ); diff --git a/sdk/packages/llms/src/providers/provider-ids.generated.ts b/sdk/packages/llms/src/providers/provider-ids.generated.ts index 21f189414c..29640bf896 100644 --- a/sdk/packages/llms/src/providers/provider-ids.generated.ts +++ b/sdk/packages/llms/src/providers/provider-ids.generated.ts @@ -14,9 +14,11 @@ export const GENERATED_PROVIDER_IDS = [ "abacus", "abliteration-ai", "agentrouter", + "agnes", "ai-router", "aiand", "aihubmix", + "aixy", "aki-io", "alibaba", "alibaba-cn", @@ -82,6 +84,7 @@ export const GENERATED_PROVIDER_IDS = [ "inferx", "infomaniak", "io-net", + "iteracompute", "jalapeno", "jiekou", "kenari", @@ -93,6 +96,7 @@ export const GENERATED_PROVIDER_IDS = [ "llama", "llmgateway", "llmgateway-providers", + "llmtech", "llmtr", "lmstudio", "longcat", @@ -118,6 +122,7 @@ export const GENERATED_PROVIDER_IDS = [ "nearai", "nebius", "neon", + "neosmith", "neuralwatt", "nova", "novita-ai", @@ -131,6 +136,7 @@ export const GENERATED_PROVIDER_IDS = [ "opper", "orcarouter", "ovhcloud", + "pendra", "perplexity-agent", "pioneer", "poe", @@ -152,6 +158,7 @@ export const GENERATED_PROVIDER_IDS = [ "siliconflow-cn", "snowflake-cortex", "stackit", + "standardcompute", "stepfun", "stepfun-ai", "stepfun-ai-step-plan", diff --git a/sdk/packages/llms/src/providers/providers.generated.ts b/sdk/packages/llms/src/providers/providers.generated.ts index ff57bef860..dffee24493 100644 --- a/sdk/packages/llms/src/providers/providers.generated.ts +++ b/sdk/packages/llms/src/providers/providers.generated.ts @@ -73,6 +73,20 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ baseUrl: "https://agentrouter.org/v1", }, }, + { + id: "agnes", + name: "Agnes AI", + description: "Agnes AI model provider from models.dev", + family: "openai-compatible", + capabilities: ["tools", "reasoning", "prompt-cache"], + modelsProviderId: "agnes", + defaultModelId: "agnes-2.5-pro-alpha", + apiKeyEnv: ["AGNES_API_KEY"], + docsUrl: "https://agnes-ai.com/doc", + defaults: { + baseUrl: "https://apihub.agnes-ai.com/v1", + }, + }, { id: "ai-router", name: "AI-ROUTER", @@ -112,6 +126,20 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ apiKeyEnv: ["AIHUBMIX_API_KEY"], docsUrl: "https://docs.aihubmix.com", }, + { + id: "aixy", + name: "Aixy", + description: "Aixy model provider from models.dev", + family: "openai-compatible", + capabilities: ["tools", "prompt-cache"], + modelsProviderId: "aixy", + defaultModelId: "openai/gpt-4.1-mini", + apiKeyEnv: ["AIXY_API_KEY"], + docsUrl: "https://docs.aixy-gateway.com/integrations/overview", + defaults: { + baseUrl: "https://api.aixy-gateway.com/v1", + }, + }, { id: "aki-io", name: "AKI.IO", @@ -442,7 +470,7 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ family: "openai-compatible", capabilities: ["tools", "reasoning", "prompt-cache"], modelsProviderId: "cline-pass", - defaultModelId: "cline-pass/kimi-k3", + defaultModelId: "cline-pass/glm-5.3", apiKeyEnv: ["CLINE_API_KEY"], docsUrl: "https://docs.cline.bot/getting-started/clinepass", defaults: { @@ -697,7 +725,7 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ family: "openai-compatible", capabilities: ["tools", "reasoning"], modelsProviderId: "evroc", - defaultModelId: "zai-org/GLM-5.2", + defaultModelId: "Qwen/Qwen3.8-27B", apiKeyEnv: ["EVROC_API_KEY"], docsUrl: "https://docs.evroc.com/products/think/overview.html", defaults: { @@ -893,7 +921,7 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ family: "openai-compatible", capabilities: ["tools", "reasoning", "prompt-cache"], modelsProviderId: "huggingface", - defaultModelId: "deepseek-ai/DeepSeek-V4-Pro-0813", + defaultModelId: "Qwen/Qwen3.8-27B", apiKeyEnv: ["HF_TOKEN"], docsUrl: "https://huggingface.co/docs/inference-providers", defaults: { @@ -1028,6 +1056,20 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ baseUrl: "https://api.intelligence.io.solutions/api/v1", }, }, + { + id: "iteracompute", + name: "IteraCompute", + description: "IteraCompute model provider from models.dev", + family: "openai-compatible", + capabilities: ["tools", "reasoning", "prompt-cache"], + modelsProviderId: "iteracompute", + defaultModelId: "iteracompute/qwen3.8-27b", + apiKeyEnv: ["ITERACOMPUTE_API_KEY"], + docsUrl: "https://iteracompute.com/docs.html", + defaults: { + baseUrl: "https://api.iteracompute.com/v1", + }, + }, { id: "jalapeno", name: "Jalapeno Cloud", @@ -1178,13 +1220,27 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ family: "openai-compatible", capabilities: ["tools", "reasoning", "prompt-cache"], modelsProviderId: "llmgateway-providers", - defaultModelId: "zai/glm-5.3", + defaultModelId: "baidu/glm-5.3", apiKeyEnv: ["LLMGATEWAY_API_KEY"], docsUrl: "https://llmgateway.io/docs", defaults: { baseUrl: "https://api.llmgateway.io/v1", }, }, + { + id: "llmtech", + name: "LLM Tech", + description: "LLM Tech model provider from models.dev", + family: "openai-compatible", + capabilities: ["tools", "reasoning", "prompt-cache"], + modelsProviderId: "llmtech", + defaultModelId: "unsloth/Qwen3.8-27B-NVFP4", + apiKeyEnv: ["LLMTECH_API_KEY"], + docsUrl: "https://llmtech.eu/models/qwen3.8-27b", + defaults: { + baseUrl: "https://api.llmtech.eu/v1", + }, + }, { id: "llmtr", name: "LLMTR", @@ -1484,7 +1540,7 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ family: "openai-compatible", capabilities: ["tools", "reasoning", "prompt-cache"], modelsProviderId: "nano-gpt", - defaultModelId: "Gemma-4-31B-MeroMero-v2", + defaultModelId: "qwen/qwen3.8-27b-uncensored:thinking", apiKeyEnv: ["NANO_GPT_API_KEY"], docsUrl: "https://docs.nano-gpt.com", defaults: { @@ -1533,6 +1589,20 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ baseUrl: "${NEON_AI_GATEWAY_BASE_URL}/v1", }, }, + { + id: "neosmith", + name: "NeoSmith", + description: "NeoSmith model provider from models.dev", + family: "openai", + capabilities: ["tools", "reasoning", "prompt-cache"], + modelsProviderId: "neosmith", + defaultModelId: "neosmith.intelligent-maestro", + apiKeyEnv: ["NEOSMITH_API_KEY"], + docsUrl: "https://neosmith.ai/docs", + defaults: { + baseUrl: "https://router.neosmith.ai/v1", + }, + }, { id: "neuralwatt", name: "Neuralwatt", @@ -1712,6 +1782,20 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ baseUrl: "https://oai.endpoints.kepler.ai.cloud.ovh.net/v1", }, }, + { + id: "pendra", + name: "Pendra", + description: "Pendra model provider from models.dev", + family: "openai-compatible", + capabilities: ["tools", "reasoning"], + modelsProviderId: "pendra", + defaultModelId: "deepseek-v4-flash", + apiKeyEnv: ["PENDRA_API_KEY"], + docsUrl: "https://pendra.ai/docs/integrations/opencode", + defaults: { + baseUrl: "https://api.pendra.ai/api/v1", + }, + }, { id: "perplexity-agent", name: "Perplexity Agent", @@ -2009,6 +2093,20 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ "https://api.openai-compat.model-serving.eu01.onstackit.cloud/v1", }, }, + { + id: "standardcompute", + name: "Standard Compute", + description: "Standard Compute model provider from models.dev", + family: "openai-compatible", + capabilities: ["tools", "reasoning"], + modelsProviderId: "standardcompute", + defaultModelId: "standardcompute", + apiKeyEnv: ["STANDARDCOMPUTE_API_KEY"], + docsUrl: "https://standardcompute.com/models", + defaults: { + baseUrl: "https://api.stdcmpt.com/v1", + }, + }, { id: "stepfun", name: "StepFun (China)", @@ -2377,7 +2475,7 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ family: "openai-compatible", capabilities: ["tools", "reasoning", "prompt-cache"], modelsProviderId: "wandb", - defaultModelId: "Qwen/Qwen3.8-27B", + defaultModelId: "ibm-granite/granite-4.2-8b", apiKeyEnv: ["WANDB_API_KEY"], docsUrl: "https://docs.wandb.ai/guides/integrations/inference/", defaults: { @@ -2472,7 +2570,7 @@ export const GENERATED_PROVIDER_SPECS: readonly BuiltinSpec[] = [ family: "openai-compatible", capabilities: ["tools", "reasoning", "prompt-cache"], modelsProviderId: "zai", - defaultModelId: "glm-5.2", + defaultModelId: "glm-5.3", apiKeyEnv: ["ZHIPU_API_KEY"], docsUrl: "https://docs.z.ai/guides/overview/pricing", defaults: { diff --git a/sdk/packages/sdk/package.json b/sdk/packages/sdk/package.json index 1180d7ddcc..f63a7dafc1 100644 --- a/sdk/packages/sdk/package.json +++ b/sdk/packages/sdk/package.json @@ -1,7 +1,7 @@ { "name": "@cline/sdk", "description": "Cline SDK - user-facing alias for @cline/core", - "version": "0.0.79", + "version": "0.0.80", "repository": { "type": "git", "url": "https://github.com/cline/cline", diff --git a/sdk/packages/shared/package.json b/sdk/packages/shared/package.json index 2cddb642ba..51a7a6ed2c 100644 --- a/sdk/packages/shared/package.json +++ b/sdk/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@cline/shared", - "version": "0.0.79", + "version": "0.0.80", "description": "Shared utilities, types, and schemas for Cline packages", "repository": { "type": "git",