{
"_meta": {
"about": "Offline/stale fallback Models.dev-shaped catalog snapshot for Codewhale (#3385, demoted by #4188).",
"schema": "Matches crates/config/src/models_dev.rs ModelsDevCatalog ({ models, providers }).",
"role": "NOT a competing source of truth. Preferred metadata is the live Models.dev catalog published into ProviderLake (#4187). This asset is used only when live/cache rows are unavailable (offline startup, failed refresh, or empty cache).",
"source": "Compact offline seed of verified in-repo defaults (context/output from crates/tui/src/models.rs; USD pricing from crates/tui/src/pricing.rs) for providers Codewhale ships with. It is intentionally smaller than a full Models.dev dump; live refresh supersedes these rows on (provider, wire_model_id) identity.",
"honesty": "Pricing is intentionally OMITTED where the repo does not publish a trustworthy per-token rate: DeepSeek-native rows (priced via the time-aware DeepSeek table elsewhere, kept UnknownOrStale at the route layer), aggregator-hosted DeepSeek rows (aggregator account terms, not DeepSeek Platform pricing), Xiaomi MiMo rows (published PAYG rates apply only to sk- pay-as-you-go keys; the catalog cannot distinguish that billing surface from credit/quota Token Plan keys, so MiMo stays unpriced), and Alibaba Model Studio Token/Coding Plan rows (upstream lists zero per-token cost because usage draws on plan quota, not per-token billing; a zero here would read as 'free'). Absent pricing surfaces as PricingSku::UnknownOrStale, never a fabricated zero.",
"default_rows": "Each provider's `default: true` wire id equals that provider's built-in DEFAULT_*_MODEL so RouteResolver::new() and the descriptor stay in agreement when offline.",
"curated": "qwen3.8-max (GA) is curated ahead of upstream Models.dev, which as of 2026-08-03 lists only qwen3.8-max-preview; facts verified against the owner's Token Plan console (2026-08-03): ~1M context, 128K output, image understanding, always-on reasoning. deepseek-v4-flash-0731 keeps the console/in-repo wire id for the row upstream serves as deepseek-v4-flash. Coding Plan rows for qwen3.8-max-preview, deepseek-v4-pro, deepseek-v4-flash-0731, and glm-5.2 are curated from the Token Plan upstream entries (upstream alibaba-coding-plan does not list them yet); the in-repo route layer already offers the same model set on both plans. Upstream provider ids alibaba-token-plan(-cn) / alibaba-coding-plan(-cn) were merged onto the CodeWhale provider ids (live refresh normalizes them via ProviderKind aliases; the -cn regional variants stay upstream-id browse rows until Codewhale ships China endpoints).",
"pending_release_metadata": "glm-5.3 rows INHERIT every capability/limit/dialect value from glm-5.2 PENDING OFFICIAL Z.AI RELEASE METADATA (added 2026-08-03; glm-5.3 was not live on the Z.ai API at that date and pricing is deliberately absent). Correct here first. Scope is deliberate: only the first-party Z.ai row (GLM-5.3) and its OpenRouter mirror (z-ai/glm-5.3) exist. Metadata inheritance is not evidence of third-party availability, so no OpenCode Zen, OpenCode Go, Model Studio, or TelecomJS glm-5.3 row is seeded; add those only against that gateway's own published roster.",
"coverage": "20 providers, 80 chat offerings (offline seed only)."
},
"models": {
"deepseek-v4-pro": {
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"family": "deepseek",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 },
"open_weights": true
},
"deepseek-v4-flash": {
"id": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash",
"family": "deepseek",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 },
"open_weights": true
}
},
"providers": {
"deepseek": {
"id": "deepseek",
"name": "DeepSeek",
"api": "https://api.deepseek.com",
"npm": "@ai-sdk/openai-compatible",
"env": ["DEEPSEEK_API_KEY"],
"models": {
"deepseek-v4-pro": {
"id": "deepseek-v4-pro",
"base_model": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"family": "deepseek",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek-v4-flash": {
"id": "deepseek-v4-flash",
"base_model": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash",
"family": "deepseek",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
}
}
},
"zai": {
"id": "zai",
"name": "Zhipu AI / Z.ai",
"api": "https://api.z.ai/api/paas/v4",
"npm": "@ai-sdk/openai-compatible",
"env": ["ZAI_API_KEY", "ZHIPU_API_KEY", "GLM_API_KEY"],
"models": {
"GLM-5.2": {
"id": "GLM-5.2",
"name": "GLM-5.2",
"family": "glm",
"default": true,
"reasoning": true,
"reasoning_options": [{ "type": "effort", "values": ["high", "max"] }],
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 131072 },
"cost": { "input": 1.40, "output": 4.40, "cache_read": 0.26 }
},
"GLM-5.3": {
"id": "GLM-5.3",
"name": "GLM-5.3",
"family": "glm",
"reasoning": true,
"reasoning_options": [{ "type": "effort", "values": ["high", "max"] }],
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 131072 }
},
"glm-5.1": {
"id": "glm-5.1",
"name": "GLM-5.1",
"family": "glm",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 202752, "output": 131072 },
"cost": { "input": 1.40, "output": 4.40, "cache_read": 0.26 }
},
"GLM-5-Turbo": {
"id": "GLM-5-Turbo",
"name": "GLM-5 Turbo",
"family": "glm",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 202752, "output": 131072 },
"cost": { "input": 1.20, "output": 4.00, "cache_read": 0.24 }
}
}
},
"moonshot": {
"id": "moonshot",
"name": "Moonshot / Kimi",
"api": "https://api.moonshot.ai/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["MOONSHOT_API_KEY", "KIMI_API_KEY"],
"models": {
"kimi-k3": {
"id": "kimi-k3",
"name": "Kimi K3",
"family": "kimi-k3",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 1048576, "output": 131072 }
},
"kimi-k2.7-code": {
"id": "kimi-k2.7-code",
"name": "Kimi K2.7 Code",
"family": "kimi",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 262144, "output": 262144 },
"cost": { "input": 0.95, "output": 4.00, "cache_read": 0.19 }
},
"kimi-k2.6": {
"id": "kimi-k2.6",
"name": "Kimi K2.6",
"family": "kimi",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 262144, "output": 262144 },
"cost": { "input": 0.95, "output": 4.00, "cache_read": 0.16 }
}
}
},
"minimax": {
"id": "minimax",
"name": "MiniMax",
"api": "https://api.minimax.io/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["MINIMAX_API_KEY"],
"models": {
"MiniMax-M3": {
"id": "MiniMax-M3",
"name": "MiniMax M3",
"family": "minimax",
"default": true,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{ "type": "thinking", "values": ["adaptive", "disabled"], "default": "adaptive" }
],
"tool_call": true,
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 1000000, "output": 524288 }
},
"MiniMax-M2.7": {
"id": "MiniMax-M2.7",
"name": "MiniMax M2.7",
"family": "minimax",
"reasoning": true,
"reasoning_options": [
{ "type": "thinking", "values": ["always_on"], "default": "always_on" }
],
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 204800 },
"cost": { "input": 0.30, "output": 1.20, "cache_read": 0.06, "cache_write": 0.375 }
}
}
},
"minimax-anthropic": {
"id": "minimax-anthropic",
"name": "MiniMax (Anthropic-compatible)",
"api": "https://api.minimax.io/anthropic",
"npm": "@ai-sdk/anthropic",
"env": ["MINIMAX_API_KEY"],
"models": {
"MiniMax-M3": {
"id": "MiniMax-M3",
"name": "MiniMax M3",
"family": "minimax",
"default": true,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{ "type": "thinking", "values": ["adaptive", "disabled"], "default": "disabled" }
],
"tool_call": true,
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 1000000, "output": 524288 }
},
"MiniMax-M2.7": {
"id": "MiniMax-M2.7",
"name": "MiniMax M2.7",
"family": "minimax",
"reasoning": true,
"reasoning_options": [
{ "type": "thinking", "values": ["always_on"], "default": "always_on" }
],
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 204800 },
"cost": { "input": 0.30, "output": 1.20, "cache_read": 0.06, "cache_write": 0.375 }
}
}
},
"modelstudio-token-plan": {
"id": "modelstudio-token-plan",
"name": "Alibaba Cloud Model Studio (Token Plan)",
"api": "https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["MODELSTUDIO_API_KEY", "DASHSCOPE_API_KEY"],
"models": {
"qwen3.8-max": {
"id": "qwen3.8-max",
"name": "Qwen3.8 Max",
"family": "qwen",
"default": true,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "thinking", "values": ["always_on"], "default": "always_on"}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.8-max-preview": {
"id": "qwen3.8-max-preview",
"name": "Qwen3.8 Max Preview",
"family": "qwen",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "effort", "values": ["low", "medium", "xhigh"]},
{"type": "budget_tokens", "min": 0, "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.7-plus": {
"id": "qwen3.7-plus",
"name": "Qwen3.7 Plus",
"family": "qwen",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 65536 }
},
"qwen3.7-max": {
"id": "qwen3.7-max",
"name": "Qwen3.7 Max",
"family": "qwen",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.6-flash": {
"id": "qwen3.6-flash",
"name": "Qwen3.6 Flash",
"family": "qwen3.6",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 131072}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 65536 }
},
"deepseek-v4-pro": {
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"family": "deepseek-thinking",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek-v4-flash-0731": {
"id": "deepseek-v4-flash-0731",
"name": "DeepSeek V4 Flash (0731)",
"family": "deepseek-flash",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 384000 }
},
"glm-5.2": {
"id": "glm-5.2",
"name": "GLM-5.2",
"family": "glm",
"reasoning": true,
"reasoning_options": [
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
}
}
},
"modelstudio-token-plan-anthropic": {
"id": "modelstudio-token-plan-anthropic",
"name": "Alibaba Cloud Model Studio (Token Plan, Anthropic-compatible)",
"api": "https://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic",
"npm": "@ai-sdk/anthropic",
"env": ["MODELSTUDIO_API_KEY", "DASHSCOPE_API_KEY"],
"models": {
"qwen3.8-max": {
"id": "qwen3.8-max",
"name": "Qwen3.8 Max",
"family": "qwen",
"default": true,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "thinking", "values": ["always_on"], "default": "always_on"}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.8-max-preview": {
"id": "qwen3.8-max-preview",
"name": "Qwen3.8 Max Preview",
"family": "qwen",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "effort", "values": ["low", "medium", "xhigh"]},
{"type": "budget_tokens", "min": 0, "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.7-plus": {
"id": "qwen3.7-plus",
"name": "Qwen3.7 Plus",
"family": "qwen",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 65536 }
},
"qwen3.7-max": {
"id": "qwen3.7-max",
"name": "Qwen3.7 Max",
"family": "qwen",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.6-flash": {
"id": "qwen3.6-flash",
"name": "Qwen3.6 Flash",
"family": "qwen3.6",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 131072}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 65536 }
},
"deepseek-v4-pro": {
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"family": "deepseek-thinking",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek-v4-flash-0731": {
"id": "deepseek-v4-flash-0731",
"name": "DeepSeek V4 Flash (0731)",
"family": "deepseek-flash",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 384000 }
},
"glm-5.2": {
"id": "glm-5.2",
"name": "GLM-5.2",
"family": "glm",
"reasoning": true,
"reasoning_options": [
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
}
}
},
"modelstudio-coding-plan": {
"id": "modelstudio-coding-plan",
"name": "Alibaba Cloud Model Studio (Coding Plan)",
"api": "https://coding-intl.dashscope.aliyuncs.com/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["MODELSTUDIO_API_KEY", "DASHSCOPE_API_KEY"],
"models": {
"qwen3.8-max": {
"id": "qwen3.8-max",
"name": "Qwen3.8 Max",
"family": "qwen",
"default": true,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "thinking", "values": ["always_on"], "default": "always_on"}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.8-max-preview": {
"id": "qwen3.8-max-preview",
"name": "Qwen3.8 Max Preview",
"family": "qwen",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "effort", "values": ["low", "medium", "xhigh"]},
{"type": "budget_tokens", "min": 0, "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.7-plus": {
"id": "qwen3.7-plus",
"name": "Qwen3.7 Plus",
"family": "qwen",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 64000 }
},
"qwen3.7-max": {
"id": "qwen3.7-max",
"name": "Qwen3.7 Max",
"family": "qwen",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 65536 }
},
"qwen3.6-flash": {
"id": "qwen3.6-flash",
"name": "Qwen3.6 Flash",
"family": "qwen3.6",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 131072}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 65536 }
},
"deepseek-v4-pro": {
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"family": "deepseek-thinking",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek-v4-flash-0731": {
"id": "deepseek-v4-flash-0731",
"name": "DeepSeek V4 Flash (0731)",
"family": "deepseek-flash",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 384000 }
},
"glm-5.2": {
"id": "glm-5.2",
"name": "GLM-5.2",
"family": "glm",
"reasoning": true,
"reasoning_options": [
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
}
}
},
"modelstudio-coding-plan-anthropic": {
"id": "modelstudio-coding-plan-anthropic",
"name": "Alibaba Cloud Model Studio (Coding Plan, Anthropic-compatible)",
"api": "https://coding-intl.dashscope.aliyuncs.com/apps/anthropic",
"npm": "@ai-sdk/anthropic",
"env": ["MODELSTUDIO_API_KEY", "DASHSCOPE_API_KEY"],
"models": {
"qwen3.8-max": {
"id": "qwen3.8-max",
"name": "Qwen3.8 Max",
"family": "qwen",
"default": true,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "thinking", "values": ["always_on"], "default": "always_on"}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.8-max-preview": {
"id": "qwen3.8-max-preview",
"name": "Qwen3.8 Max Preview",
"family": "qwen",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "effort", "values": ["low", "medium", "xhigh"]},
{"type": "budget_tokens", "min": 0, "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
},
"qwen3.7-plus": {
"id": "qwen3.7-plus",
"name": "Qwen3.7 Plus",
"family": "qwen",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 64000 }
},
"qwen3.7-max": {
"id": "qwen3.7-max",
"name": "Qwen3.7 Max",
"family": "qwen",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 262144}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 65536 }
},
"qwen3.6-flash": {
"id": "qwen3.6-flash",
"name": "Qwen3.6 Flash",
"family": "qwen3.6",
"attachment": true,
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "budget_tokens", "max": 131072}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text", "image", "video"], "output": ["text"]},
"limit": { "context": 1000000, "output": 65536 }
},
"deepseek-v4-pro": {
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"family": "deepseek-thinking",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek-v4-flash-0731": {
"id": "deepseek-v4-flash-0731",
"name": "DeepSeek V4 Flash (0731)",
"family": "deepseek-flash",
"reasoning": true,
"reasoning_options": [
{"type": "toggle"},
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 384000 }
},
"glm-5.2": {
"id": "glm-5.2",
"name": "GLM-5.2",
"family": "glm",
"reasoning": true,
"reasoning_options": [
{"type": "effort", "values": ["high", "max"]}
],
"tool_call": true,
"structured_output": true,
"modalities": {"input": ["text"], "output": ["text"]},
"limit": { "context": 1000000, "output": 131072 }
}
}
},
"meta": {
"id": "meta",
"name": "Meta Model API",
"api": "https://api.meta.ai/v1",
"npm": "@ai-sdk/openai",
"env": ["META_MODEL_API_KEY", "MODEL_API_KEY"],
"models": {
"muse-spark-1.1": {
"id": "muse-spark-1.1",
"name": "Muse Spark 1.1",
"family": "muse",
"default": false,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{
"type": "effort",
"values": ["none", "minimal", "low", "medium", "high", "xhigh", "ultra"]
}
],
"tool_call": true,
"structured_output": true,
"modalities": { "input": ["text", "image", "pdf", "video"], "output": ["text"] },
"limit": { "context": 1000000, "output": 32000 },
"cost": { "input": 1.25, "output": 4.25, "cache_read": 0.15 }
},
"muse-spark-1.2": {
"id": "muse-spark-1.2",
"name": "Muse Spark 1.2",
"family": "muse",
"default": true,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{
"type": "effort",
"values": ["none", "minimal", "low", "medium", "high", "xhigh", "ultra"]
}
],
"tool_call": true,
"structured_output": true,
"modalities": { "input": ["text", "image", "pdf", "video"], "output": ["text"] },
"limit": { "context": 1000000, "output": 32000 },
"cost": { "input": 1.25, "output": 4.25, "cache_read": 0.15 }
},
"muse-spark-1.2-contributor": {
"id": "muse-spark-1.2-contributor",
"name": "Muse Spark 1.2 (Contributor)",
"family": "muse",
"default": false,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{
"type": "effort",
"values": ["none", "minimal", "low", "medium", "high", "xhigh", "ultra"]
}
],
"tool_call": true,
"structured_output": true,
"modalities": { "input": ["text", "image", "pdf", "video"], "output": ["text"] },
"limit": { "context": 1000000, "output": 32000 },
"cost": { "input": 0.10, "output": 0.20, "cache_read": 0.002 }
}
}
},
"openai": {
"id": "openai",
"name": "OpenAI-compatible",
"api": "https://api.openai.com/v1",
"npm": "@ai-sdk/openai",
"env": ["OPENAI_API_KEY"],
"models": {
"deepseek-v4-pro": {
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro (OpenAI-compatible default)",
"family": "deepseek",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
},
"gpt-5.5": {
"id": "gpt-5.5",
"name": "GPT-5.5",
"family": "gpt",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1050000, "output": 128000 },
"cost": { "input": 5.00, "output": 30.00, "cache_read": 0.50 }
},
"gpt-5.5-pro": {
"id": "gpt-5.5-pro",
"name": "GPT-5.5 Pro",
"family": "gpt",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1050000, "output": 128000 },
"cost": { "input": 30.00, "output": 180.00 }
},
"gpt-5.6": {
"id": "gpt-5.6",
"name": "GPT-5.6 Sol",
"family": "gpt",
"attachment": true,
"reasoning": true,
"tool_call": true,
"structured_output": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 922000, "output": 128000 },
"cost": { "input": 5.00, "output": 30.00, "cache_read": 0.50, "cache_write": 6.25 }
},
"gpt-5.6-sol": {
"id": "gpt-5.6-sol",
"name": "GPT-5.6 Sol",
"family": "gpt",
"attachment": true,
"reasoning": true,
"tool_call": true,
"structured_output": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 922000, "output": 128000 },
"cost": { "input": 5.00, "output": 30.00, "cache_read": 0.50, "cache_write": 6.25 }
},
"gpt-5.6-terra": {
"id": "gpt-5.6-terra",
"name": "GPT-5.6 Terra",
"family": "gpt-mini",
"attachment": true,
"reasoning": true,
"tool_call": true,
"structured_output": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 922000, "output": 128000 },
"cost": { "input": 2.50, "output": 15.00, "cache_read": 0.25, "cache_write": 3.125 }
},
"gpt-5.6-luna": {
"id": "gpt-5.6-luna",
"name": "GPT-5.6 Luna",
"family": "gpt-nano",
"attachment": true,
"reasoning": true,
"tool_call": true,
"structured_output": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 922000, "output": 128000 },
"cost": { "input": 1.00, "output": 6.00, "cache_read": 0.10, "cache_write": 1.25 }
},
"gpt-5.3-codex": {
"id": "gpt-5.3-codex",
"name": "GPT-5.3 Codex",
"family": "gpt-codex",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 400000, "output": 128000 },
"cost": { "input": 1.75, "output": 14.00, "cache_read": 0.175 }
}
}
},
"anthropic": {
"id": "anthropic",
"name": "Anthropic",
"api": "https://api.anthropic.com",
"npm": "@ai-sdk/anthropic",
"env": ["ANTHROPIC_API_KEY"],
"models": {
"claude-sonnet-4-6": {
"id": "claude-sonnet-4-6",
"name": "Claude Sonnet 4.6",
"family": "claude",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 128000 },
"cost": { "input": 3.00, "output": 15.00, "cache_read": 0.30, "cache_write": 3.75 }
},
"claude-opus-4-8": {
"id": "claude-opus-4-8",
"name": "Claude Opus 4.8",
"family": "claude",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 128000 },
"cost": { "input": 5.00, "output": 25.00, "cache_read": 0.50, "cache_write": 6.25 }
},
"claude-haiku-4-5": {
"id": "claude-haiku-4-5",
"name": "Claude Haiku 4.5",
"family": "claude",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 200000, "output": 64000 },
"cost": { "input": 1.00, "output": 5.00, "cache_read": 0.10, "cache_write": 1.25 }
},
"claude-sonnet-5": {
"id": "claude-sonnet-5",
"name": "Claude Sonnet 5",
"family": "claude",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 128000 },
"cost": { "input": 3.00, "output": 15.00, "cache_read": 0.30 }
},
"claude-fable-5": {
"id": "claude-fable-5",
"name": "Claude Fable 5",
"family": "claude",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 128000 },
"cost": { "input": 10.00, "output": 50.00, "cache_read": 1.00, "cache_write": 12.50 }
}
}
},
"openrouter": {
"id": "openrouter",
"name": "OpenRouter",
"api": "https://openrouter.ai/api/v1",
"npm": "@openrouter/ai-sdk-provider",
"env": ["OPENROUTER_API_KEY"],
"models": {
"deepseek/deepseek-v4-pro": {
"id": "deepseek/deepseek-v4-pro",
"base_model": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro (OpenRouter)",
"family": "deepseek",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek/deepseek-v4-flash": {
"id": "deepseek/deepseek-v4-flash",
"base_model": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash (OpenRouter)",
"family": "deepseek",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
},
"qwen/qwen3.6-flash": {
"id": "qwen/qwen3.6-flash",
"name": "Qwen3.6 Flash",
"family": "qwen",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 65536 },
"cost": { "input": 0.1875, "output": 1.125 }
},
"qwen/qwen3.6-plus": {
"id": "qwen/qwen3.6-plus",
"name": "Qwen3.6 Plus",
"family": "qwen",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 65536 },
"cost": { "input": 0.325, "output": 1.95 }
},
"qwen/qwen3.6-35b-a3b": {
"id": "qwen/qwen3.6-35b-a3b",
"name": "Qwen3.6 35B-A3B",
"family": "qwen",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 262144, "output": 262140 },
"cost": { "input": 0.14, "output": 1.00, "cache_read": 0.05 }
},
"qwen/qwen3.7-plus": {
"id": "qwen/qwen3.7-plus",
"name": "Qwen3.7 Plus",
"family": "qwen",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"cost": { "input": 0.32, "output": 1.28, "cache_read": 0.064, "cache_write": 0.40 }
},
"minimax/minimax-m3": {
"id": "minimax/minimax-m3",
"name": "MiniMax M3 (OpenRouter)",
"family": "minimax",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 524288 },
"cost": { "input": 0.30, "output": 1.20, "cache_read": 0.06 }
},
"z-ai/glm-5.2": {
"id": "z-ai/glm-5.2",
"name": "GLM-5.2 (OpenRouter)",
"family": "glm",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 131072 }
},
"z-ai/glm-5.3": {
"id": "z-ai/glm-5.3",
"name": "GLM-5.3 (OpenRouter)",
"family": "glm",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 131072 }
}
}
},
"together": {
"id": "together",
"name": "Together AI",
"api": "https://api.together.xyz/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["TOGETHER_API_KEY"],
"models": {
"deepseek-ai/DeepSeek-V4-Pro": {
"id": "deepseek-ai/DeepSeek-V4-Pro",
"base_model": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro (Together)",
"family": "deepseek",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek-ai/DeepSeek-V4-Flash": {
"id": "deepseek-ai/DeepSeek-V4-Flash",
"base_model": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash (Together)",
"family": "deepseek",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
}
}
},
"fireworks": {
"id": "fireworks",
"name": "Fireworks AI",
"api": "https://api.fireworks.ai/inference/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["FIREWORKS_API_KEY"],
"models": {
"accounts/fireworks/models/deepseek-v4-pro": {
"id": "accounts/fireworks/models/deepseek-v4-pro",
"base_model": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro (Fireworks)",
"family": "deepseek",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
}
}
},
"novita": {
"id": "novita",
"name": "Novita AI",
"api": "https://api.novita.ai/openai/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["NOVITA_API_KEY"],
"models": {
"deepseek/deepseek-v4-pro": {
"id": "deepseek/deepseek-v4-pro",
"base_model": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro (Novita)",
"family": "deepseek",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek/deepseek-v4-flash": {
"id": "deepseek/deepseek-v4-flash",
"base_model": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash (Novita)",
"family": "deepseek",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
}
}
},
"siliconflow": {
"id": "siliconflow",
"name": "SiliconFlow",
"api": "https://api.siliconflow.com/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["SILICONFLOW_API_KEY"],
"models": {
"deepseek-ai/DeepSeek-V4-Pro": {
"id": "deepseek-ai/DeepSeek-V4-Pro",
"base_model": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro (SiliconFlow)",
"family": "deepseek",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
},
"deepseek-ai/DeepSeek-V4-Flash": {
"id": "deepseek-ai/DeepSeek-V4-Flash",
"base_model": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash (SiliconFlow)",
"family": "deepseek",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 384000 }
}
}
},
"arcee": {
"id": "arcee",
"name": "Arcee AI",
"api": "https://api.arcee.ai/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["ARCEE_API_KEY"],
"models": {
"trinity-large-thinking": {
"id": "trinity-large-thinking",
"name": "Trinity Large Thinking",
"family": "trinity",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 262144, "output": 262144 },
"cost": { "input": 0.25, "output": 0.80 }
},
"trinity-mini": {
"id": "trinity-mini",
"name": "Trinity Mini",
"family": "trinity",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 128000 }
}
}
},
"xai": {
"id": "xai",
"name": "xAI",
"api": "https://api.x.ai/v1",
"npm": "@ai-sdk/xai",
"env": ["XAI_API_KEY"],
"models": {
"grok-4.5": {
"id": "grok-4.5",
"name": "Grok 4.5",
"family": "grok",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] }
}
}
},
"xiaomi-mimo": {
"id": "xiaomi-mimo",
"name": "Xiaomi MiMo",
"api": "https://api-mimo.xiaomi.com/v1",
"npm": "@ai-sdk/openai-compatible",
"env": ["XIAOMI_MIMO_API_KEY", "MIMO_API_KEY"],
"models": {
"mimo-v2.5-pro": {
"id": "mimo-v2.5-pro",
"name": "MiMo v2.5 Pro",
"family": "mimo",
"default": true,
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 131072 }
},
"mimo-v2.5": {
"id": "mimo-v2.5",
"name": "MiMo v2.5",
"family": "mimo",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 131072 }
}
}
}
}
}