Files
wehub-resource-sync d68f003000
CI / Change detection (push) Has been cancelled
CI / Version drift (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Workflow RLM cache (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / npm wrapper smoke (push) Has been cancelled
CI / Mobile runtime smoke (push) Has been cancelled
CI / Workflow lint (push) Has been cancelled
CI / Documentation (push) Has been cancelled
Web Frontend / Lint & Type Check (push) Failing after 1s
Auto-close harvested PRs / close (push) Failing after 1s
cargo-deny / cargo-deny (bans licenses sources) (push) Failing after 1s
Security audit / cargo-audit (push) Failing after 1s
Sync to CNB / sync (push) Failing after 1s
cargo-deny / cargo-deny (advisories) (push) Failing after 3s
Web Frontend / Deploy to Cloudflare (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:08:23 +08:00

606 lines
22 KiB
JSON

{
"_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), and 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). 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.",
"coverage": "14 providers, 42 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.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-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,
"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 }
},
"minimax-m2.7": {
"id": "minimax-m2.7",
"name": "MiniMax M2.7",
"family": "minimax",
"reasoning": true,
"tool_call": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 204800 }
}
}
},
"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": true,
"attachment": true,
"reasoning": true,
"reasoning_options": [
{
"type": "effort",
"values": ["none", "minimal", "low", "medium", "high", "xhigh"]
}
],
"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 }
}
}
},
"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 }
}
}
},
"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 }
}
}
},
"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 }
}
}
}
}
}