diff --git a/Cargo.lock b/Cargo.lock index 11246a172..882637985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4873,7 +4873,7 @@ dependencies = [ [[package]] name = "goose" -version = "1.46.0" +version = "1.47.0" dependencies = [ "agent-client-protocol", "agent-client-protocol-http", @@ -5010,7 +5010,7 @@ dependencies = [ [[package]] name = "goose-acp-macros" -version = "1.46.0" +version = "1.47.0" dependencies = [ "quote", "syn 2.0.118", @@ -5032,7 +5032,7 @@ dependencies = [ [[package]] name = "goose-cli" -version = "1.46.0" +version = "1.47.0" dependencies = [ "anstream", "anyhow", @@ -5154,7 +5154,7 @@ dependencies = [ [[package]] name = "goose-mcp" -version = "1.46.0" +version = "1.47.0" dependencies = [ "anyhow", "base64 0.23.1", @@ -5274,7 +5274,7 @@ dependencies = [ [[package]] name = "goose-test" -version = "1.46.0" +version = "1.47.0" dependencies = [ "clap", "serde_json", @@ -5282,7 +5282,7 @@ dependencies = [ [[package]] name = "goose-test-support" -version = "1.46.0" +version = "1.47.0" dependencies = [ "axum", "env-lock", diff --git a/Cargo.toml b/Cargo.toml index 3d1e86f27..f23601701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.46.0" +version = "1.47.0" rust-version = "1.94.1" authors = ["AAIF "] license = "Apache-2.0" diff --git a/crates/goose-provider-types/src/canonical/data/canonical_models.json b/crates/goose-provider-types/src/canonical/data/canonical_models.json index 1d725946c..8199e77ba 100644 --- a/crates/goose-provider-types/src/canonical/data/canonical_models.json +++ b/crates/goose-provider-types/src/canonical/data/canonical_models.json @@ -3169,6 +3169,36 @@ "output": 128000 } }, + { + "id": "abacus/claude-opus-5", + "name": "Claude Opus 5", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-05", + "release_date": "2026-07-24", + "last_updated": "2026-07-24", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "abacus/claude-sonnet-4", "name": "Claude Sonnet 4", @@ -3588,6 +3618,38 @@ "output": 65536 } }, + { + "id": "abacus/gemini-3-pro-image", + "name": "Nano Banana Pro", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-28", + "last_updated": "2026-05-28", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2 + }, + "limit": { + "context": 65536, + "output": 32768 + } + }, { "id": "abacus/gemini-3-pro-image-preview", "name": "Nano Banana Pro", @@ -3620,6 +3682,37 @@ "output": 32768 } }, + { + "id": "abacus/gemini-3.1-flash-image", + "name": "Nano Banana 2", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-28", + "last_updated": "2026-05-28", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0 + }, + "limit": { + "context": 1048576, + "output": 32768 + } + }, { "id": "abacus/gemini-3.1-flash-image-preview", "name": "Nano Banana 2", @@ -3781,6 +3874,103 @@ "output": 65536 } }, + { + "id": "abacus/gemini-3.5-flash-lite", + "name": "Gemini 3.5 Flash Lite", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 2.5, + "cache_read": 0.03 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "abacus/gemini-3.6-flash", + "name": "Gemini 3.6 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.5, + "output": 7.5, + "cache_read": 0.15 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "abacus/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "audio", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, { "id": "abacus/google/gemma-4-31b-it", "name": "Gemma 4 31B IT", @@ -4756,6 +4946,37 @@ "output": 32768 } }, + { + "id": "abacus/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 32768 + } + }, { "id": "abacus/grok-code-fast-1", "name": "Grok Code Fast 1", @@ -5049,6 +5270,69 @@ "output": 262144 } }, + { + "id": "abacus/moonshotai/Kimi-K2.7-Code", + "name": "Kimi K2.7 Code", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-06-12", + "last_updated": "2026-06-12", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.95, + "output": 4.0, + "cache_read": 0.19 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "abacus/moonshotai/Kimi-K3", + "name": "Kimi K3", + "family": "kimi-k3", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-07-16", + "last_updated": "2026-07-16", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, { "id": "abacus/muse-spark-1.1", "name": "Muse Spark 1.1", @@ -5080,6 +5364,38 @@ "output": 32000 } }, + { + "id": "abacus/muse-spark-1.2", + "name": "Muse Spark 1.2", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-05", + "last_updated": "2026-08-05", + "modalities": { + "input": [ + "text", + "image", + "audio", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 4.25, + "cache_read": 0.15 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, { "id": "abacus/o3", "name": "o3", @@ -5285,6 +5601,64 @@ "output": 16384 } }, + { + "id": "abacus/qwen3.7-max", + "name": "Qwen3.7 Max", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-05-21", + "last_updated": "2026-05-21", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.5, + "output": 7.5 + }, + "limit": { + "context": 1000000, + "output": 64000 + } + }, + { + "id": "abacus/qwen3.8-max", + "name": "Qwen3.8 Max", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-03", + "last_updated": "2026-08-03", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, { "id": "abacus/route-llm", "name": "RouteLLM", @@ -5314,6 +5688,36 @@ "output": 64000 } }, + { + "id": "abacus/thinkingmachines/Inkling", + "name": "Inkling", + "family": "ling", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-15", + "last_updated": "2026-07-15", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 3.74, + "output": 9.36, + "cache_read": 0.748 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "abacus/zai-org/GLM-4.5", "name": "GLM-4.5", @@ -5858,6 +6262,33 @@ "output": 131072 } }, + { + "id": "aiand/motif-technologies/motif-3", + "name": "Motif 3", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": false, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 2.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "aiand/openai/gpt-oss-120b", "name": "GPT OSS 120B", @@ -5890,7 +6321,7 @@ "id": "aiand/qwen/qwen3.6-27b", "name": "Qwen3.6 27B", "family": "qwen", - "attachment": false, + "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, @@ -5898,7 +6329,10 @@ "last_updated": "2026-04-22", "modalities": { "input": [ - "text" + "text", + "image", + "video", + "pdf" ], "output": [ "text" @@ -5906,8 +6340,8 @@ }, "open_weights": true, "cost": { - "input": 0.0, - "output": 0.0 + "input": 0.32, + "output": 3.2 }, "limit": { "context": 262144, @@ -6260,6 +6694,38 @@ "output": 32000 } }, + { + "id": "aihubmix/claude-opus-5", + "name": "Claude Opus 5", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-05", + "release_date": "2026-07-24", + "last_updated": "2026-07-24", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "aihubmix/claude-sonnet-4.6", "name": "Claude Sonnet 4.6", @@ -6984,6 +7450,40 @@ "output": 64000 } }, + { + "id": "aihubmix/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, { "id": "aihubmix/glm-5.2", "name": "GLM-5.2", @@ -7889,6 +8389,36 @@ "output": 64000 } }, + { + "id": "aihubmix/qwen3.8-max", + "name": "Qwen3.8 Max", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-03", + "last_updated": "2026-08-03", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.69, + "output": 5.07, + "cache_read": 0.169, + "cache_write": 2.1125 + }, + "limit": { + "context": 991000, + "output": 128000 + } + }, { "id": "aihubmix/xiaomi-mimo-v2.5", "name": "Xiaomi MiMo-V2.5", @@ -15965,6 +16495,105 @@ "output": 128000 } }, + { + "id": "amazon-bedrock/global.openai.gpt-5.6-luna", + "name": "GPT-5.6 Luna (Global)", + "family": "gpt-luna", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.22, + "output": 1.32, + "cache_read": 0.022, + "cache_write": 0.275 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "amazon-bedrock/global.openai.gpt-5.6-sol", + "name": "GPT-5.6 Sol (Global)", + "family": "gpt-sol", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.5, + "output": 33.0, + "cache_read": 0.55, + "cache_write": 6.875 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "amazon-bedrock/global.openai.gpt-5.6-terra", + "name": "GPT-5.6 Terra (Global)", + "family": "gpt-terra", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.2, + "output": 13.2, + "cache_read": 0.22, + "cache_write": 2.75 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, { "id": "amazon-bedrock/google.gemma-3-12b-it", "name": "Google Gemma 3 12B", @@ -17037,7 +17666,7 @@ "cache_write": 0.275 }, "limit": { - "context": 272000, + "context": 1050000, "output": 128000 } }, @@ -17067,10 +17696,10 @@ "input": 5.5, "output": 33.0, "cache_read": 0.55, - "cache_write": 6.88 + "cache_write": 6.875 }, "limit": { - "context": 272000, + "context": 1050000, "output": 128000 } }, @@ -17103,7 +17732,7 @@ "cache_write": 2.75 }, "limit": { - "context": 272000, + "context": 1050000, "output": 128000 } }, @@ -18216,9 +18845,9 @@ }, "open_weights": true, "cost": { - "input": 0.7, - "output": 3.5, - "cache_read": 0.15, + "input": 0.69, + "output": 3.49, + "cache_read": 0.14, "cache_write": 0.0 }, "limit": { @@ -18382,6 +19011,36 @@ "output": 202752 } }, + { + "id": "amd/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.28, + "cache_read": 0.0028 + }, + "limit": { + "context": 1000000, + "output": 384000 + } + }, { "id": "anthropic/claude-fable-5", "name": "Claude Fable 5", @@ -19545,6 +20204,182 @@ "output": 30000 } }, + { + "id": "arcee/deepseek/deepseek-v4-flash", + "name": "DeepSeek V4 Flash Latest", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.28, + "cache_read": 0.028 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "arcee/deepseek/deepseek-v4-pro", + "name": "DeepSeek V4 Pro", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-04-24", + "last_updated": "2026-04-24", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.74, + "output": 3.48, + "cache_read": 0.2 + }, + "limit": { + "context": 512000, + "output": 384000 + } + }, + { + "id": "arcee/moonshotai/kimi-k3", + "name": "Kimi K3", + "family": "kimi-k3", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-16", + "last_updated": "2026-07-16", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "arcee/thinkingmachines/inkling-small", + "name": "Inkling Small", + "family": "ling", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-30", + "last_updated": "2026-07-30", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.5, + "output": 1.2, + "cache_read": 0.1 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "arcee/trinity-large-thinking", + "name": "Trinity Large Thinking", + "family": "trinity", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-01", + "last_updated": "2026-05-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.25, + "output": 0.8, + "cache_read": 0.06 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "arcee/zai-org/glm-5.2", + "name": "GLM-5.2", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-13", + "last_updated": "2026-06-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.4, + "output": 4.4, + "cache_read": 0.26 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "atomic-chat/Meta-Llama-3_1-8B-Instruct-GGUF", "name": "Meta Llama 3.1 8B Instruct (GGUF)", @@ -20161,6 +20996,39 @@ "output": 65536 } }, + { + "id": "azure-cognitive-services/claude-fable-5", + "name": "Claude Fable 5", + "family": "claude-fable", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-06-09", + "last_updated": "2026-06-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 10.0, + "output": 50.0, + "cache_read": 1.0, + "cache_write": 12.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "azure-cognitive-services/claude-haiku-4.5", "name": "Claude Haiku 4.5", @@ -20194,6 +21062,39 @@ "output": 64000 } }, + { + "id": "azure-cognitive-services/claude-mythos-5", + "name": "Claude Mythos 5", + "family": "claude-mythos", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-06-09", + "last_updated": "2026-06-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 10.0, + "output": 50.0, + "cache_read": 1.0, + "cache_write": 12.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "azure-cognitive-services/claude-opus-4.1", "name": "Claude Opus 4.1", @@ -20392,6 +21293,72 @@ "output": 64000 } }, + { + "id": "azure-cognitive-services/claude-sonnet-4.6", + "name": "Claude Sonnet 4.6", + "family": "claude-sonnet", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-08-31", + "release_date": "2026-02-17", + "last_updated": "2026-03-13", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3, + "cache_write": 3.75 + }, + "limit": { + "context": 1000000, + "output": 64000 + } + }, + { + "id": "azure-cognitive-services/claude-sonnet-5", + "name": "Claude Sonnet 5", + "family": "claude-sonnet", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-06-30", + "last_updated": "2026-06-30", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 10.0, + "cache_read": 0.2, + "cache_write": 2.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "azure-cognitive-services/codestral", "name": "Codestral 25.01", @@ -22270,6 +23237,39 @@ "output": 64000 } }, + { + "id": "azure/claude-mythos-5", + "name": "Claude Mythos 5", + "family": "claude-mythos", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-06-09", + "last_updated": "2026-06-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 10.0, + "output": 50.0, + "cache_read": 1.0, + "cache_write": 12.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "azure/claude-opus-4.1", "name": "Claude Opus 4.1", @@ -23683,10 +24683,10 @@ }, "open_weights": false, "cost": { - "input": 1.0, - "output": 6.0, - "cache_read": 0.1, - "cache_write": 1.25 + "input": 0.2, + "output": 1.2, + "cache_read": 0.02, + "cache_write": 0.25 }, "limit": { "context": 1050000, @@ -23718,7 +24718,8 @@ "cost": { "input": 5.0, "output": 30.0, - "cache_read": 0.5 + "cache_read": 0.5, + "cache_write": 6.25 }, "limit": { "context": 1050000, @@ -23748,10 +24749,10 @@ }, "open_weights": false, "cost": { - "input": 2.5, - "output": 15.0, - "cache_read": 0.25, - "cache_write": 3.125 + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 2.5 }, "limit": { "context": 1050000, @@ -24846,7 +25847,7 @@ "cache_read": 0.145 }, "limit": { - "context": 262144, + "context": 1048576, "output": 262144 } }, @@ -25212,7 +26213,7 @@ "id": "baseten/zai-org/GLM-5.2", "name": "GLM 5.2", "family": "glm", - "attachment": false, + "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, @@ -25220,7 +26221,8 @@ "last_updated": "2026-06-13", "modalities": { "input": [ - "text" + "text", + "image" ], "output": [ "text" @@ -25241,7 +26243,7 @@ "id": "baseten/zai-org/GLM-5.2-Fast", "name": "GLM 5.2 Fast", "family": "glm", - "attachment": false, + "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, @@ -25249,7 +26251,8 @@ "last_updated": "2026-06-13", "modalities": { "input": [ - "text" + "text", + "image" ], "output": [ "text" @@ -25640,35 +26643,6 @@ "output": 40960 } }, - { - "id": "cerebras/zai-glm-4.7", - "name": "Z.AI GLM-4.7", - "attachment": false, - "reasoning": true, - "tool_call": true, - "temperature": true, - "release_date": "2026-01-07", - "last_updated": "2026-06-10", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 2.25, - "output": 2.75, - "cache_read": 2.25, - "cache_write": 0.0 - }, - "limit": { - "context": 131072, - "output": 40960 - } - }, { "id": "chutes/Nemotron-3-Nano-Omni-30B-TEE", "name": "Nemotron 3 Nano Omni 30B TEE", @@ -25818,6 +26792,36 @@ "output": 65536 } }, + { + "id": "chutes/Qwen/Qwen3.8-27B-TEE", + "name": "Qwen3.8 27B TEE", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-16", + "last_updated": "2026-08-16", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.4, + "output": 3.0, + "cache_read": 0.039999999999999994 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, { "id": "chutes/deepseek-ai/DeepSeek-V3.2-TEE", "name": "DeepSeek V3.2 TEE", @@ -26062,13 +27066,13 @@ { "id": "clarifai/arcee_ai/AFM/models/trinity-mini", "name": "Trinity Mini", - "family": "trinity-mini", + "family": "trinity", "attachment": false, "reasoning": true, "tool_call": true, "temperature": true, "knowledge": "2024-10", - "release_date": "2025-12", + "release_date": "2025-12-01", "last_updated": "2026-02-25", "modalities": { "input": [ @@ -26950,171 +27954,6 @@ "output": 32000 } }, - { - "id": "cloudflare-ai-gateway/anthropic/claude-3-haiku", - "name": "Claude Haiku 3", - "family": "claude-haiku", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2023-08-31", - "release_date": "2024-03-13", - "last_updated": "2024-03-13", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.25, - "output": 1.25, - "cache_read": 0.03, - "cache_write": 0.3 - }, - "limit": { - "context": 200000, - "output": 4096 - } - }, - { - "id": "cloudflare-ai-gateway/anthropic/claude-3-opus", - "name": "Claude Opus 3", - "family": "claude-opus", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2023-08-31", - "release_date": "2024-02-29", - "last_updated": "2024-02-29", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 15.0, - "output": 75.0, - "cache_read": 1.5, - "cache_write": 18.75 - }, - "limit": { - "context": 200000, - "output": 4096 - } - }, - { - "id": "cloudflare-ai-gateway/anthropic/claude-3-sonnet", - "name": "Claude Sonnet 3", - "family": "claude-sonnet", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2023-08-31", - "release_date": "2024-03-04", - "last_updated": "2024-03-04", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 3.0, - "output": 15.0, - "cache_read": 0.3, - "cache_write": 0.3 - }, - "limit": { - "context": 200000, - "output": 4096 - } - }, - { - "id": "cloudflare-ai-gateway/anthropic/claude-3.5-haiku", - "name": "Claude Haiku 3.5 (latest)", - "family": "claude-haiku", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2024-07-31", - "release_date": "2024-10-22", - "last_updated": "2024-10-22", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.8, - "output": 4.0, - "cache_read": 0.08, - "cache_write": 1.0 - }, - "limit": { - "context": 200000, - "output": 8192 - } - }, - { - "id": "cloudflare-ai-gateway/anthropic/claude-3.5-sonnet", - "name": "Claude Sonnet 3.5 v2", - "family": "claude-sonnet", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2024-04-30", - "release_date": "2024-10-22", - "last_updated": "2024-10-22", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 3.0, - "output": 15.0, - "cache_read": 0.3, - "cache_write": 3.75 - }, - "limit": { - "context": 200000, - "output": 8192 - } - }, { "id": "cloudflare-ai-gateway/anthropic/claude-fable-5", "name": "Claude Fable 5", @@ -27124,7 +27963,7 @@ "tool_call": true, "temperature": false, "knowledge": "2026-01-31", - "release_date": "2026-06-09", + "release_date": "2026-06-07", "last_updated": "2026-06-09", "modalities": { "input": [ @@ -27181,72 +28020,6 @@ "output": 64000 } }, - { - "id": "cloudflare-ai-gateway/anthropic/claude-opus-4", - "name": "Claude Opus 4 (latest)", - "family": "claude-opus", - "attachment": true, - "reasoning": true, - "tool_call": true, - "temperature": true, - "knowledge": "2025-03-31", - "release_date": "2025-05-22", - "last_updated": "2025-05-22", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 15.0, - "output": 75.0, - "cache_read": 1.5, - "cache_write": 18.75 - }, - "limit": { - "context": 200000, - "output": 32000 - } - }, - { - "id": "cloudflare-ai-gateway/anthropic/claude-opus-4.1", - "name": "Claude Opus 4.1 (latest)", - "family": "claude-opus", - "attachment": true, - "reasoning": true, - "tool_call": true, - "temperature": true, - "knowledge": "2025-03-31", - "release_date": "2025-08-05", - "last_updated": "2025-08-05", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 15.0, - "output": 75.0, - "cache_read": 1.5, - "cache_write": 18.75 - }, - "limit": { - "context": 200000, - "output": 32000 - } - }, { "id": "cloudflare-ai-gateway/anthropic/claude-opus-4.5", "name": "Claude Opus 4.5 (latest)", @@ -27255,7 +28028,7 @@ "reasoning": true, "tool_call": true, "temperature": true, - "knowledge": "2025-03-31", + "knowledge": "2025-05", "release_date": "2025-11-24", "last_updated": "2025-11-24", "modalities": { @@ -27282,15 +28055,15 @@ }, { "id": "cloudflare-ai-gateway/anthropic/claude-opus-4.6", - "name": "Claude Opus 4.6 (latest)", + "name": "Claude Opus 4.6", "family": "claude-opus", "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, "knowledge": "2025-05-31", - "release_date": "2026-02-05", - "last_updated": "2026-02-05", + "release_date": "2026-02-04", + "last_updated": "2026-03-13", "modalities": { "input": [ "text", @@ -27321,8 +28094,8 @@ "reasoning": true, "tool_call": true, "temperature": false, - "knowledge": "2026-01", - "release_date": "2026-04-16", + "knowledge": "2026-01-31", + "release_date": "2026-04-14", "last_updated": "2026-04-16", "modalities": { "input": [ @@ -27412,39 +28185,6 @@ "output": 128000 } }, - { - "id": "cloudflare-ai-gateway/anthropic/claude-sonnet-4", - "name": "Claude Sonnet 4 (latest)", - "family": "claude-sonnet", - "attachment": true, - "reasoning": true, - "tool_call": true, - "temperature": true, - "knowledge": "2025-03-31", - "release_date": "2025-05-22", - "last_updated": "2025-05-22", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 3.0, - "output": 15.0, - "cache_read": 0.3, - "cache_write": 3.75 - }, - "limit": { - "context": 200000, - "output": 64000 - } - }, { "id": "cloudflare-ai-gateway/anthropic/claude-sonnet-4.5", "name": "Claude Sonnet 4.5 (latest)", @@ -27474,7 +28214,7 @@ "cache_write": 3.75 }, "limit": { - "context": 200000, + "context": 1000000, "output": 64000 } }, @@ -27488,7 +28228,7 @@ "temperature": true, "knowledge": "2025-08-31", "release_date": "2026-02-17", - "last_updated": "2026-02-17", + "last_updated": "2026-03-13", "modalities": { "input": [ "text", @@ -27508,7 +28248,7 @@ }, "limit": { "context": 1000000, - "output": 64000 + "output": 128000 } }, { @@ -27520,7 +28260,7 @@ "tool_call": true, "temperature": false, "knowledge": "2026-01-31", - "release_date": "2026-06-30", + "release_date": "2026-06-29", "last_updated": "2026-06-30", "modalities": { "input": [ @@ -27544,37 +28284,6 @@ "output": 128000 } }, - { - "id": "cloudflare-ai-gateway/moonshotai/kimi-k3", - "name": "Kimi K3", - "family": "kimi-k3", - "attachment": true, - "reasoning": true, - "tool_call": true, - "temperature": false, - "release_date": "2026-07-16", - "last_updated": "2026-07-16", - "modalities": { - "input": [ - "text", - "image", - "video" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 3.0, - "output": 15.0, - "cache_read": 0.3 - }, - "limit": { - "context": 1048576, - "output": 131072 - } - }, { "id": "cloudflare-ai-gateway/openai/gpt-3.5-turbo", "name": "GPT-3.5-turbo", @@ -27598,7 +28307,7 @@ "cost": { "input": 0.5, "output": 1.5, - "cache_read": 1.25 + "cache_read": 0.0 }, "limit": { "context": 16385, @@ -27664,6 +28373,101 @@ "output": 4096 } }, + { + "id": "cloudflare-ai-gateway/openai/gpt-4.1", + "name": "GPT-4.1", + "family": "gpt", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-04-14", + "last_updated": "2025-04-14", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 8.0, + "cache_read": 0.5 + }, + "limit": { + "context": 1047576, + "output": 32768 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-4.1-mini", + "name": "GPT-4.1 mini", + "family": "gpt-mini", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-04-14", + "last_updated": "2025-04-14", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.4, + "output": 1.6, + "cache_read": 0.1 + }, + "limit": { + "context": 1047576, + "output": 32768 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-4.1-nano", + "name": "GPT-4.1 nano", + "family": "gpt-nano", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-04-14", + "last_updated": "2025-04-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.1, + "output": 0.4, + "cache_read": 0.025 + }, + "limit": { + "context": 1047576, + "output": 32768 + } + }, { "id": "cloudflare-ai-gateway/openai/gpt-4o", "name": "GPT-4o", @@ -27678,7 +28482,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "pdf" ], "output": [ "text" @@ -27686,9 +28491,9 @@ }, "open_weights": false, "cost": { - "input": 2.5, - "output": 10.0, - "cache_read": 1.25 + "input": 1.25, + "output": 5.0, + "cache_read": 0.625 }, "limit": { "context": 128000, @@ -27709,7 +28514,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "pdf" ], "output": [ "text" @@ -27717,9 +28523,9 @@ }, "open_weights": false, "cost": { - "input": 0.15, - "output": 0.6, - "cache_read": 0.08 + "input": 0.075, + "output": 0.3, + "cache_read": 0.0375 }, "limit": { "context": 128000, @@ -27727,16 +28533,16 @@ } }, { - "id": "cloudflare-ai-gateway/openai/gpt-5.1", - "name": "GPT-5.1", + "id": "cloudflare-ai-gateway/openai/gpt-5", + "name": "GPT-5", "family": "gpt", "attachment": true, "reasoning": true, "tool_call": true, "temperature": false, "knowledge": "2024-09-30", - "release_date": "2025-11-13", - "last_updated": "2025-11-13", + "release_date": "2025-08-07", + "last_updated": "2025-08-07", "modalities": { "input": [ "text", @@ -27750,7 +28556,7 @@ "cost": { "input": 1.25, "output": 10.0, - "cache_read": 0.13 + "cache_read": 0.125 }, "limit": { "context": 400000, @@ -27758,9 +28564,101 @@ } }, { - "id": "cloudflare-ai-gateway/openai/gpt-5.1-codex", - "name": "GPT-5.1 Codex", - "family": "gpt-codex", + "id": "cloudflare-ai-gateway/openai/gpt-5-mini", + "name": "GPT-5 Mini", + "family": "gpt-mini", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05-30", + "release_date": "2025-08-07", + "last_updated": "2025-08-07", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.25, + "output": 2.0, + "cache_read": 0.025 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5-nano", + "name": "GPT-5 Nano", + "family": "gpt-nano", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05-30", + "release_date": "2025-08-07", + "last_updated": "2025-08-07", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.05, + "output": 0.4, + "cache_read": 0.005 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5-pro", + "name": "GPT-5 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-09-30", + "release_date": "2025-10-06", + "last_updated": "2025-10-06", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 15.0, + "output": 120.0 + }, + "limit": { + "context": 400000, + "output": 272000 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.1", + "name": "GPT-5.1", + "family": "gpt", "attachment": true, "reasoning": true, "tool_call": true, @@ -27820,8 +28718,8 @@ } }, { - "id": "cloudflare-ai-gateway/openai/gpt-5.2-codex", - "name": "GPT-5.2 Codex", + "id": "cloudflare-ai-gateway/openai/gpt-5.2-chat", + "name": "GPT-5.2 Chat", "family": "gpt-codex", "attachment": true, "reasoning": true, @@ -27833,8 +28731,7 @@ "modalities": { "input": [ "text", - "image", - "pdf" + "image" ], "output": [ "text" @@ -27846,11 +28743,72 @@ "output": 14.0, "cache_read": 0.175 }, + "limit": { + "context": 128000, + "output": 16384 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.2-pro", + "name": "GPT-5.2 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2025-12-11", + "last_updated": "2025-12-11", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 21.0, + "output": 168.0 + }, "limit": { "context": 400000, "output": 128000 } }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.3-chat", + "name": "GPT-5.3 Chat (latest)", + "family": "gpt", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-08-31", + "release_date": "2026-03-03", + "last_updated": "2026-03-03", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.75, + "output": 14.0, + "cache_read": 0.175 + }, + "limit": { + "context": 128000, + "output": 16384 + } + }, { "id": "cloudflare-ai-gateway/openai/gpt-5.3-codex", "name": "GPT-5.3 Codex", @@ -27883,6 +28841,38 @@ "output": 128000 } }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.3-codex-spark", + "name": "GPT-5.3 Codex Spark", + "family": "gpt-codex-spark", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.75, + "output": 14.0, + "cache_read": 0.175 + }, + "limit": { + "context": 128000, + "output": 32000 + } + }, { "id": "cloudflare-ai-gateway/openai/gpt-5.4", "name": "GPT-5.4", @@ -27915,6 +28905,98 @@ "output": 128000 } }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.4-mini", + "name": "GPT-5.4 mini", + "family": "gpt-mini", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-17", + "last_updated": "2026-03-17", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 4.5, + "cache_read": 0.075 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.4-nano", + "name": "GPT-5.4 nano", + "family": "gpt-nano", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-17", + "last_updated": "2026-03-17", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.2, + "output": 1.25, + "cache_read": 0.02 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.4-pro", + "name": "GPT-5.4 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-05", + "last_updated": "2026-03-05", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 30.0, + "output": 180.0 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, { "id": "cloudflare-ai-gateway/openai/gpt-5.5", "name": "GPT-5.5", @@ -27947,6 +29029,70 @@ "output": 128000 } }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.5-pro", + "name": "GPT-5.5 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-12-01", + "release_date": "2026-04-23", + "last_updated": "2026-04-23", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 30.0, + "output": 180.0 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "cloudflare-ai-gateway/openai/gpt-5.6", + "name": "GPT-5.6", + "family": "gpt-sol", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 30.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, { "id": "cloudflare-ai-gateway/openai/gpt-5.6-luna", "name": "GPT-5.6 Luna", @@ -27970,9 +29116,10 @@ }, "open_weights": false, "cost": { - "input": 1.0, - "output": 6.0, - "cache_read": 0.1 + "input": 0.2, + "output": 1.2, + "cache_read": 0.02, + "cache_write": 0.25 }, "limit": { "context": 1050000, @@ -28004,7 +29151,8 @@ "cost": { "input": 5.0, "output": 30.0, - "cache_read": 0.5 + "cache_read": 0.5, + "cache_write": 6.25 }, "limit": { "context": 1050000, @@ -28034,9 +29182,10 @@ }, "open_weights": false, "cost": { - "input": 2.5, - "output": 15.0, - "cache_read": 0.25 + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 2.5 }, "limit": { "context": 1050000, @@ -28057,7 +29206,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "pdf" ], "output": [ "text" @@ -28074,6 +29224,36 @@ "output": 100000 } }, + { + "id": "cloudflare-ai-gateway/openai/o1-pro", + "name": "o1-pro", + "family": "o-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2023-09", + "release_date": "2025-03-19", + "last_updated": "2025-03-19", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 150.0, + "output": 600.0 + }, + "limit": { + "context": 200000, + "output": 100000 + } + }, { "id": "cloudflare-ai-gateway/openai/o3", "name": "o3", @@ -28088,7 +29268,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "pdf" ], "output": [ "text" @@ -28189,51 +29370,23 @@ "cost": { "input": 1.1, "output": 4.4, - "cache_read": 0.28 + "cache_read": 0.275 }, "limit": { "context": 200000, "output": 100000 } }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/ai4bharat/indictrans2-en-indic-1B", - "name": "IndicTrans2 EN-Indic 1B", - "family": "indictrans", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-09-25", - "last_updated": "2025-09-25", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.34, - "output": 0.34 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, { "id": "cloudflare-ai-gateway/workers-ai/@cf/aisingapore/gemma-sea-lion-v4-27b-it", - "name": "Gemma SEA-LION v4 27B IT", + "name": "Gemma Sea Lion V4 27B It", "family": "gemma", "attachment": false, "reasoning": false, "tool_call": false, "temperature": true, - "release_date": "2025-09-25", - "last_updated": "2025-09-25", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", "modalities": { "input": [ "text" @@ -28242,250 +29395,26 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { - "input": 0.35, - "output": 0.56 + "input": 0.351, + "output": 0.555 }, "limit": { "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/baai/bge-base-en-v1.5", - "name": "BGE Base EN v1.5", - "family": "bge", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.067, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/baai/bge-large-en-v1.5", - "name": "BGE Large EN v1.5", - "family": "bge", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.2, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/baai/bge-m3", - "name": "BGE M3", - "family": "bge", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.012, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/baai/bge-reranker-base", - "name": "BGE Reranker Base", - "family": "bge", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-09", - "last_updated": "2025-04-09", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.0031, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/baai/bge-small-en-v1.5", - "name": "BGE Small EN v1.5", - "family": "bge", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.02, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/deepgram/aura-2-en", - "name": "Deepgram Aura 2 (EN)", - "family": "aura", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-11-14", - "last_updated": "2025-11-14", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.0, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/deepgram/aura-2-es", - "name": "Deepgram Aura 2 (ES)", - "family": "aura", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-11-14", - "last_updated": "2025-11-14", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.0, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/deepgram/nova-3", - "name": "Deepgram Nova 3", - "family": "nova", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-11-14", - "last_updated": "2025-11-14", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.0, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 + "output": 128000 } }, { "id": "cloudflare-ai-gateway/workers-ai/@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", - "name": "DeepSeek R1 Distill Qwen 32B", + "name": "Deepseek R1 Distill Qwen 32B", "family": "deepseek-thinking", "attachment": false, - "reasoning": false, + "reasoning": true, "tool_call": false, "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", + "release_date": "2025-01-20", + "last_updated": "2025-01-20", "modalities": { "input": [ "text" @@ -28494,559 +29423,26 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { - "input": 0.5, - "output": 4.88 + "input": 0.497, + "output": 4.881 }, "limit": { - "context": 128000, - "output": 16384 + "context": 80000, + "output": 80000 } }, { - "id": "cloudflare-ai-gateway/workers-ai/@cf/facebook/bart-large-cnn", - "name": "BART Large CNN", - "family": "bart", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-09", - "last_updated": "2025-04-09", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.0, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/google/gemma-3-12b-it", - "name": "Gemma 3 12B IT", + "id": "cloudflare-ai-gateway/workers-ai/@cf/google/gemma-4-26b-a4b-it", + "name": "Gemma 4 26B A4B IT", "family": "gemma", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-11", - "last_updated": "2025-04-11", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.35, - "output": 0.56 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/huggingface/distilbert-sst-2-int8", - "name": "DistilBERT SST-2 INT8", - "family": "distilbert", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.026, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/ibm-granite/granite-4.0-h-micro", - "name": "IBM Granite 4.0 H Micro", - "family": "granite", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-10-15", - "last_updated": "2025-10-15", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.017, - "output": 0.11 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-2-7b-chat-fp16", - "name": "Llama 2 7B Chat FP16", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.56, - "output": 6.67 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3-8b-instruct", - "name": "Llama 3 8B Instruct", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.28, - "output": 0.83 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3-8b-instruct-awq", - "name": "Llama 3 8B Instruct AWQ", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.12, - "output": 0.27 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.1-8b-instruct", - "name": "Llama 3.1 8B Instruct", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.28, - "output": 0.8299999999999998 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.1-8b-instruct-awq", - "name": "Llama 3.1 8B Instruct AWQ", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.12, - "output": 0.27 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.1-8b-instruct-fp8", - "name": "Llama 3.1 8B Instruct FP8", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.15, - "output": 0.29 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.2-11b-vision-instruct", - "name": "Llama 3.2 11B Vision Instruct", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.049, - "output": 0.68 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.2-1b-instruct", - "name": "Llama 3.2 1B Instruct", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.027, - "output": 0.2 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.2-3b-instruct", - "name": "Llama 3.2 3B Instruct", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.051, - "output": 0.34 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast", - "name": "Llama 3.3 70B Instruct FP8 Fast", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.29, - "output": 2.25 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-4-scout-17b-16e-instruct", - "name": "Llama 4 Scout 17B 16E Instruct", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-16", - "last_updated": "2025-04-16", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.27, - "output": 0.85 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-guard-3-8b", - "name": "Llama Guard 3 8B", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.48, - "output": 0.03 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/m2m100-1.2b", - "name": "M2M100 1.2B", - "family": "m2m", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.34, - "output": 0.34 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/mistral/mistral-7b-instruct-v0.1", - "name": "Mistral 7B Instruct v0.1", - "family": "mistral", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-03", - "last_updated": "2025-04-03", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.11, - "output": 0.19 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/mistralai/mistral-small-3.1-24b-instruct", - "name": "Mistral Small 3.1 24B Instruct", - "family": "mistral-small", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-04-11", - "last_updated": "2025-04-11", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.35, - "output": 0.56 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/moonshotai/kimi-k2.5", - "name": "Kimi K2.5", - "family": "kimi-k2", "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, - "knowledge": "2025-01", - "release_date": "2026-01-27", - "last_updated": "2026-01-27", + "release_date": "2026-04-02", + "last_updated": "2026-04-02", "modalities": { "input": [ "text", @@ -29058,13 +29454,274 @@ }, "open_weights": true, "cost": { - "input": 0.6, - "output": 3.0, - "cache_read": 0.1 + "input": 0.1, + "output": 0.3 }, "limit": { "context": 256000, - "output": 256000 + "output": 16384 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/ibm-granite/granite-4.0-h-micro", + "name": "Granite 4.0 H Micro", + "family": "granite", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2025-10-02", + "last_updated": "2025-10-02", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.017, + "output": 0.112 + }, + "limit": { + "context": 131000, + "output": 131000 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.1-8b-instruct-fp8", + "name": "Llama 3.1 8B Instruct fp8", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.152, + "output": 0.287 + }, + "limit": { + "context": 32000, + "output": 32000 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.2-11b-vision-instruct", + "name": "Llama 3.2 11B Vision Instruct", + "family": "llama", + "attachment": true, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-09-25", + "last_updated": "2024-09-25", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0485, + "output": 0.676 + }, + "limit": { + "context": 128000, + "output": 128000 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.2-1b-instruct", + "name": "Llama 3.2 1B Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-09-25", + "last_updated": "2024-09-25", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.027, + "output": 0.201 + }, + "limit": { + "context": 60000, + "output": 60000 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.2-3b-instruct", + "name": "Llama 3.2 3B Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-09-25", + "last_updated": "2024-09-25", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0509, + "output": 0.335 + }, + "limit": { + "context": 80000, + "output": 80000 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast", + "name": "Llama 3.3 70B Instruct fp8 Fast", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-12-06", + "last_updated": "2024-12-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.293, + "output": 2.253 + }, + "limit": { + "context": 24000, + "output": 24000 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-4-scout-17b-16e-instruct", + "name": "Llama 4 Scout 17B 16E Instruct", + "family": "llama", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-08", + "release_date": "2025-04-05", + "last_updated": "2025-04-05", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.27, + "output": 0.85 + }, + "limit": { + "context": 131000, + "output": 16384 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/meta/llama-guard-3-8b", + "name": "Llama Guard 3 8B", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.484, + "output": 0.03 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, + { + "id": "cloudflare-ai-gateway/workers-ai/@cf/mistralai/mistral-small-3.1-24b-instruct", + "name": "Mistral Small 3.1 24B Instruct", + "family": "mistral-small", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-06", + "release_date": "2025-03-17", + "last_updated": "2025-03-17", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.351, + "output": 0.555 + }, + "limit": { + "context": 128000, + "output": 128000 } }, { @@ -29076,8 +29733,8 @@ "tool_call": true, "temperature": true, "knowledge": "2025-01", - "release_date": "2026-04-20", - "last_updated": "2026-04-20", + "release_date": "2026-04-21", + "last_updated": "2026-04-21", "modalities": { "input": [ "text", @@ -29094,36 +29751,39 @@ "cache_read": 0.16 }, "limit": { - "context": 256000, + "context": 262144, "output": 256000 } }, { - "id": "cloudflare-ai-gateway/workers-ai/@cf/myshell-ai/melotts", - "name": "MyShell MeloTTS", - "family": "melotts", - "attachment": false, - "reasoning": false, - "tool_call": false, + "id": "cloudflare-ai-gateway/workers-ai/@cf/moonshotai/kimi-k2.7-code", + "name": "Kimi K2.7 Code", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, "temperature": true, - "release_date": "2025-11-14", - "last_updated": "2025-11-14", + "knowledge": "2025-01", + "release_date": "2026-06-12", + "last_updated": "2026-06-12", "modalities": { "input": [ - "text" + "text", + "image" ], "output": [ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { - "input": 0.0, - "output": 0.0 + "input": 0.95, + "output": 4.0, + "cache_read": 0.19 }, "limit": { - "context": 128000, - "output": 16384 + "context": 262144, + "output": 262144 } }, { @@ -29157,9 +29817,10 @@ { "id": "cloudflare-ai-gateway/workers-ai/@cf/openai/gpt-oss-120b", "name": "GPT OSS 120B", + "family": "gpt-oss", "attachment": false, - "reasoning": false, - "tool_call": false, + "reasoning": true, + "tool_call": true, "temperature": true, "release_date": "2025-08-05", "last_updated": "2025-08-05", @@ -29171,7 +29832,7 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.35, "output": 0.75 @@ -29184,9 +29845,10 @@ { "id": "cloudflare-ai-gateway/workers-ai/@cf/openai/gpt-oss-20b", "name": "GPT OSS 20B", + "family": "gpt-oss", "attachment": false, - "reasoning": false, - "tool_call": false, + "reasoning": true, + "tool_call": true, "temperature": true, "release_date": "2025-08-05", "last_updated": "2025-08-05", @@ -29198,7 +29860,7 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.2, "output": 0.3 @@ -29208,72 +29870,16 @@ "output": 16384 } }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/pfnet/plamo-embedding-1b", - "name": "PLaMo Embedding 1B", - "family": "plamo", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-09-25", - "last_updated": "2025-09-25", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.019, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/pipecat-ai/smart-turn-v2", - "name": "Pipecat Smart Turn v2", - "family": "smart-turn", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-11-14", - "last_updated": "2025-11-14", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.0, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 - } - }, { "id": "cloudflare-ai-gateway/workers-ai/@cf/qwen/qwen2.5-coder-32b-instruct", - "name": "Qwen 2.5 Coder 32B Instruct", + "name": "Qwen2.5 Coder 32B Instruct", "family": "qwen", "attachment": false, "reasoning": false, "tool_call": false, "temperature": true, - "release_date": "2025-04-11", - "last_updated": "2025-04-11", + "release_date": "2024-11-12", + "last_updated": "2024-11-12", "modalities": { "input": [ "text" @@ -29282,26 +29888,26 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.66, "output": 1.0 }, "limit": { - "context": 128000, - "output": 16384 + "context": 32768, + "output": 32768 } }, { "id": "cloudflare-ai-gateway/workers-ai/@cf/qwen/qwen3-30b-a3b-fp8", - "name": "Qwen3 30B A3B FP8", + "name": "Qwen3 30B A3b fp8", "family": "qwen", "attachment": false, - "reasoning": false, - "tool_call": false, + "reasoning": true, + "tool_call": true, "temperature": true, - "release_date": "2025-11-14", - "last_updated": "2025-11-14", + "release_date": "2025-04-28", + "last_updated": "2025-04-28", "modalities": { "input": [ "text" @@ -29310,54 +29916,27 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { - "input": 0.051, - "output": 0.34 + "input": 0.0509, + "output": 0.335 }, "limit": { - "context": 128000, - "output": 16384 - } - }, - { - "id": "cloudflare-ai-gateway/workers-ai/@cf/qwen/qwen3-embedding-0.6b", - "name": "Qwen3 Embedding 0.6B", - "family": "qwen", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-11-14", - "last_updated": "2025-11-14", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.012, - "output": 0.0 - }, - "limit": { - "context": 128000, - "output": 16384 + "context": 32768, + "output": 32768 } }, { "id": "cloudflare-ai-gateway/workers-ai/@cf/qwen/qwq-32b", - "name": "QwQ 32B", + "name": "Qwq 32B", "family": "qwen", "attachment": false, - "reasoning": false, + "reasoning": true, "tool_call": false, "temperature": true, - "release_date": "2025-04-11", - "last_updated": "2025-04-11", + "knowledge": "2024-04", + "release_date": "2025-03-05", + "last_updated": "2025-03-05", "modalities": { "input": [ "text" @@ -29366,14 +29945,14 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.66, "output": 1.0 }, "limit": { - "context": 128000, - "output": 16384 + "context": 24000, + "output": 24000 } }, { @@ -29397,7 +29976,7 @@ }, "open_weights": true, "cost": { - "input": 0.06, + "input": 0.0605, "output": 0.4 }, "limit": { @@ -29431,7 +30010,7 @@ }, "limit": { "context": 262144, - "output": 262144 + "output": 256000 } }, { @@ -29491,6 +30070,65 @@ "output": 80000 } }, + { + "id": "cloudflare-workers-ai/@cf/deepseek-ai/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.44, + "output": 1.32, + "cache_read": 0.014 + }, + "limit": { + "context": 1310720, + "output": 1048576 + } + }, + { + "id": "cloudflare-workers-ai/@cf/deepseek-ai/deepseek-v4-pro", + "name": "DeepSeek V4 Pro 0813", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.32, + "output": 3.96, + "cache_read": 0.044 + }, + "limit": { + "context": 1048576, + "output": 1048576 + } + }, { "id": "cloudflare-workers-ai/@cf/google/gemma-4-26b-a4b-it", "name": "Gemma 4 26B A4B IT", @@ -29556,8 +30194,9 @@ "reasoning": false, "tool_call": false, "temperature": true, - "release_date": "2024-07-25", - "last_updated": "2024-07-25", + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", "modalities": { "input": [ "text" @@ -29584,6 +30223,7 @@ "reasoning": false, "tool_call": false, "temperature": true, + "knowledge": "2023-12", "release_date": "2024-09-25", "last_updated": "2024-09-25", "modalities": { @@ -29730,8 +30370,9 @@ "reasoning": false, "tool_call": false, "temperature": true, - "release_date": "2025-01-22", - "last_updated": "2025-01-22", + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", "modalities": { "input": [ "text" @@ -29932,8 +30573,8 @@ "reasoning": false, "tool_call": false, "temperature": true, - "release_date": "2025-02-27", - "last_updated": "2025-02-27", + "release_date": "2024-11-12", + "last_updated": "2024-11-12", "modalities": { "input": [ "text" @@ -29960,8 +30601,8 @@ "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2025-04-30", - "last_updated": "2025-04-30", + "release_date": "2025-04-28", + "last_updated": "2025-04-28", "modalities": { "input": [ "text" @@ -29988,6 +30629,7 @@ "reasoning": true, "tool_call": false, "temperature": true, + "knowledge": "2024-04", "release_date": "2025-03-05", "last_updated": "2025-03-05", "modalities": { @@ -31031,9 +31673,9 @@ }, "open_weights": true, "cost": { - "input": 0.25, - "output": 0.3, - "cache_read": 0.062 + "input": 0.13, + "output": 0.28, + "cache_read": 0.03 }, "limit": { "context": 1048576, @@ -31222,10 +31864,10 @@ }, "open_weights": false, "cost": { - "input": 1.483, - "output": 8.898, - "cache_read": 0.148, - "cache_write": 0.988 + "input": 1.649, + "output": 9.899, + "cache_read": 0.165, + "cache_write": 1.0 }, "limit": { "context": 1048576, @@ -31264,6 +31906,72 @@ "output": 1048576 } }, + { + "id": "cortecs/gemini-3.6-flash", + "name": "Gemini 3.6 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.038 + }, + "limit": { + "context": 1048576, + "output": 1048576 + } + }, + { + "id": "cortecs/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.038 + }, + "limit": { + "context": 1048576, + "output": 1048576 + } + }, { "id": "cortecs/gemma-3-27b-it", "name": "gemma-3-27b-it", @@ -32102,34 +32810,6 @@ "output": 128000 } }, - { - "id": "cortecs/holo2-30b-a3b", - "name": "holo2-30b-a3b", - "attachment": true, - "reasoning": true, - "tool_call": true, - "temperature": false, - "release_date": "2025-12-10", - "last_updated": "2025-12-10", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.334, - "output": 0.78 - }, - "limit": { - "context": 22000, - "output": 22000 - } - }, { "id": "cortecs/kimi-k2.5", "name": "Kimi K2.5", @@ -32283,13 +32963,15 @@ }, { "id": "cortecs/llama-3.1-8b-instruct", - "name": "llama-3.1-8b-instruct", + "name": "Llama-3.1-8B-Instruct", + "family": "llama", "attachment": false, "reasoning": true, "tool_call": true, "temperature": false, - "release_date": "2024-04-09", - "last_updated": "2024-04-09", + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", "modalities": { "input": [ "text" @@ -32298,7 +32980,7 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.167, "output": 0.167 @@ -33504,6 +34186,65 @@ "output": 262000 } }, + { + "id": "cortecs/qwen3.8-2.4t-a95b", + "name": "Qwen3.8 2.4T A95B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.5, + "output": 6.0, + "cache_read": 0.625 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "cortecs/qwen3.8-27b", + "name": "Qwen3.8 27B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.334, + "output": 2.451, + "cache_read": 0.111 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "cortecs/qwen3guard-gen-0.6b", "name": "qwen3guard-gen-0.6b", @@ -33878,9 +34619,9 @@ }, "open_weights": true, "cost": { - "input": 0.5, - "output": 2.2, - "cache_read": 0.08 + "input": 0.3, + "output": 1.05, + "cache_read": 0.05 }, "limit": { "context": 1000000, @@ -34534,7 +35275,7 @@ }, "limit": { "context": 1000000, - "output": 64000 + "output": 128000 } }, { @@ -34590,14 +35331,14 @@ }, "open_weights": true, "cost": { - "input": 0.16, - "output": 0.32, - "cache_read": 0.004, - "cache_write": 0.16 + "input": 0.405, + "output": 1.215, + "cache_read": 0.0135, + "cache_write": 0.405 }, "limit": { "context": 1000000, - "output": 65000 + "output": 384000 } }, { @@ -34621,14 +35362,14 @@ }, "open_weights": true, "cost": { - "input": 0.47, - "output": 0.94, - "cache_read": 0.005, - "cache_write": 0.47 + "input": 1.215, + "output": 3.645, + "cache_read": 0.0405, + "cache_write": 1.215 }, "limit": { "context": 1000000, - "output": 65000 + "output": 384000 } }, { @@ -34903,6 +35644,40 @@ "output": 65536 } }, + { + "id": "crossmodel/gemini/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "audio", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.75 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, { "id": "crossmodel/minimax/minimax-m2.7", "name": "MiniMax-M2.7", @@ -34979,7 +35754,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "video" ], "output": [ "text" @@ -35011,7 +35787,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "video" ], "output": [ "text" @@ -35043,7 +35820,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "video" ], "output": [ "text" @@ -35652,6 +36430,38 @@ ] }, "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.3, + "cache_write": 2.0 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, + { + "id": "crossmodel/x-ai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, "cost": { "input": 2.0, "output": 6.0, @@ -35908,6 +36718,246 @@ "output": 128000 } }, + { + "id": "crusoe/deepseek-ai/DeepSeek-V3", + "name": "DeepSeek V3 0324", + "family": "deepseek", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2025-03-24", + "last_updated": "2025-03-24", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.5, + "output": 1.5, + "cache_read": 0.25 + }, + "limit": { + "context": 163840, + "output": 163840 + } + }, + { + "id": "crusoe/google/gemma-4-31b-it", + "name": "Gemma 4 31B IT", + "family": "gemma", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-02", + "last_updated": "2026-04-02", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.4, + "cache_read": 0.14 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, + { + "id": "crusoe/meta-llama/Llama-3.3-70B-Instruct", + "name": "Llama-3.3-70B-Instruct", + "family": "llama", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-12-06", + "last_updated": "2024-12-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.25, + "output": 0.75, + "cache_read": 0.13 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, + { + "id": "crusoe/moonshotai/Kimi-K2.6", + "name": "Kimi K2.6", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-04-21", + "last_updated": "2026-04-21", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.7, + "output": 3.5, + "cache_read": 0.35 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "crusoe/nvidia/Nemotron-3-Nano-Omni-Reasoning-30B-A3B", + "name": "Nemotron 3 Nano Omni 30B A3B Reasoning", + "family": "nemotron", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-28", + "last_updated": "2026-04-28", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.83, + "cache_read": 0.3 + }, + "limit": { + "context": 256000, + "output": 65536 + } + }, + { + "id": "crusoe/openai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.05, + "output": 0.2, + "cache_read": 0.05 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "crusoe/zai/GLM-5.1", + "name": "GLM-5.1", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-07", + "last_updated": "2026-04-07", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.2, + "output": 4.4, + "cache_read": 0.25 + }, + "limit": { + "context": 200000, + "output": 131072 + } + }, + { + "id": "crusoe/zai/GLM-5.2", + "name": "GLM-5.2", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-13", + "last_updated": "2026-06-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.4, + "output": 4.4, + "cache_read": 0.26 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, { "id": "daoxe/claude-haiku-4.5", "name": "Claude Haiku 4.5", @@ -37160,6 +38210,96 @@ "output": 262144 } }, + { + "id": "deepinfra/ByteDance/Seed-2.0-code", + "name": "Seed 2.0 Code", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0, + "cache_read": 0.1 + }, + "limit": { + "context": 256000, + "output": 131072 + } + }, + { + "id": "deepinfra/ByteDance/Seed-2.0-mini", + "name": "Seed 2.0 Mini", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.1, + "output": 0.4, + "cache_read": 0.02 + }, + "limit": { + "context": 256000, + "output": 32000 + } + }, + { + "id": "deepinfra/ByteDance/Seed-2.0-pro", + "name": "Seed 2.0 Pro", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0, + "cache_read": 0.1 + }, + "limit": { + "context": 256000, + "output": 128000 + } + }, { "id": "deepinfra/MiniMaxAI/MiniMax-M2.5", "name": "MiniMax M2.5", @@ -37278,6 +38418,34 @@ "output": 16384 } }, + { + "id": "deepinfra/Qwen/Qwen3-30B-A3B", + "name": "Qwen3 30B A3B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-04-28", + "last_updated": "2025-04-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.12, + "output": 0.5 + }, + "limit": { + "context": 40960, + "output": 16384 + } + }, { "id": "deepinfra/Qwen/Qwen3-32B", "name": "Qwen3 32B", @@ -37396,6 +38564,37 @@ "output": 32768 } }, + { + "id": "deepinfra/Qwen/Qwen3-VL-235B-A22B-Instruct", + "name": "Qwen3 VL 235B A22B Instruct", + "family": "qwen", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.2, + "output": 0.88, + "cache_read": 0.11 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, { "id": "deepinfra/Qwen/Qwen3.5-122B-A10B", "name": "Qwen3.5 122B-A10B", @@ -37642,6 +38841,35 @@ "output": 65536 } }, + { + "id": "deepinfra/Qwen/Qwen3.8-2.4T-A95B", + "name": "Qwen3.8 2.4T A95B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.2 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "deepinfra/Qwen/Qwen3.8-Max", "name": "Qwen3.8 Max", @@ -38754,9 +39982,8 @@ "reasoning": true, "tool_call": true, "temperature": true, - "knowledge": "2025-05", - "release_date": "2026-04-24", - "last_updated": "2026-04-24", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", "modalities": { "input": [ "text" @@ -38765,7 +39992,7 @@ "text" ] }, - "open_weights": true, + "open_weights": false, "cost": { "input": 0.435, "output": 0.87, @@ -38801,7 +40028,7 @@ }, "limit": { "context": 32768, - "output": 6554 + "output": 32768 } }, { @@ -39414,8 +40641,8 @@ "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-04-02", - "last_updated": "2026-04-16", + "release_date": "2026-04-01", + "last_updated": "2026-05-28", "modalities": { "input": [ "text" @@ -39518,7 +40745,7 @@ }, "limit": { "context": 163840, - "output": 32768 + "output": 163840 } }, { @@ -39631,7 +40858,7 @@ }, "limit": { "context": 1048576, - "output": 209715 + "output": 1048576 } }, { @@ -39848,7 +41075,7 @@ }, "limit": { "context": 64000, - "output": 12800 + "output": 64000 } }, { @@ -39877,7 +41104,7 @@ }, "limit": { "context": 163840, - "output": 32768 + "output": 163840 } }, { @@ -39900,13 +41127,13 @@ }, "open_weights": true, "cost": { - "input": 1.4, - "output": 4.4, - "cache_read": 0.21 + "input": 0.7, + "output": 2.2, + "cache_read": 0.105 }, "limit": { "context": 262144, - "output": 52429 + "output": 262144 } }, { @@ -39965,7 +41192,7 @@ }, "limit": { "context": 262144, - "output": 52429 + "output": 262144 } }, { @@ -39996,7 +41223,7 @@ }, "limit": { "context": 262144, - "output": 52429 + "output": 262144 } }, { @@ -40144,7 +41371,7 @@ }, "limit": { "context": 262144, - "output": 52429 + "output": 262144 } }, { @@ -40175,7 +41402,7 @@ }, "limit": { "context": 65536, - "output": 13107 + "output": 65536 } }, { @@ -40365,7 +41592,7 @@ }, "limit": { "context": 65536, - "output": 13107 + "output": 65536 } }, { @@ -40393,7 +41620,7 @@ }, "limit": { "context": 131072, - "output": 26214 + "output": 131072 } }, { @@ -41307,7 +42534,7 @@ }, "limit": { "context": 262144, - "output": 52429 + "output": 262144 } }, { @@ -41391,7 +42618,36 @@ }, "limit": { "context": 131072, - "output": 26214 + "output": 131072 + } + }, + { + "id": "digitalocean/qwen3.8-max", + "name": "Qwen3.8-2.4T-A95B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-03", + "last_updated": "2026-08-03", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.2 + }, + "limit": { + "context": 262144, + "output": 262144 } }, { @@ -41818,6 +43074,6921 @@ "output": 262144 } }, + { + "id": "edenai/amazon/moonshot.kimi-k2-thinking", + "name": "Kimi K2 Thinking", + "family": "kimi-thinking", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2024-08", + "release_date": "2025-11-06", + "last_updated": "2025-11-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 2.5 + }, + "limit": { + "context": 128000, + "output": 262144 + } + }, + { + "id": "edenai/amazon/moonshotai.kimi-k2.5", + "name": "Kimi K2.5", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-01", + "last_updated": "2026-01", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 3.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/amazon/nvidia.nemotron-nano-9b-v2", + "name": "Nemotron Nano 9B v2", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2025-08-18", + "last_updated": "2025-08-18", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.06, + "output": 0.23 + }, + "limit": { + "context": 128000, + "output": 131072 + } + }, + { + "id": "edenai/amazon/nvidia.nemotron-nano-9b-v2@us", + "name": "Nemotron Nano 9B v2 (US)", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2025-08-18", + "last_updated": "2025-08-18", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.06, + "output": 0.23 + }, + "limit": { + "context": 128000, + "output": 131072 + } + }, + { + "id": "edenai/amazon/zai.glm-4.7-flash", + "name": "GLM-4.7-Flash", + "family": "glm-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-01-19", + "last_updated": "2026-01-19", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.07, + "output": 0.4 + }, + "limit": { + "context": 200000, + "output": 131072 + } + }, + { + "id": "edenai/amazon/zai.glm-4.7-flash@us", + "name": "GLM-4.7-Flash (US)", + "family": "glm-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-01-19", + "last_updated": "2026-01-19", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.07, + "output": 0.4 + }, + "limit": { + "context": 200000, + "output": 131072 + } + }, + { + "id": "edenai/anthropic/claude-fable", + "name": "Claude Fable 5", + "family": "claude-fable", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-06-09", + "last_updated": "2026-06-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 10.0, + "output": 50.0, + "cache_read": 1.0, + "cache_write": 12.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/anthropic/claude-fable-5", + "name": "Claude Fable 5", + "family": "claude-fable", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-06-09", + "last_updated": "2026-06-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 10.0, + "output": 50.0, + "cache_read": 1.0, + "cache_write": 12.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/anthropic/claude-opus", + "name": "Claude Opus 5", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-05", + "release_date": "2026-07-24", + "last_updated": "2026-07-24", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/anthropic/claude-opus-4.5", + "name": "Claude Opus 4.5 (latest)", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2025-11-24", + "last_updated": "2025-11-24", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 200000, + "output": 64000 + } + }, + { + "id": "edenai/anthropic/claude-opus-4.6", + "name": "Claude Opus 4.6", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05-31", + "release_date": "2026-02-05", + "last_updated": "2026-03-13", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/anthropic/claude-opus-4.7", + "name": "Claude Opus 4.7", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-04-16", + "last_updated": "2026-04-16", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/anthropic/claude-opus-4.8", + "name": "Claude Opus 4.8", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01", + "release_date": "2026-05-28", + "last_updated": "2026-05-28", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/anthropic/claude-opus-5", + "name": "Claude Opus 5", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-05", + "release_date": "2026-07-24", + "last_updated": "2026-07-24", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/anthropic/claude-sonnet", + "name": "Claude Sonnet 5", + "family": "claude-sonnet", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-06-30", + "last_updated": "2026-06-30", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 10.0, + "cache_read": 0.2, + "cache_write": 2.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/anthropic/claude-sonnet-4.6", + "name": "Claude Sonnet 4.6", + "family": "claude-sonnet", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-08-31", + "release_date": "2026-02-17", + "last_updated": "2026-03-13", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3, + "cache_write": 3.75 + }, + "limit": { + "context": 1000000, + "output": 64000 + } + }, + { + "id": "edenai/anthropic/claude-sonnet-5", + "name": "Claude Sonnet 5", + "family": "claude-sonnet", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-01-31", + "release_date": "2026-06-30", + "last_updated": "2026-06-30", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 10.0, + "cache_read": 0.2, + "cache_write": 2.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "edenai/azure/gpt-5.1-codex", + "name": "GPT-5.1 Codex", + "family": "gpt-codex", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-09-30", + "release_date": "2025-11-13", + "last_updated": "2025-11-13", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 10.0, + "cache_read": 0.125 + }, + "limit": { + "context": 272000, + "output": 128000 + } + }, + { + "id": "edenai/azure/gpt-5.1-codex-max", + "name": "GPT-5.1 Codex Max", + "family": "gpt-codex", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-09-30", + "release_date": "2025-11-13", + "last_updated": "2025-11-13", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 10.0, + "cache_read": 0.125 + }, + "limit": { + "context": 272000, + "output": 128000 + } + }, + { + "id": "edenai/azure/gpt-5.1-codex-mini", + "name": "GPT-5.1 Codex mini", + "family": "gpt-codex", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-09-30", + "release_date": "2025-11-13", + "last_updated": "2025-11-13", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.25, + "output": 2.0, + "cache_read": 0.025 + }, + "limit": { + "context": 272000, + "output": 128000 + } + }, + { + "id": "edenai/azure/gpt-5.2-codex", + "name": "GPT-5.2 Codex", + "family": "gpt-codex", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2025-12-11", + "last_updated": "2025-12-11", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.75, + "output": 14.0, + "cache_read": 0.175 + }, + "limit": { + "context": 272000, + "output": 128000 + } + }, + { + "id": "edenai/cerebras/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.35, + "output": 0.75, + "cache_read": 0.35 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/cloudflare/@cf/aisingapore/gemma-sea-lion-v4-27b-it", + "name": "Gemma-SEA-LION-v4-27B-IT", + "family": "gemma", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.351, + "output": 0.555 + }, + "limit": { + "context": 128000, + "output": 128000 + } + }, + { + "id": "edenai/cloudflare/@cf/deepseek-ai/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.44, + "output": 1.32, + "cache_read": 0.014 + }, + "limit": { + "context": 1310720, + "output": 384000 + } + }, + { + "id": "edenai/cloudflare/@cf/deepseek-ai/deepseek-v4-pro", + "name": "DeepSeek V4 Pro 0813", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.32, + "output": 3.96, + "cache_read": 0.044 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/cloudflare/@cf/meta/llama-guard-3-8b", + "name": "Llama-Guard-3-8B", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.484, + "output": 0.03 + }, + "limit": { + "context": 131072, + "output": 4096 + } + }, + { + "id": "edenai/cloudflare/@cf/openai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.35, + "output": 0.75 + }, + "limit": { + "context": 128000, + "output": 32768 + } + }, + { + "id": "edenai/cloudflare/@cf/openai/gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.2, + "output": 0.3 + }, + "limit": { + "context": 128000, + "output": 32768 + } + }, + { + "id": "edenai/cloudflare/@cf/qwen/qwen2.5-coder-32b-instruct", + "name": "Qwen2.5-Coder-32B-Instruct", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "release_date": "2024-11-12", + "last_updated": "2024-11-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.66, + "output": 1.0 + }, + "limit": { + "context": 32768, + "output": 8192 + } + }, + { + "id": "edenai/cloudflare/@cf/zai-org/glm-4.7-flash", + "name": "GLM-4.7-Flash", + "family": "glm-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-01-19", + "last_updated": "2026-01-19", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0605, + "output": 0.4 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, + { + "id": "edenai/cohere/command-a-03", + "name": "Command A", + "family": "command-a", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-06-01", + "release_date": "2025-03-13", + "last_updated": "2025-03-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.5, + "output": 10.0 + }, + "limit": { + "context": 288000, + "output": 8000 + } + }, + { + "id": "edenai/cohere/command-r-08", + "name": "Command R", + "family": "command-r", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-06-01", + "release_date": "2024-08-30", + "last_updated": "2024-08-30", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 0.6 + }, + "limit": { + "context": 128000, + "output": 4000 + } + }, + { + "id": "edenai/cohere/command-r-plus-08", + "name": "Command R+", + "family": "command-r", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-06-01", + "release_date": "2024-08-30", + "last_updated": "2024-08-30", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.5, + "output": 10.0 + }, + "limit": { + "context": 128000, + "output": 4000 + } + }, + { + "id": "edenai/cohere/command-r7b-12", + "name": "Command R7B", + "family": "command-r", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-06-01", + "release_date": "2024-12-02", + "last_updated": "2024-12-02", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0375, + "output": 0.15 + }, + "limit": { + "context": 132000, + "output": 4000 + } + }, + { + "id": "edenai/databricks/databricks-gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15001, + "output": 0.59997 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/databricks/databricks-gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.07, + "output": 0.30002 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/deepinfra/ByteDance/Seed-2.0-code", + "name": "Seed 2.0 Code", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0, + "cache_read": 0.1 + }, + "limit": { + "context": 256000, + "output": 131072 + } + }, + { + "id": "edenai/deepinfra/ByteDance/Seed-2.0-mini", + "name": "Seed 2.0 Mini", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.1, + "output": 0.4, + "cache_read": 0.02 + }, + "limit": { + "context": 256000, + "output": 32000 + } + }, + { + "id": "edenai/deepinfra/deepseek-ai/DeepSeek-R1", + "name": "DeepSeek-R1", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-07", + "release_date": "2025-01-20", + "last_updated": "2025-05-29", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.7, + "output": 2.4 + }, + "limit": { + "context": 163840, + "output": 32768 + } + }, + { + "id": "edenai/deepinfra/deepseek-ai/DeepSeek-V3", + "name": "DeepSeek-V3", + "family": "deepseek", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2024-12-26", + "last_updated": "2024-12-26", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.32, + "output": 0.89 + }, + "limit": { + "context": 163840, + "output": 8192 + } + }, + { + "id": "edenai/deepinfra/deepseek-ai/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.08, + "output": 0.18, + "cache_read": 0.016 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/deepinfra/deepseek-ai/DeepSeek-V4-Pro", + "name": "DeepSeek V4 Pro 0813", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.3, + "output": 2.6, + "cache_read": 0.1 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/deepinfra/meta-llama/Llama-3.2-11B-Vision-Instruct", + "name": "Llama-3.2-11B-Vision-Instruct", + "family": "llama", + "attachment": true, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-09-25", + "last_updated": "2024-09-25", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.345, + "output": 0.345 + }, + "limit": { + "context": 131072, + "output": 4096 + } + }, + { + "id": "edenai/deepinfra/meta-llama/Llama-3.3-70B-Instruct", + "name": "Llama-3.3-70B-Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-12-06", + "last_updated": "2024-12-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.32 + }, + "limit": { + "context": 131072, + "output": 4096 + } + }, + { + "id": "edenai/deepinfra/meta-llama/Llama-Guard-3-8B", + "name": "Llama-Guard-3-8B", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.055, + "output": 0.055 + }, + "limit": { + "context": 131072, + "output": 4096 + } + }, + { + "id": "edenai/deepinfra/meta-models/Muse-Glimmer-30B", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.04 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, + { + "id": "edenai/deepinfra/moonshotai/Kimi-K2.5", + "name": "Kimi K2.5", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-01", + "last_updated": "2026-01", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.45, + "output": 2.25, + "cache_read": 0.07 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/deepinfra/nemotron-3-ultra-550b-a55b", + "name": "Nemotron 3 Ultra 550B A55B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-04", + "last_updated": "2026-06-04", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.5, + "output": 2.2, + "cache_read": 0.1 + }, + "limit": { + "context": 262144, + "output": 128000 + } + }, + { + "id": "edenai/deepinfra/nvidia/Llama-3.1-Nemotron-70B-Instruct", + "name": "Llama 3.1 Nemotron 70B Instruct", + "family": "nemotron", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2025-04-15", + "last_updated": "2025-04-15", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 0.6 + }, + "limit": { + "context": 131072, + "output": 8192 + } + }, + { + "id": "edenai/deepinfra/nvidia/Nemotron-3-Nano-30B-A3B", + "name": "Nemotron 3 Nano 30B A3B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-12-15", + "last_updated": "2025-12-15", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.05, + "output": 0.2, + "cache_read": 0.025 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/deepinfra/openai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.037, + "output": 0.17 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/deepinfra/openai/gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.03, + "output": 0.14 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/deepinfra/stepfun-ai/Step-3.5-Flash", + "name": "Step 3.5 Flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-01-29", + "last_updated": "2026-02-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.09, + "output": 0.3, + "cache_read": 0.02 + }, + "limit": { + "context": 262144, + "output": 256000 + } + }, + { + "id": "edenai/deepinfra/stepfun-ai/Step-3.7-Flash", + "name": "Step 3.7 Flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03-01", + "release_date": "2026-05-29", + "last_updated": "2026-05-29", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.2, + "output": 1.15, + "cache_read": 0.04 + }, + "limit": { + "context": 262144, + "output": 256000 + } + }, + { + "id": "edenai/deepinfra/tencent/Hy3", + "name": "Hy3", + "family": "Hy", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-06", + "last_updated": "2026-07-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.58, + "cache_read": 0.035 + }, + "limit": { + "context": 262144, + "output": 64000 + } + }, + { + "id": "edenai/deepinfra/thinkingmachines/Inkling", + "name": "Inkling", + "family": "ling", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-15", + "last_updated": "2026-07-15", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.95, + "output": 4.05, + "cache_read": 0.16 + }, + "limit": { + "context": 524288, + "output": 1048576 + } + }, + { + "id": "edenai/deepinfra/thinkingmachines/Inkling-Small", + "name": "Inkling Small", + "family": "ling", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-30", + "last_updated": "2026-07-30", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.45, + "output": 1.2, + "cache_read": 0.1 + }, + "limit": { + "context": 524288, + "output": 1048576 + } + }, + { + "id": "edenai/deepinfra/zai-org/GLM-4.7-Flash", + "name": "GLM-4.7-Flash", + "family": "glm-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-01-19", + "last_updated": "2026-01-19", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.06, + "output": 0.4, + "cache_read": 0.01 + }, + "limit": { + "context": 202752, + "output": 131072 + } + }, + { + "id": "edenai/deepseek/deepseek-chat", + "name": "DeepSeek Chat", + "family": "deepseek", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-09", + "release_date": "2025-12-01", + "last_updated": "2026-02-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.28, + "output": 0.42, + "cache_read": 0.028 + }, + "limit": { + "context": 131072, + "output": 384000 + } + }, + { + "id": "edenai/deepseek/deepseek-reasoner", + "name": "DeepSeek Reasoner", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-09", + "release_date": "2025-12-01", + "last_updated": "2026-02-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.28, + "output": 0.42, + "cache_read": 0.028 + }, + "limit": { + "context": 131072, + "output": 384000 + } + }, + { + "id": "edenai/deepseek/deepseek-v4-flash", + "name": "DeepSeek V4 Flash", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-04-24", + "last_updated": "2026-04-24", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.22, + "output": 0.66, + "cache_read": 0.007 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/deepseek/deepseek-v4-pro", + "name": "DeepSeek V4 Pro", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-04-24", + "last_updated": "2026-04-24", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.66, + "output": 1.98, + "cache_read": 0.022 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/fireworks_ai/accounts/fireworks/models/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.28, + "cache_read": 0.028 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/fireworks_ai/accounts/fireworks/models/deepseek-v4-pro", + "name": "DeepSeek V4 Pro 0813", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.32, + "output": 3.96, + "cache_read": 0.044 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/fireworks_ai/accounts/fireworks/models/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 0.6, + "cache_read": 0.015 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/fireworks_ai/accounts/fireworks/models/gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.07, + "output": 0.3, + "cache_read": 0.035 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/fireworks_ai/accounts/fireworks/models/muse-glimmer-30b", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.35, + "output": 1.5, + "cache_read": 0.04 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, + { + "id": "edenai/fireworks_ai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 0.6, + "cache_read": 0.014 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/fireworks_ai/gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.07, + "output": 0.3, + "cache_read": 0.035 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/flexai/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.08, + "output": 0.18 + }, + "limit": { + "context": 1000000, + "output": 384000 + } + }, + { + "id": "edenai/flexai/Muse-Glimmer-30B", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, + { + "id": "edenai/flexai/Nemotron-3-Super-120B-A12B", + "name": "Nemotron 3 Super 120B A12B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2026-03-11", + "last_updated": "2026-03-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.085, + "output": 0.4 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/flexai/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.08, + "output": 0.18 + }, + "limit": { + "context": 1000000, + "output": 384000 + } + }, + { + "id": "edenai/flexai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.039, + "output": 0.1 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/flexai/gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.03, + "output": 0.13 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/google/gemini-2.5-flash-image", + "name": "Nano Banana", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2024-06", + "release_date": "2025-08-26", + "last_updated": "2025-08-26", + "modalities": { + "input": [ + "audio", + "image", + "text", + "video" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 2.5, + "cache_read": 0.03, + "cache_write": 0.083333 + }, + "limit": { + "context": 32768, + "output": 32768 + } + }, + { + "id": "edenai/google/gemini-3-flash-preview", + "name": "Gemini 3 Flash Preview", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2025-12-17", + "last_updated": "2025-12-17", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0, + "cache_read": 0.05, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3-pro-image", + "name": "Nano Banana Pro", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-28", + "last_updated": "2026-05-28", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 0.375 + }, + "limit": { + "context": 65536, + "output": 32768 + } + }, + { + "id": "edenai/google/gemini-3-pro-image-preview", + "name": "Nano Banana Pro", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2025-11-20", + "last_updated": "2025-11-20", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 0.375 + }, + "limit": { + "context": 65536, + "output": 32768 + } + }, + { + "id": "edenai/google/gemini-3.1-flash-image", + "name": "Nano Banana 2", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-28", + "last_updated": "2026-05-28", + "modalities": { + "input": [ + "image", + "text" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0 + }, + "limit": { + "context": 65536, + "output": 32768 + } + }, + { + "id": "edenai/google/gemini-3.1-flash-image-preview", + "name": "Nano Banana 2", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-02-26", + "last_updated": "2026-02-26", + "modalities": { + "input": [ + "image", + "text" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0 + }, + "limit": { + "context": 65536, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3.1-flash-lite", + "name": "Gemini 3.1 Flash Lite", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-07", + "last_updated": "2026-05-07", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.25, + "output": 1.5, + "cache_read": 0.025, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3.1-flash-lite-image", + "name": "Nano Banana 2 Lite", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-06-30", + "last_updated": "2026-06-30", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 0.25, + "output": 1.5 + }, + "limit": { + "context": 65536, + "output": 4096 + } + }, + { + "id": "edenai/google/gemini-3.1-flash-lite-preview", + "name": "Gemini 3.1 Flash Lite Preview", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-03-03", + "last_updated": "2026-03-03", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.25, + "output": 1.5, + "cache_read": 0.025, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3.1-pro-preview", + "name": "Gemini 3.1 Pro Preview", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-02-19", + "last_updated": "2026-02-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 0.375 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3.1-pro-preview-customtools", + "name": "Gemini 3.1 Pro Preview Custom Tools", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-02-19", + "last_updated": "2026-02-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 0.375 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3.5-flash", + "name": "Gemini 3.5 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-19", + "last_updated": "2026-05-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.5, + "output": 9.0, + "cache_read": 0.15, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3.5-flash-lite", + "name": "Gemini 3.5 Flash Lite", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 2.5, + "cache_read": 0.03, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3.6-flash", + "name": "Gemini 3.6 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/gemini-pro", + "name": "Gemini 3.1 Pro Preview", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-02-19", + "last_updated": "2026-02-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 0.375 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/google/lyria-3-clip-preview", + "name": "Lyria 3 Clip Preview", + "family": "lyria", + "attachment": true, + "reasoning": false, + "tool_call": false, + "temperature": true, + "release_date": "2026-03-25", + "last_updated": "2026-03-25", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "audio" + ] + }, + "open_weights": false, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/groq/openai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 0.6, + "cache_read": 0.075 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/groq/openai/gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.075, + "output": 0.3, + "cache_read": 0.0375 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/ionos/meta-llama/Llama-3.3-70B-Instruct", + "name": "Llama-3.3-70B-Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-12-06", + "last_updated": "2024-12-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.753545, + "output": 0.753545 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, + { + "id": "edenai/ionos/openai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.173895, + "output": 0.753545 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/minimax/MiniMax-M2", + "name": "MiniMax-M2", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-10-27", + "last_updated": "2025-10-27", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2 + }, + "limit": { + "context": 204800, + "output": 128000 + } + }, + { + "id": "edenai/minimax/MiniMax-M2.1", + "name": "MiniMax-M2.1", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-12-23", + "last_updated": "2025-12-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.03 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "edenai/minimax/MiniMax-M2.5", + "name": "MiniMax-M2.5", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-12", + "last_updated": "2026-02-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.03 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "edenai/minimax/MiniMax-M2.7", + "name": "MiniMax-M2.7", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-03-18", + "last_updated": "2026-03-18", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.06 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "edenai/minimax/MiniMax-M3", + "name": "MiniMax-M3", + "family": "minimax", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-01", + "last_updated": "2026-06-01", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.06 + }, + "limit": { + "context": 524288, + "output": 128000 + } + }, + { + "id": "edenai/mistral/codestral", + "name": "Codestral (latest)", + "family": "codestral", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-10", + "release_date": "2024-05-29", + "last_updated": "2025-01-04", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.0, + "output": 3.0 + }, + "limit": { + "context": 256000, + "output": 4096 + } + }, + { + "id": "edenai/mistral/devstral", + "name": "Devstral 2", + "family": "devstral", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-12", + "release_date": "2025-12-09", + "last_updated": "2025-12-09", + "modalities": { + "input": [ + "text", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.4, + "output": 2.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/mistral/devstral-medium", + "name": "Devstral 2 (latest)", + "family": "devstral", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-12", + "release_date": "2025-12-02", + "last_updated": "2025-12-02", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.4, + "output": 2.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/mistral/magistral-medium", + "name": "Magistral Medium (latest)", + "family": "magistral-medium", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-06", + "release_date": "2025-03-17", + "last_updated": "2025-03-20", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 5.0 + }, + "limit": { + "context": 131072, + "output": 16384 + } + }, + { + "id": "edenai/mistral/mistral-large", + "name": "Mistral Large 3", + "family": "mistral-large", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-11", + "release_date": "2024-11-01", + "last_updated": "2025-12-02", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.5, + "output": 1.5, + "cache_read": 0.05 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/mistral/mistral-medium", + "name": "Mistral Medium 3.5", + "family": "mistral-medium", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-29", + "last_updated": "2026-04-29", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.5, + "output": 7.5 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/mistral/mistral-small", + "name": "Mistral Small 4", + "family": "mistral-small", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-06", + "release_date": "2026-03-16", + "last_updated": "2026-03-16", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 0.6, + "cache_read": 0.015 + }, + "limit": { + "context": 262144, + "output": 256000 + } + }, + { + "id": "edenai/moonshot/kimi-k2.6", + "name": "Kimi K2.6", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-04-21", + "last_updated": "2026-04-21", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.95, + "output": 4.0, + "cache_read": 0.16 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/moonshot/kimi-k2.7-code", + "name": "Kimi K2.7 Code", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-06-12", + "last_updated": "2026-06-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.95, + "output": 4.0, + "cache_read": 0.19 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/moonshot/kimi-k3", + "name": "Kimi K3", + "family": "kimi-k3", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-07-16", + "last_updated": "2026-07-16", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "edenai/nebius/meta-llama/Llama-3.3-70B-Instruct", + "name": "Llama-3.3-70B-Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-12-06", + "last_updated": "2024-12-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.13, + "output": 0.4, + "cache_read": 0.13 + }, + "limit": { + "context": 131072, + "output": 4096 + } + }, + { + "id": "edenai/nebius/nvidia/Nemotron-3-Ultra-550b-a55b", + "name": "Nemotron 3 Ultra 550B A55B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-04", + "last_updated": "2026-06-04", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.0, + "output": 3.0, + "cache_read": 1.0 + }, + "limit": { + "context": 8000, + "output": 128000 + } + }, + { + "id": "edenai/nebius/nvidia/nemotron-3-super-120b-a12b", + "name": "Nemotron 3 Super 120B A12B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-03-11", + "last_updated": "2026-03-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 0.9, + "cache_read": 0.3 + }, + "limit": { + "context": 8000, + "output": 262144 + } + }, + { + "id": "edenai/nebius/openai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 0.6, + "cache_read": 0.15 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/openai/gpt", + "name": "GPT-5.6 Sol", + "family": "gpt-sol", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 30.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-3.5-turbo", + "name": "GPT-3.5-turbo", + "family": "gpt", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2021-09-01", + "release_date": "2023-03-01", + "last_updated": "2023-11-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 1.5 + }, + "limit": { + "context": 16385, + "output": 4096 + } + }, + { + "id": "edenai/openai/gpt-4", + "name": "GPT-4", + "family": "gpt", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-11", + "release_date": "2023-11-06", + "last_updated": "2024-04-09", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 30.0, + "output": 60.0 + }, + "limit": { + "context": 8191, + "output": 8192 + } + }, + { + "id": "edenai/openai/gpt-4-turbo", + "name": "GPT-4 Turbo", + "family": "gpt", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2023-11-06", + "last_updated": "2024-04-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 10.0, + "output": 30.0 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, + { + "id": "edenai/openai/gpt-4.1", + "name": "GPT-4.1", + "family": "gpt", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-04-14", + "last_updated": "2025-04-14", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 8.0, + "cache_read": 0.5 + }, + "limit": { + "context": 1047576, + "output": 32768 + } + }, + { + "id": "edenai/openai/gpt-4.1-mini", + "name": "GPT-4.1 mini", + "family": "gpt-mini", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-04-14", + "last_updated": "2025-04-14", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.4, + "output": 1.6, + "cache_read": 0.1 + }, + "limit": { + "context": 1047576, + "output": 32768 + } + }, + { + "id": "edenai/openai/gpt-4.1-nano", + "name": "GPT-4.1 nano", + "family": "gpt-nano", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-04-14", + "last_updated": "2025-04-14", + "modalities": { + "input": [ + "image", + "text", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.1, + "output": 0.4, + "cache_read": 0.025 + }, + "limit": { + "context": 1047576, + "output": 32768 + } + }, + { + "id": "edenai/openai/gpt-4o", + "name": "GPT-4o", + "family": "gpt", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-09", + "release_date": "2024-05-13", + "last_updated": "2024-08-06", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.5, + "output": 10.0, + "cache_read": 1.25 + }, + "limit": { + "context": 128000, + "output": 16384 + } + }, + { + "id": "edenai/openai/gpt-4o-mini", + "name": "GPT-4o mini", + "family": "gpt-mini", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-09", + "release_date": "2024-07-18", + "last_updated": "2024-07-18", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.15, + "output": 0.6, + "cache_read": 0.075 + }, + "limit": { + "context": 128000, + "output": 16384 + } + }, + { + "id": "edenai/openai/gpt-5", + "name": "GPT-5", + "family": "gpt", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-09-30", + "release_date": "2025-08-07", + "last_updated": "2025-08-07", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 10.0, + "cache_read": 0.125 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5-mini", + "name": "GPT-5 Mini", + "family": "gpt-mini", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05-30", + "release_date": "2025-08-07", + "last_updated": "2025-08-07", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.25, + "output": 2.0, + "cache_read": 0.025 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5-nano", + "name": "GPT-5 Nano", + "family": "gpt-nano", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05-30", + "release_date": "2025-08-07", + "last_updated": "2025-08-07", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.05, + "output": 0.4, + "cache_read": 0.005 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5-pro", + "name": "GPT-5 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-09-30", + "release_date": "2025-10-06", + "last_updated": "2025-10-06", + "modalities": { + "input": [ + "image", + "text", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 15.0, + "output": 120.0 + }, + "limit": { + "context": 400000, + "output": 272000 + } + }, + { + "id": "edenai/openai/gpt-5.1", + "name": "GPT-5.1", + "family": "gpt", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-09-30", + "release_date": "2025-11-13", + "last_updated": "2025-11-13", + "modalities": { + "input": [ + "image", + "text", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 10.0, + "cache_read": 0.125 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.2", + "name": "GPT-5.2", + "family": "gpt", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2025-12-11", + "last_updated": "2025-12-11", + "modalities": { + "input": [ + "pdf", + "image", + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.75, + "output": 14.0, + "cache_read": 0.175 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.2-pro", + "name": "GPT-5.2 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2025-12-11", + "last_updated": "2025-12-11", + "modalities": { + "input": [ + "image", + "text", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 21.0, + "output": 168.0 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.3-codex", + "name": "GPT-5.3 Codex", + "family": "gpt-codex", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.75, + "output": 14.0, + "cache_read": 0.175 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.4", + "name": "GPT-5.4", + "family": "gpt", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-05", + "last_updated": "2026-03-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.5, + "output": 15.0, + "cache_read": 0.25 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.4-mini", + "name": "GPT-5.4 mini", + "family": "gpt-mini", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-17", + "last_updated": "2026-03-17", + "modalities": { + "input": [ + "pdf", + "image", + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 4.5, + "cache_read": 0.075 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.4-nano", + "name": "GPT-5.4 nano", + "family": "gpt-nano", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-17", + "last_updated": "2026-03-17", + "modalities": { + "input": [ + "pdf", + "image", + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.2, + "output": 1.25, + "cache_read": 0.02 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.4-pro", + "name": "GPT-5.4 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-05", + "last_updated": "2026-03-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 30.0, + "output": 180.0, + "cache_read": 3.0 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.5", + "name": "GPT-5.5", + "family": "gpt", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-12-01", + "release_date": "2026-04-23", + "last_updated": "2026-04-23", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 30.0, + "cache_read": 0.5 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.5-pro", + "name": "GPT-5.5 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-12-01", + "release_date": "2026-04-23", + "last_updated": "2026-04-23", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 30.0, + "output": 180.0, + "cache_read": 3.0 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.6-luna", + "name": "GPT-5.6 Luna", + "family": "gpt-luna", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.2, + "output": 1.2, + "cache_read": 0.02, + "cache_write": 0.25 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.6-sol", + "name": "GPT-5.6 Sol", + "family": "gpt-sol", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 30.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-5.6-terra", + "name": "GPT-5.6 Terra", + "family": "gpt-terra", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 2.5 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-mini", + "name": "GPT-5.4 mini", + "family": "gpt-mini", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-17", + "last_updated": "2026-03-17", + "modalities": { + "input": [ + "pdf", + "image", + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 4.5, + "cache_read": 0.075 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "edenai/openai/gpt-pro", + "name": "GPT-5.5 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-12-01", + "release_date": "2026-04-23", + "last_updated": "2026-04-23", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 30.0, + "output": 180.0, + "cache_read": 3.0 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "edenai/openai/o1", + "name": "o1", + "family": "o", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2023-09", + "release_date": "2024-12-05", + "last_updated": "2024-12-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 15.0, + "output": 60.0, + "cache_read": 7.5 + }, + "limit": { + "context": 200000, + "output": 100000 + } + }, + { + "id": "edenai/openai/o1-pro", + "name": "o1-pro", + "family": "o-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2023-09", + "release_date": "2025-03-19", + "last_updated": "2025-03-19", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 150.0, + "output": 600.0 + }, + "limit": { + "context": 200000, + "output": 100000 + } + }, + { + "id": "edenai/openai/o3", + "name": "o3", + "family": "o", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05", + "release_date": "2025-04-16", + "last_updated": "2025-04-16", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 8.0, + "cache_read": 0.5 + }, + "limit": { + "context": 200000, + "output": 100000 + } + }, + { + "id": "edenai/openai/o3-mini", + "name": "o3-mini", + "family": "o-mini", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05", + "release_date": "2024-12-20", + "last_updated": "2025-01-29", + "modalities": { + "input": [ + "text", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.1, + "output": 4.4, + "cache_read": 0.55 + }, + "limit": { + "context": 200000, + "output": 100000 + } + }, + { + "id": "edenai/openai/o3-pro", + "name": "o3-pro", + "family": "o-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05", + "release_date": "2025-06-10", + "last_updated": "2025-06-10", + "modalities": { + "input": [ + "text", + "pdf", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 20.0, + "output": 80.0 + }, + "limit": { + "context": 200000, + "output": 100000 + } + }, + { + "id": "edenai/openai/o4-mini", + "name": "o4-mini", + "family": "o-mini", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05", + "release_date": "2025-04-16", + "last_updated": "2025-04-16", + "modalities": { + "input": [ + "image", + "text", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.1, + "output": 4.4, + "cache_read": 0.275 + }, + "limit": { + "context": 200000, + "output": 100000 + } + }, + { + "id": "edenai/ovhcloud/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.09, + "output": 0.47 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/ovhcloud/gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.05, + "output": 0.18 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/perplexityai/sonar", + "name": "Sonar", + "family": "sonar", + "attachment": true, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2025-09-01", + "release_date": "2024-01-01", + "last_updated": "2025-09-01", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.0, + "output": 1.0 + }, + "limit": { + "context": 127072, + "output": 4096 + } + }, + { + "id": "edenai/perplexityai/sonar-deep-research", + "name": "Sonar Deep Research", + "family": "sonar", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2025-02-01", + "last_updated": "2025-09-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 8.0 + }, + "limit": { + "context": 128000, + "output": 32768 + } + }, + { + "id": "edenai/perplexityai/sonar-pro", + "name": "Sonar Pro", + "family": "sonar-pro", + "attachment": true, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2025-09-01", + "release_date": "2024-01-01", + "last_updated": "2025-09-01", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 3.0, + "output": 15.0 + }, + "limit": { + "context": 200000, + "output": 8192 + } + }, + { + "id": "edenai/perplexityai/sonar-reasoning-pro", + "name": "Sonar Reasoning Pro", + "family": "sonar-reasoning", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-09-01", + "release_date": "2024-01-01", + "last_updated": "2025-09-01", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 8.0 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, + { + "id": "edenai/qwen/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.2, + "output": 0.4, + "cache_read": 0.04 + }, + "limit": { + "context": 1000000, + "output": 384000 + } + }, + { + "id": "edenai/qwen/deepseek-v4-pro", + "name": "DeepSeek V4 Pro 0813", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.32, + "output": 3.96 + }, + "limit": { + "context": 1000000, + "output": 384000 + } + }, + { + "id": "edenai/qwen/qwen-max", + "name": "Qwen Max", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2024-04-03", + "last_updated": "2025-01-25", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.6, + "output": 6.4, + "cache_read": 0.32 + }, + "limit": { + "context": 32768, + "output": 8192 + } + }, + { + "id": "edenai/qwen/qwen-vl-max", + "name": "Qwen-VL Max", + "family": "qwen", + "attachment": true, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2024-04-08", + "last_updated": "2025-08-13", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.8, + "output": 3.2, + "cache_read": 0.16 + }, + "limit": { + "context": 131072, + "output": 8192 + } + }, + { + "id": "edenai/qwen/qwen-vl-plus", + "name": "Qwen-VL Plus", + "family": "qwen", + "attachment": true, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2024-01-25", + "last_updated": "2025-08-15", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.21, + "output": 0.63, + "cache_read": 0.042 + }, + "limit": { + "context": 131072, + "output": 8192 + } + }, + { + "id": "edenai/qwen/qwen3-235b-a22b-instruct", + "name": "Qwen3 235B-A22B Instruct 2507", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "release_date": "2025-07-21", + "last_updated": "2025-07-21", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.23, + "output": 0.92 + }, + "limit": { + "context": 131072, + "output": 16384 + } + }, + { + "id": "edenai/qwen/qwen3-coder-30b-a3b-instruct", + "name": "Qwen3-Coder 30B-A3B Instruct", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-04", + "last_updated": "2025-04", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.45, + "output": 2.25 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, + { + "id": "edenai/qwen/qwen3-coder-480b-a35b-instruct", + "name": "Qwen3-Coder 480B-A35B Instruct", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-04", + "last_updated": "2025-04", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.5, + "output": 7.5 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, + { + "id": "edenai/qwen/qwen3-coder-flash", + "name": "Qwen3 Coder Flash", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-07-28", + "last_updated": "2025-07-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 1.5, + "cache_read": 0.06, + "cache_write": 0.375 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, + { + "id": "edenai/qwen/qwen3-coder-next", + "name": "Qwen3 Coder Next", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-09", + "release_date": "2026-02-03", + "last_updated": "2026-02-03", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.5 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, + { + "id": "edenai/qwen/qwen3-coder-plus", + "name": "Qwen3 Coder Plus", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-07-23", + "last_updated": "2025-07-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.0, + "output": 5.0, + "cache_read": 0.2, + "cache_write": 1.25 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, + { + "id": "edenai/qwen/qwen3-max", + "name": "Qwen3 Max", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.2, + "output": 6.0, + "cache_read": 0.24, + "cache_write": 1.5 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, + { + "id": "edenai/qwen/qwen3-next-80b-a3b-instruct", + "name": "Qwen3-Next 80B-A3B Instruct", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-09", + "last_updated": "2025-09", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 1.2 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/qwen/qwen3-next-80b-a3b-thinking", + "name": "Qwen3-Next 80B-A3B (Thinking)", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-09", + "last_updated": "2025-09", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 1.2 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/qwen/qwen3-vl-235b-a22b-instruct", + "name": "Qwen3 VL 235B A22B Instruct", + "family": "qwen", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.4, + "output": 1.6 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/qwen/qwen3-vl-235b-a22b-thinking", + "name": "Qwen3 VL 235B A22B Thinking", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.4, + "output": 4.0 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/qwen/qwen3.8-2.4t-a95b", + "name": "Qwen3.8 2.4T A95B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.25, + "cache_write": 2.5 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, + { + "id": "edenai/qwen/qwen3.8-max", + "name": "Qwen3.8 Max", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-03", + "last_updated": "2026-08-03", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.25, + "cache_write": 2.5 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, + { + "id": "edenai/qwen/qwq-plus", + "name": "QwQ Plus", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-03-05", + "last_updated": "2025-03-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.8, + "output": 2.4 + }, + "limit": { + "context": 131072, + "output": 8192 + } + }, + { + "id": "edenai/scaleway/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.46372, + "output": 0.927441 + }, + "limit": { + "context": 256000, + "output": 384000 + } + }, + { + "id": "edenai/scaleway/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.173895, + "output": 0.69558 + }, + "limit": { + "context": 128000, + "output": 32768 + } + }, + { + "id": "edenai/scaleway/llama-3.3-70b-instruct", + "name": "Llama-3.3-70B-Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-12-06", + "last_updated": "2024-12-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.043371, + "output": 1.043371 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, + { + "id": "edenai/tensorx/deepseek/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.25, + "output": 0.3, + "cache_read": 0.0625 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/tensorx/moonshotai/kimi-k2.5", + "name": "Kimi K2.5", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-01", + "last_updated": "2026-01", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.5, + "output": 2.8, + "cache_read": 0.125 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "edenai/tensorx/qwen/qwen3.8-27b", + "name": "Qwen3.8 27B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.4, + "output": 2.4, + "cache_read": 0.1 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, + { + "id": "edenai/together_ai/deepseek-ai/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.28, + "cache_read": 0.03 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/together_ai/deepseek-ai/DeepSeek-V4-Pro", + "name": "DeepSeek V4 Pro 0813", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.32, + "output": 3.96, + "cache_read": 0.13 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "edenai/together_ai/meta-models/Muse-Glimmer-30B", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.35, + "output": 1.5, + "cache_read": 0.04 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, + { + "id": "edenai/together_ai/nvidia/nemotron-3-ultra-550b-a55b", + "name": "Nemotron 3 Ultra 550B A55B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-04", + "last_updated": "2026-06-04", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 3.6, + "cache_read": 0.2 + }, + "limit": { + "context": 512288, + "output": 128000 + } + }, + { + "id": "edenai/together_ai/openai/gpt-oss-120b", + "name": "GPT OSS 120B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 0.6 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/together_ai/openai/gpt-oss-20b", + "name": "GPT OSS 20B", + "family": "gpt-oss", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.05, + "output": 0.2 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/together_ai/thinkingmachines/Inkling", + "name": "Inkling", + "family": "ling", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-15", + "last_updated": "2026-07-15", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.0, + "output": 4.05, + "cache_read": 0.17 + }, + "limit": { + "context": 524288, + "output": 1048576 + } + }, + { + "id": "edenai/together_ai/thinkingmachines/Inkling-Small", + "name": "Inkling Small", + "family": "ling", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-30", + "last_updated": "2026-07-30", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.5, + "output": 1.2, + "cache_read": 0.1 + }, + "limit": { + "context": 524288, + "output": 1048576 + } + }, + { + "id": "edenai/vertex/gemini-2.5-flash-image", + "name": "Nano Banana", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2024-06", + "release_date": "2025-08-26", + "last_updated": "2025-08-26", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 2.5, + "cache_read": 0.03, + "cache_write": 0.083333 + }, + "limit": { + "context": 32768, + "output": 32768 + } + }, + { + "id": "edenai/vertex/gemini-3-flash-preview", + "name": "Gemini 3 Flash Preview", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2025-12-17", + "last_updated": "2025-12-17", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0, + "cache_read": 0.05, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3-pro-image", + "name": "Nano Banana Pro", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-28", + "last_updated": "2026-05-28", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 0.375 + }, + "limit": { + "context": 65536, + "output": 32768 + } + }, + { + "id": "edenai/vertex/gemini-3.1-flash-image", + "name": "Nano Banana 2", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-28", + "last_updated": "2026-05-28", + "modalities": { + "input": [ + "image", + "text" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/vertex/gemini-3.1-flash-lite-image", + "name": "Nano Banana 2 Lite", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-06-30", + "last_updated": "2026-06-30", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text", + "image" + ] + }, + "open_weights": false, + "cost": { + "input": 0.25, + "output": 1.5 + }, + "limit": { + "context": 65536, + "output": 4096 + } + }, + { + "id": "edenai/vertex/gemini-3.1-pro-preview", + "name": "Gemini 3.1 Pro Preview", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-02-19", + "last_updated": "2026-02-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 0.375 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.5-flash", + "name": "Gemini 3.5 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-19", + "last_updated": "2026-05-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.5, + "output": 9.0, + "cache_read": 0.15, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.5-flash-lite", + "name": "Gemini 3.5 Flash Lite", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 2.5, + "cache_read": 0.03, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.5-flash-lite@eu", + "name": "Gemini 3.5 Flash Lite (EU)", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 2.5, + "cache_read": 0.03, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.5-flash-lite@us", + "name": "Gemini 3.5 Flash Lite (US)", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 2.5, + "cache_read": 0.03, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.5-flash@eu", + "name": "Gemini 3.5 Flash (EU)", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-19", + "last_updated": "2026-05-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.5, + "output": 9.0, + "cache_read": 0.15, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.5-flash@us", + "name": "Gemini 3.5 Flash (US)", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-05-19", + "last_updated": "2026-05-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.5, + "output": 9.0, + "cache_read": 0.15, + "cache_write": 0.083333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.6-flash", + "name": "Gemini 3.6 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.6-flash@eu", + "name": "Gemini 3.6 Flash (EU)", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.6-flash@us", + "name": "Gemini 3.6 Flash (US)", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.7-flash@eu", + "name": "Gemini 3.7 Flash (EU)", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-3.7-flash@us", + "name": "Gemini 3.7 Flash (US)", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/vertex/gemini-pro", + "name": "Gemini 3.1 Pro Preview", + "family": "gemini-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-02-19", + "last_updated": "2026-02-19", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 0.375 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "edenai/xai/grok", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, + { + "id": "edenai/xai/grok-4.20-0309-non-reasoning", + "name": "Grok 4.20 (Non-Reasoning)", + "family": "grok", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2026-03-09", + "last_updated": "2026-03-09", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 2.5, + "cache_read": 0.2 + }, + "limit": { + "context": 1000000, + "output": 30000 + } + }, + { + "id": "edenai/xai/grok-4.20-0309-reasoning", + "name": "Grok 4.20 (Reasoning)", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-03-09", + "last_updated": "2026-03-09", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 2.5, + "cache_read": 0.2 + }, + "limit": { + "context": 1000000, + "output": 30000 + } + }, + { + "id": "edenai/xai/grok-4.3", + "name": "Grok 4.3", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-17", + "last_updated": "2026-04-17", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 2.5, + "cache_read": 0.2 + }, + "limit": { + "context": 1000000, + "output": 30000 + } + }, + { + "id": "edenai/xai/grok-4.5", + "name": "Grok 4.5", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-08", + "last_updated": "2026-07-08", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.3 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, + { + "id": "edenai/xai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, + { + "id": "edenai/xai/grok-build-0.1", + "name": "Grok Build 0.1", + "family": "grok-build", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-16", + "last_updated": "2026-04-16", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.0, + "output": 2.0, + "cache_read": 0.2 + }, + "limit": { + "context": 256000, + "output": 256000 + } + }, + { + "id": "edenai/zai/glm-4.6", + "name": "GLM-4.6", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-09-30", + "last_updated": "2025-09-30", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 2.2, + "cache_read": 0.11 + }, + "limit": { + "context": 202752, + "output": 131072 + } + }, + { + "id": "edenai/zai/glm-4.6v", + "name": "GLM-4.6V", + "family": "glm", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-12-08", + "last_updated": "2025-12-08", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 0.9, + "cache_read": 0.05 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "edenai/zai/glm-4.7", + "name": "GLM-4.7", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-12-22", + "last_updated": "2025-12-22", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 2.2, + "cache_read": 0.11 + }, + "limit": { + "context": 202752, + "output": 131072 + } + }, + { + "id": "edenai/zai/glm-5", + "name": "GLM-5", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-12", + "last_updated": "2026-02-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.0, + "output": 3.2, + "cache_read": 0.2 + }, + "limit": { + "context": 202752, + "output": 131072 + } + }, + { + "id": "edenai/zai/glm-5-turbo", + "name": "GLM-5-Turbo", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-03-16", + "last_updated": "2026-03-16", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.2, + "output": 4.0, + "cache_read": 0.24 + }, + "limit": { + "context": 202752, + "output": 131072 + } + }, + { + "id": "edenai/zai/glm-5.1", + "name": "GLM-5.1", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-07", + "last_updated": "2026-04-07", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.4, + "output": 4.4, + "cache_read": 0.26 + }, + "limit": { + "context": 202752, + "output": 131072 + } + }, + { + "id": "edenai/zai/glm-5.2", + "name": "GLM-5.2", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-13", + "last_updated": "2026-06-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.4, + "output": 4.4, + "cache_read": 0.26 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "edenai/zai/glm-5v-turbo", + "name": "GLM-5V-Turbo", + "family": "glm", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-01", + "last_updated": "2026-04-01", + "modalities": { + "input": [ + "image", + "text", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.2, + "output": 4.0, + "cache_read": 0.24 + }, + "limit": { + "context": 202752, + "output": 131072 + } + }, { "id": "empiriolabs/deepseek-v3-2", "name": "DeepSeek V3.2", @@ -41908,6 +50079,66 @@ "output": 393216 } }, + { + "id": "empiriolabs/fugu-ultra-v1-0", + "name": "Fugu Ultra v1.0", + "family": "fugu", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-06-15", + "last_updated": "2026-06-15", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 7.5, + "output": 45.0, + "cache_read": 1.5 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, + { + "id": "empiriolabs/fugu-ultra-v1-1", + "name": "Fugu Ultra v1.1", + "family": "fugu", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-06-15", + "last_updated": "2026-06-15", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 30.0, + "cache_read": 0.5 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, { "id": "empiriolabs/gemma-4-26b-a4b", "name": "Gemma 4 26B-A4B", @@ -42395,6 +50626,37 @@ "output": 65536 } }, + { + "id": "empiriolabs/muse-glimmer-30b", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.2, + "output": 0.8, + "cache_read": 0.05 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, { "id": "empiriolabs/muse-spark-1.1", "name": "Muse Spark 1.1", @@ -42427,6 +50689,38 @@ "output": 131072 } }, + { + "id": "empiriolabs/muse-spark-1.2", + "name": "Muse Spark 1.2", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-05", + "last_updated": "2026-08-05", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 4.25, + "cache_read": 1.0 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, { "id": "empiriolabs/qwen3-5-122b-a10b", "name": "Qwen3.5 122B-A10B", @@ -42920,6 +51214,37 @@ "output": 65536 } }, + { + "id": "empiriolabs/qwen3-8-27b", + "name": "Qwen3.8 27B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.17, + "output": 0.5, + "cache_read": 0.08 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, { "id": "empiriolabs/qwen3-8-max", "name": "Qwen3.8 Max", @@ -42981,6 +51306,161 @@ "output": 65536 } }, + { + "id": "empiriolabs/seed-2.0-code", + "name": "Seed 2.0 Code", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.4, + "output": 2.4, + "cache_read": 0.4 + }, + "limit": { + "context": 256000, + "output": 128000 + } + }, + { + "id": "empiriolabs/seed-2.0-lite", + "name": "Seed 2.0 Lite", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.31, + "output": 2.5, + "cache_read": 0.31 + }, + "limit": { + "context": 256000, + "output": 128000 + } + }, + { + "id": "empiriolabs/seed-2.0-mini", + "name": "Seed 2.0 Mini", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.12, + "output": 0.5, + "cache_read": 0.12 + }, + "limit": { + "context": 256000, + "output": 128000 + } + }, + { + "id": "empiriolabs/seed-2.0-pro", + "name": "Seed 2.0 Pro", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.63, + "output": 3.79, + "cache_read": 0.63 + }, + "limit": { + "context": 256000, + "output": 128000 + } + }, + { + "id": "empiriolabs/seed-2.1-turbo", + "name": "Seed 2.1 Turbo", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-23", + "last_updated": "2026-06-23", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.63, + "output": 3.13, + "cache_read": 0.63 + }, + "limit": { + "context": 256000, + "output": 65536 + } + }, { "id": "empiriolabs/step-3.5-flash", "name": "Step 3.5 Flash", @@ -44989,6 +53469,37 @@ "output": 32768 } }, + { + "id": "fireworks-ai/accounts/fireworks/models/inkling", + "name": "Inkling", + "family": "ling", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-15", + "last_updated": "2026-07-15", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.0, + "output": 4.05, + "cache_read": 0.17 + }, + "limit": { + "context": 1048576, + "output": 1048576 + } + }, { "id": "fireworks-ai/accounts/fireworks/models/kimi-k2p6", "name": "Kimi K2.6", @@ -45139,6 +53650,95 @@ "output": 512000 } }, + { + "id": "fireworks-ai/accounts/fireworks/models/muse-glimmer-30b", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.35, + "output": 1.5, + "cache_read": 0.04 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, + { + "id": "fireworks-ai/accounts/fireworks/models/nemotron-3-ultra-nvfp4", + "name": "Nemotron 3 Ultra 550B A55B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-04", + "last_updated": "2026-06-04", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 2.4, + "cache_read": 0.119 + }, + "limit": { + "context": 262144, + "output": 128000 + } + }, + { + "id": "fireworks-ai/accounts/fireworks/models/nemotron-lightning-3p5-30b-a3b", + "name": "Nemotron 3.5 Lightning 30B A3B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.05, + "output": 0.2, + "cache_read": 0.01 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "fireworks-ai/accounts/fireworks/models/qwen3p7-plus", "name": "Qwen 3.7 Plus", @@ -45169,6 +53769,35 @@ "output": 65536 } }, + { + "id": "fireworks-ai/accounts/fireworks/models/qwen3p8-max", + "name": "Qwen3.8 Max", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-03", + "last_updated": "2026-08-03", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.25 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "fireworks-ai/accounts/fireworks/routers/glm-5p2-fast", "name": "GLM 5.2 Fast", @@ -47067,6 +55696,37 @@ "output": 64000 } }, + { + "id": "github-copilot/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075 + }, + "limit": { + "context": 1000000, + "output": 64000 + } + }, { "id": "github-copilot/gpt-4.1", "name": "GPT-4.1", @@ -47478,6 +56138,37 @@ "output": 128000 } }, + { + "id": "github-copilot/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 128000 + } + }, { "id": "github-copilot/kimi-k2.7-code", "name": "Kimi K2.7 Code", @@ -47569,6 +56260,36 @@ "output": 128000 } }, + { + "id": "github-copilot/mai-code-1.1-flash", + "name": "MAI-Code-1.1-Flash", + "family": "mai", + "attachment": true, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.2, + "output": 1.2, + "cache_read": 0.02 + }, + "limit": { + "context": 256000, + "output": 128000 + } + }, { "id": "gitlab/duo-chat-fable-5", "name": "Agentic Chat (Claude Fable 5)", @@ -50072,6 +58793,40 @@ "output": 65536 } }, + { + "id": "google-vertex/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, { "id": "google-vertex/gemini-embedding-001", "name": "Gemini Embedding 001", @@ -51214,6 +59969,40 @@ "output": 65536 } }, + { + "id": "google/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, { "id": "google/gemini-embedding-001", "name": "Gemini Embedding 001", @@ -55729,6 +64518,96 @@ "output": 4096 } }, + { + "id": "hetzner/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 512000, + "output": 384000 + } + }, + { + "id": "hetzner/GLM-5.2-NVFP4", + "name": "GLM-5.2 NVFP4", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-13", + "last_updated": "2026-06-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 512000, + "output": 131072 + } + }, + { + "id": "hetzner/Kimi-K2.7-Code", + "name": "Kimi K2.7 Code", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-06-12", + "last_updated": "2026-06-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "hetzner/Qwen/Qwen3.6-35B-A3B-FP8", "name": "Qwen3.6 35B A3B FP8", @@ -56174,6 +65053,34 @@ "output": 128000 } }, + { + "id": "huggingface/Qwen/Qwen2.5-Coder-32B-Instruct", + "name": "Qwen2.5-Coder-32B-Instruct", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2024-11-12", + "last_updated": "2024-11-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.06, + "output": 0.2 + }, + "limit": { + "context": 131072, + "output": 8192 + } + }, { "id": "huggingface/Qwen/Qwen3-235B-A22B", "name": "Qwen3 235B-A22B", @@ -56260,6 +65167,34 @@ "output": 131072 } }, + { + "id": "huggingface/Qwen/Qwen3-30B-A3B", + "name": "Qwen3 30B A3B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-04-28", + "last_updated": "2025-04-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.12, + "output": 0.5 + }, + "limit": { + "context": 40960, + "output": 16384 + } + }, { "id": "huggingface/Qwen/Qwen3-32B", "name": "Qwen3 32B", @@ -56492,6 +65427,66 @@ "output": 131072 } }, + { + "id": "huggingface/Qwen/Qwen3-VL-235B-A22B-Instruct", + "name": "Qwen3 VL 235B A22B Instruct", + "family": "qwen", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.5 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "huggingface/Qwen/Qwen3-VL-235B-A22B-Thinking", + "name": "Qwen3 VL 235B A22B Thinking", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.98, + "output": 3.95 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, { "id": "huggingface/Qwen/Qwen3.5-122B-A10B", "name": "Qwen3.5 122B-A10B", @@ -56696,6 +65691,34 @@ "output": 65536 } }, + { + "id": "huggingface/Qwen/Qwen3.8-2.4T-A95B", + "name": "Qwen3.8 2.4T A95B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.5, + "output": 6.25 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "huggingface/XiaomiMiMo/MiMo-V2-Flash", "name": "MiMo-V2-Flash", @@ -57014,6 +66037,35 @@ "output": 32768 } }, + { + "id": "huggingface/meta-llama/Llama-3.1-8B-Instruct", + "name": "Llama-3.1-8B-Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.06, + "output": 0.06 + }, + "limit": { + "context": 131072, + "output": 4096 + } + }, { "id": "huggingface/meta-llama/Llama-3.3-70B-Instruct", "name": "Llama-3.3-70B-Instruct", @@ -57767,15 +66819,44 @@ }, "open_weights": true, "cost": { - "input": 0.116, - "output": 0.408, - "cache_write": 0.058 + "input": 0.124, + "output": 0.42, + "cache_write": 0.062 }, "limit": { "context": 256000, "output": 25600 } }, + { + "id": "hyper/glm-5", + "name": "GLM-5", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-13", + "last_updated": "2026-08-16", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.8, + "output": 2.582, + "cache_write": 0.4 + }, + "limit": { + "context": 202752, + "output": 20275 + } + }, { "id": "hyper/glm-5.1", "name": "GLM-5.1", @@ -57854,9 +66935,9 @@ }, "open_weights": true, "cost": { - "input": 0.188, - "output": 0.73, - "cache_write": 0.094 + "input": 0.16332, + "output": 0.65328, + "cache_read": 0.015243 }, "limit": { "context": 131072, @@ -57884,9 +66965,9 @@ }, "open_weights": true, "cost": { - "input": 0.558, - "output": 2.94, - "cache_write": 0.279 + "input": 0.51, + "output": 2.7, + "cache_write": 0.255 }, "limit": { "context": 262144, @@ -57917,7 +66998,7 @@ "cost": { "input": 0.95, "output": 4.0, - "cache_write": 0.16 + "cache_read": 0.16 }, "limit": { "context": 262000, @@ -57976,9 +67057,9 @@ }, "open_weights": true, "cost": { - "input": 3.2664, - "output": 16.332, - "cache_read": 0.32664 + "input": 3.0, + "output": 15.0, + "cache_read": 0.3 }, "limit": { "context": 1048576, @@ -58008,7 +67089,7 @@ "cost": { "input": 0.598, "output": 0.738, - "cache_write": 0.3033 + "cache_write": 0.299 }, "limit": { "context": 128000, @@ -58065,9 +67146,9 @@ }, "open_weights": true, "cost": { - "input": 0.48, - "output": 1.8, - "cache_write": 0.24 + "input": 0.41, + "output": 1.52, + "cache_write": 0.205 }, "limit": { "context": 262100, @@ -58127,7 +67208,7 @@ "cost": { "input": 0.445, "output": 2.145, - "cache_write": 0.2845 + "cache_write": 0.2225 }, "limit": { "context": 106000, @@ -61215,7 +70296,7 @@ }, "open_weights": true, "cost": { - "input": 0.15, + "input": 0.22, "output": 0.9, "cache_read": 0.05, "cache_write": 0.0 @@ -61225,6 +70306,37 @@ "output": 196608 } }, + { + "id": "inceptron/deepseek-ai/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.13, + "output": 0.28, + "cache_read": 0.03, + "cache_write": 0.0 + }, + "limit": { + "context": 1048576, + "output": 1048576 + } + }, { "id": "inceptron/moonshotai/Kimi-K2.6", "name": "Kimi K2.6", @@ -61247,8 +70359,8 @@ }, "open_weights": true, "cost": { - "input": 0.66, - "output": 3.5, + "input": 0.6, + "output": 3.41, "cache_read": 0.2, "cache_write": 0.0 }, @@ -61257,38 +70369,6 @@ "output": 262144 } }, - { - "id": "inceptron/moonshotai/Kimi-K2.6-Fast", - "name": "Kimi K2.6 Fast", - "family": "kimi-k2", - "attachment": true, - "reasoning": true, - "tool_call": true, - "temperature": true, - "knowledge": "2025-01", - "release_date": "2026-04-21", - "last_updated": "2026-04-21", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 1.32, - "output": 7.0, - "cache_read": 0.4, - "cache_write": 0.0 - }, - "limit": { - "context": 262144, - "output": 262144 - } - }, { "id": "inceptron/moonshotai/Kimi-K2.7-Code", "name": "Kimi K2.7 Code", @@ -61296,7 +70376,7 @@ "attachment": true, "reasoning": true, "tool_call": true, - "temperature": false, + "temperature": true, "knowledge": "2025-01", "release_date": "2026-06-12", "last_updated": "2026-06-12", @@ -61311,9 +70391,9 @@ }, "open_weights": true, "cost": { - "input": 0.75, - "output": 3.5, - "cache_read": 0.2, + "input": 0.67, + "output": 3.4, + "cache_read": 0.17, "cache_write": 0.0 }, "limit": { @@ -61321,36 +70401,6 @@ "output": 262144 } }, - { - "id": "inceptron/zai-org/GLM-5.1-FP8", - "name": "GLM 5.1", - "family": "glm", - "attachment": false, - "reasoning": true, - "tool_call": true, - "temperature": true, - "release_date": "2026-04-07", - "last_updated": "2026-04-07", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 1.4, - "output": 4.4, - "cache_read": 0.26, - "cache_write": 0.0 - }, - "limit": { - "context": 202752, - "output": 202752 - } - }, { "id": "inceptron/zai-org/GLM-5.2", "name": "GLM 5.2", @@ -61371,14 +70421,14 @@ }, "open_weights": true, "cost": { - "input": 1.2, - "output": 4.2, - "cache_read": 0.26, + "input": 0.75, + "output": 2.9, + "cache_read": 0.17, "cache_write": 0.0 }, "limit": { - "context": 1000000, - "output": 131072 + "context": 1048576, + "output": 1048576 } }, { @@ -61646,15 +70696,13 @@ } }, { - "id": "inferx/google/gemma-4-31b-it-fp8", - "name": "Gemma 4 31B IT FP8", - "family": "gemma", + "id": "inferx/Agents-A1", + "name": "Agents-A1", "attachment": true, "reasoning": true, "tool_call": true, - "temperature": true, - "release_date": "2026-04-02", - "last_updated": "2026-04-02", + "release_date": "2026-06-26", + "last_updated": "2026-06-26", "modalities": { "input": [ "text", @@ -61670,26 +70718,82 @@ "output": 0.0 }, "limit": { - "context": 262144, - "output": 32768 + "context": 262000, + "output": 100000 } }, { - "id": "inferx/qwen/qwen3.5-122b-a10b-nvfp4", - "name": "Qwen3.5 122B A10B NVFP4", - "family": "qwen", + "id": "inferx/Devstral-2-123B-Instruct-2512-int4-AutoRound", + "name": "Devstral-2-123B-Instruct-2512-int4-AutoRound", + "family": "devstral", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-12", + "release_date": "2025-12-09", + "last_updated": "2025-12-09", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 128000, + "output": 128000 + } + }, + { + "id": "inferx/Ornith-1.0-35B-FP8", + "name": "Ornith-1.0-35B-FP8", + "family": "ornith", "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-02-23", - "last_updated": "2026-02-23", + "release_date": "2026-06-25", + "last_updated": "2026-06-25", "modalities": { "input": [ "text", - "image", - "video", - "audio" + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 262000, + "output": 100000 + } + }, + { + "id": "inferx/Qwen3-Coder-Next-FP8", + "name": "Qwen3 Coder Next FP8", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-02-03", + "last_updated": "2026-02-03", + "modalities": { + "input": [ + "text" ], "output": [ "text" @@ -61706,7 +70810,64 @@ } }, { - "id": "inferx/qwen/qwen3.6-27b-fp8", + "id": "inferx/Qwen3-Coder-Next-FP8-no-thinking", + "name": "Qwen3-Coder-Next-FP8-no-thinking", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-02-03", + "last_updated": "2026-02-03", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 260000, + "output": 65536 + } + }, + { + "id": "inferx/Qwen3-Embedding-8B", + "name": "Qwen3-Embedding-8B", + "family": "text-embedding", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": false, + "release_date": "2025-06-05", + "last_updated": "2025-06-05", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 32768, + "output": 0 + } + }, + { + "id": "inferx/Qwen3.6-27B-FP8", "name": "Qwen3.6 27B FP8", "family": "qwen", "attachment": true, @@ -61737,7 +70898,7 @@ } }, { - "id": "inferx/qwen/qwen3.6-35b-a3b-fp8", + "id": "inferx/Qwen3.6-35B-A3B-FP8", "name": "Qwen3.6 35B A3B FP8", "family": "qwen", "attachment": true, @@ -61768,19 +70929,21 @@ } }, { - "id": "inferx/qwen3-coder-next-fp8", - "name": "Qwen3 Coder Next FP8", + "id": "inferx/Qwen3.6-35B-A3B-fp8-no-thinking", + "name": "Qwen3.6-35B-A3B-fp8-no-thinking", "family": "qwen", - "attachment": false, + "attachment": true, "reasoning": false, "tool_call": true, "temperature": true, - "knowledge": "2025-04", - "release_date": "2026-02-03", - "last_updated": "2026-02-03", + "release_date": "2026-04-17", + "last_updated": "2026-04-17", "modalities": { "input": [ - "text" + "text", + "image", + "video", + "audio" ], "output": [ "text" @@ -61792,21 +70955,21 @@ "output": 0.0 }, "limit": { - "context": 256144, + "context": 262000, "output": 65536 } }, { - "id": "inferx/qwen3-coder-next-fp8-1m", - "name": "Qwen3 Coder Next FP8 1M", - "family": "qwen", + "id": "inferx/deepseek-v4-flash", + "name": "deepseek-v4-flash", + "family": "deepseek-flash", "attachment": false, - "reasoning": false, + "reasoning": true, "tool_call": true, "temperature": true, - "knowledge": "2025-04", - "release_date": "2026-02-03", - "last_updated": "2026-02-03", + "knowledge": "2025-05", + "release_date": "2026-04-24", + "last_updated": "2026-04-24", "modalities": { "input": [ "text" @@ -61821,8 +70984,69 @@ "output": 0.0 }, "limit": { - "context": 1024000, - "output": 65536 + "context": 1000000, + "output": 100000 + } + }, + { + "id": "inferx/gemma-4-31B-it-fp8", + "name": "Gemma 4 31B IT FP8", + "family": "gemma", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-02", + "last_updated": "2026-04-02", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, + { + "id": "inferx/mimo-v25", + "name": "mimo-v25", + "family": "mimo", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-12", + "release_date": "2026-04-22", + "last_updated": "2026-04-22", + "modalities": { + "input": [ + "text", + "image", + "audio", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 1000000, + "output": 100000 } }, { @@ -62644,6 +71868,512 @@ "output": 4096 } }, + { + "id": "jalapeno/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-04-24", + "last_updated": "2026-04-24", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.28 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "jalapeno/DeepSeek-V4-Pro", + "name": "DeepSeek V4 Pro", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-04-24", + "last_updated": "2026-04-24", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.6, + "output": 3.38 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, + { + "id": "jalapeno/GLM-5.1", + "name": "GLM-5.1", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-07", + "last_updated": "2026-04-07", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.38, + "output": 4.4 + }, + "limit": { + "context": 202752, + "output": 131072 + } + }, + { + "id": "jalapeno/GLM-5.2", + "name": "GLM-5.2", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-13", + "last_updated": "2026-06-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.4, + "output": 4.4 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "jalapeno/Hy3", + "name": "Hy3", + "family": "Hy", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-06", + "last_updated": "2026-07-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.58 + }, + "limit": { + "context": 202752, + "output": 64000 + } + }, + { + "id": "jalapeno/Kimi-K2.5", + "name": "Kimi K2.5", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-01", + "last_updated": "2026-01", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 3.0 + }, + "limit": { + "context": 262144, + "output": 180224 + } + }, + { + "id": "jalapeno/Kimi-K2.7-Code", + "name": "Kimi K2.7 Code", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-06-12", + "last_updated": "2026-06-12", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.95, + "output": 4.0 + }, + "limit": { + "context": 271360, + "output": 262144 + } + }, + { + "id": "jalapeno/Kimi-K3", + "name": "Kimi K3", + "family": "kimi-k3", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-07-16", + "last_updated": "2026-07-16", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 3.0, + "output": 15.0 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "jalapeno/MiniMax-M3", + "name": "MiniMax-M3", + "family": "minimax", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-01", + "last_updated": "2026-06-01", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2 + }, + "limit": { + "context": 524288, + "output": 128000 + } + }, + { + "id": "jalapeno/Qwen3-Next-80B-A3B-Instruct", + "name": "Qwen3-Next 80B-A3B Instruct", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-09", + "last_updated": "2025-09", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 1.5 + }, + "limit": { + "context": 129024, + "output": 32768 + } + }, + { + "id": "jalapeno/Qwen3-Next-80B-A3B-Thinking", + "name": "Qwen3-Next 80B-A3B (Thinking)", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-09", + "last_updated": "2025-09", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 1.5 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "jalapeno/Qwen3-VL-235B-A22B-Instruct", + "name": "Qwen3 VL 235B A22B Instruct", + "family": "qwen", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.5 + }, + "limit": { + "context": 129024, + "output": 32768 + } + }, + { + "id": "jalapeno/Qwen3-VL-235B-A22B-Thinking", + "name": "Qwen3 VL 235B A22B Thinking", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.98, + "output": 3.95 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "jalapeno/Qwen3.5-122B-A10B", + "name": "Qwen3.5 122B-A10B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-23", + "last_updated": "2026-02-23", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.4, + "output": 3.2 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, + { + "id": "jalapeno/Qwen3.5-27B", + "name": "Qwen3.5 27B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-23", + "last_updated": "2026-02-23", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 2.4 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, + { + "id": "jalapeno/Qwen3.5-35B-A3B", + "name": "Qwen3.5 35B-A3B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-23", + "last_updated": "2026-02-23", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.25, + "output": 2.0 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, + { + "id": "jalapeno/Qwen3.5-397B-A17B", + "name": "Qwen3.5 397B-A17B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-15", + "last_updated": "2026-02-15", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 3.6 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, { "id": "jiekou/baidu/ernie-4.5-300b-a47b-paddle", "name": "ERNIE 4.5 300B A47B", @@ -65891,8 +75621,8 @@ "output": 5.0 }, "limit": { - "context": 16384, - "output": 2048 + "context": 32768, + "output": 4096 } }, { @@ -66455,14 +76185,14 @@ }, { "id": "kilo/arcee-ai/trinity-large-thinking", - "name": "Arcee AI: Trinity Large Thinking", + "name": "Trinity Large Thinking", "family": "trinity", "attachment": false, "reasoning": true, "tool_call": true, "temperature": true, "release_date": "2026-04-01", - "last_updated": "2026-04-01", + "last_updated": "2026-05-28", "modalities": { "input": [ "text" @@ -66471,7 +76201,7 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.22, "output": 0.85, @@ -66599,15 +76329,45 @@ } }, { - "id": "kilo/bytedance-seed/seed-2.0-lite", - "name": "ByteDance Seed: Seed-2.0-Lite", + "id": "kilo/bytedance-seed/seed-2.0-code", + "name": "Seed 2.0 Code", "family": "seed", "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-03-10", - "last_updated": "2026-03-10", + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, + { + "id": "kilo/bytedance-seed/seed-2.0-lite", + "name": "Seed 2.0 Lite", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", "modalities": { "input": [ "text", @@ -66630,14 +76390,14 @@ }, { "id": "kilo/bytedance-seed/seed-2.0-mini", - "name": "ByteDance Seed: Seed-2.0-Mini", + "name": "Seed 2.0 Mini", "family": "seed", "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-02-26", - "last_updated": "2026-02-26", + "release_date": "2026-02-14", + "last_updated": "2026-02-14", "modalities": { "input": [ "text", @@ -66658,6 +76418,36 @@ "output": 131072 } }, + { + "id": "kilo/bytedance-seed/seed-2.1-turbo", + "name": "ByteDance Seed: Seed 2.1 Turbo", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 2.5 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "kilo/bytedance/ui-tars-1.5-7b", "name": "ByteDance: UI-TARS 7B ", @@ -67055,8 +76845,8 @@ "cache_read": 0.135 }, "limit": { - "context": 131072, - "output": 32768 + "context": 163840, + "output": 163840 } }, { @@ -67143,13 +76933,13 @@ "cache_read": 0.028 }, "limit": { - "context": 1048576, - "output": 393216 + "context": 1024000, + "output": 384000 } }, { "id": "kilo/deepseek/deepseek-v4-flash:discounted", - "name": "DeepSeek: DeepSeek V4 Flash (lowest price)", + "name": "DeepSeek: DeepSeek V4 Flash 0731 (lowest price)", "family": "deepseek", "attachment": false, "reasoning": true, @@ -67208,7 +76998,7 @@ }, { "id": "kilo/deepseek/deepseek-v4-pro:discounted", - "name": "DeepSeek: DeepSeek V4 Pro (lowest price)", + "name": "DeepSeek: DeepSeek V4 Pro 0813 (lowest price)", "family": "deepseek", "attachment": false, "reasoning": true, @@ -67235,6 +77025,34 @@ "output": 384000 } }, + { + "id": "kilo/dots-studio/dots-3-note-preview:free", + "name": "Dots Studio: Dots3-Note Preview (free)", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 512000, + "output": 512000 + } + }, { "id": "kilo/google/gemini-2.5-flash", "name": "Gemini 2.5 Flash", @@ -67672,7 +77490,7 @@ }, "limit": { "context": 65536, - "output": 65536 + "output": 66000 } }, { @@ -67875,10 +77693,45 @@ }, "open_weights": false, "cost": { - "input": 1.5, - "output": 7.5, - "cache_read": 0.15, - "cache_write": 0.083333 + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "kilo/google/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 }, "limit": { "context": 1048576, @@ -68055,7 +77908,7 @@ }, "limit": { "context": 262144, - "output": 262144 + "output": 16384 } }, { @@ -68349,34 +78202,6 @@ "output": 32768 } }, - { - "id": "kilo/inclusionai/ling-3.0-tiny:free", - "name": "inclusionAI: Ling 3.0 Tiny (free)", - "family": "ling", - "attachment": false, - "reasoning": true, - "tool_call": true, - "temperature": true, - "release_date": "2026-08-06", - "last_updated": "2026-08-06", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.0, - "output": 0.0 - }, - "limit": { - "context": 262144, - "output": 32768 - } - }, { "id": "kilo/inclusionai/ring-2.6-1t", "name": "inclusionAI: Ring-2.6-1T", @@ -68647,6 +78472,34 @@ "output": 80000 } }, + { + "id": "kilo/liquid/lfm-2.5-2.6b:free", + "name": "LiquidAI: LFM2.5-2.6B (free)", + "family": "liquid", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 128000, + "output": 8192 + } + }, { "id": "kilo/mancer/weaver", "name": "Mancer: Weaver (alpha)", @@ -68734,12 +78587,13 @@ }, { "id": "kilo/meta-llama/llama-3.1-8b-instruct", - "name": "Meta: Llama 3.1 8B Instruct", + "name": "Llama-3.1-8B-Instruct", "family": "llama", "attachment": false, "reasoning": false, "tool_call": true, "temperature": true, + "knowledge": "2023-12", "release_date": "2024-07-23", "last_updated": "2024-07-23", "modalities": { @@ -68750,7 +78604,7 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.02, "output": 0.04 @@ -68932,6 +78786,38 @@ "output": 16384 } }, + { + "id": "kilo/meta/muse-glimmer-30b", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.04 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, { "id": "kilo/meta/muse-spark-1.1", "name": "Muse Spark 1.1", @@ -69140,7 +79026,7 @@ }, { "id": "kilo/minimax/minimax-m2-her", - "name": "MiniMax: MiniMax M2-her", + "name": "MiniMax-M2 Her", "family": "minimax", "attachment": false, "reasoning": false, @@ -69928,7 +79814,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "video" ], "output": [ "text" @@ -70199,7 +80086,7 @@ }, "limit": { "context": 262144, - "output": 228000 + "output": 262144 } }, { @@ -70375,6 +80262,63 @@ "output": 8192 } }, + { + "id": "kilo/nvidia/nemotron-3.5-lightning", + "name": "Nemotron 3.5 Lightning 30B A3B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.08, + "output": 0.2, + "cache_read": 0.04 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, + { + "id": "kilo/nvidia/nemotron-3.5-lightning:free", + "name": "NVIDIA: Nemotron 3.5 Lightning (free)", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, { "id": "kilo/openai/gpt-3.5-turbo", "name": "GPT-3.5-turbo", @@ -72575,9 +82519,8 @@ }, "open_weights": false, "cost": { - "input": 0.4, - "output": 1.2, - "cache_write": 0.5 + "input": 0.26, + "output": 0.78 }, "limit": { "context": 1000000, @@ -72605,11 +82548,12 @@ }, "open_weights": false, "cost": { - "input": 0.25, - "output": 0.75 + "input": 0.8, + "output": 1.0, + "cache_read": 0.4 }, "limit": { - "context": 32000, + "context": 128000, "output": 128000 } }, @@ -72700,7 +82644,7 @@ }, { "id": "kilo/qwen/qwen3-30b-a3b", - "name": "Qwen: Qwen3 30B A3B", + "name": "Qwen3 30B A3B", "family": "qwen", "attachment": false, "reasoning": true, @@ -72716,14 +82660,14 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.13, "output": 0.52 }, "limit": { - "context": 40960, - "output": 16384 + "context": 131072, + "output": 8192 } }, { @@ -72803,8 +82747,8 @@ }, "open_weights": true, "cost": { - "input": 0.104, - "output": 0.416 + "input": 0.08, + "output": 0.28 }, "limit": { "context": 40960, @@ -73072,7 +83016,7 @@ }, "limit": { "context": 262144, - "output": 16384 + "output": 262144 } }, { @@ -73106,12 +83050,13 @@ }, { "id": "kilo/qwen/qwen3-vl-235b-a22b-instruct", - "name": "Qwen: Qwen3 VL 235B A22B Instruct", + "name": "Qwen3 VL 235B A22B Instruct", "family": "qwen", "attachment": true, "reasoning": false, "tool_call": true, "temperature": true, + "knowledge": "2025-03-31", "release_date": "2025-09-23", "last_updated": "2025-09-23", "modalities": { @@ -73123,7 +83068,7 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.26, "output": 1.04 @@ -73135,12 +83080,13 @@ }, { "id": "kilo/qwen/qwen3-vl-235b-a22b-thinking", - "name": "Qwen: Qwen3 VL 235B A22B Thinking", + "name": "Qwen3 VL 235B A22B Thinking", "family": "qwen", "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, + "knowledge": "2025-03-31", "release_date": "2025-09-23", "last_updated": "2025-09-23", "modalities": { @@ -73152,7 +83098,7 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.4, "output": 4.0 @@ -73187,8 +83133,8 @@ "output": 0.52 }, "limit": { - "context": 262144, - "output": 16384 + "context": 131072, + "output": 32768 } }, { @@ -73394,7 +83340,7 @@ }, "limit": { "context": 262144, - "output": 262144 + "output": 65536 } }, { @@ -73574,8 +83520,8 @@ "output": 2.7 }, "limit": { - "context": 262144, - "output": 262144 + "context": 131072, + "output": 131072 } }, { @@ -73600,7 +83546,7 @@ }, "open_weights": true, "cost": { - "input": 0.15, + "input": 0.14, "output": 1.0, "cache_read": 0.05 }, @@ -73796,6 +83742,67 @@ "output": 131072 } }, + { + "id": "kilo/qwen/qwen3.8-2.4t-a95b", + "name": "Qwen3.8 2.4T A95B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.25, + "cache_write": 2.5 + }, + "limit": { + "context": 1000000, + "output": 262144 + } + }, + { + "id": "kilo/qwen/qwen3.8-27b", + "name": "Qwen3.8 27B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.45, + "output": 3.2, + "cache_read": 0.05 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "kilo/qwen/qwen3.8-max", "name": "Qwen3.8 Max", @@ -73970,6 +83977,36 @@ "output": 128000 } }, + { + "id": "kilo/sakana/sakana-namazu", + "name": "Sakana: Sakana Namazu", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.95, + "output": 4.0, + "cache_read": 0.15 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, { "id": "kilo/sao10k/l3-lunaris-8b", "name": "Sao10K: Llama 3 8B Lunaris", @@ -74677,6 +84714,35 @@ "output": 131072 } }, + { + "id": "kilo/upstage/solar-pro4", + "name": "Upstage: Solar Pro 4", + "family": "solar", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.06 + }, + "limit": { + "context": 524288, + "output": 131072 + } + }, { "id": "kilo/writer/palmyra-x5", "name": "Writer: Palmyra X5", @@ -74829,6 +84895,38 @@ "output": 500000 } }, + { + "id": "kilo/x-ai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, { "id": "kilo/x-ai/grok-build-0.1", "name": "Grok Build 0.1", @@ -74886,7 +84984,7 @@ "cost": { "input": 0.14, "output": 0.28, - "cache_read": 0.0028 + "cache_read": 0.003 }, "limit": { "context": 1048576, @@ -74914,9 +85012,9 @@ }, "open_weights": true, "cost": { - "input": 0.4, - "output": 1.5, - "cache_read": 0.08 + "input": 0.435, + "output": 0.87, + "cache_read": 0.004 }, "limit": { "context": 1048576, @@ -75035,9 +85133,9 @@ }, "open_weights": true, "cost": { - "input": 0.55, - "output": 2.2, - "cache_read": 0.11 + "input": 0.5, + "output": 2.0, + "cache_read": 0.1 }, "limit": { "context": 202752, @@ -75097,9 +85195,9 @@ }, "open_weights": true, "cost": { - "input": 0.6, - "output": 2.2, - "cache_read": 0.11 + "input": 0.4, + "output": 1.75, + "cache_read": 0.08 }, "limit": { "context": 202752, @@ -75127,7 +85225,7 @@ }, "open_weights": true, "cost": { - "input": 0.07, + "input": 0.06, "output": 0.4, "cache_read": 0.01 }, @@ -75156,13 +85254,13 @@ }, "open_weights": true, "cost": { - "input": 1.0, - "output": 3.2, - "cache_read": 0.2 + "input": 0.6, + "output": 1.92, + "cache_read": 0.12 }, "limit": { - "context": 204800, - "output": 131072 + "context": 198000, + "output": 128000 } }, { @@ -75214,13 +85312,13 @@ }, "open_weights": true, "cost": { - "input": 1.38, + "input": 1.4, "output": 4.4, "cache_read": 0.26 }, "limit": { - "context": 202752, - "output": 131072 + "context": 200000, + "output": 128000 } }, { @@ -75252,6 +85350,34 @@ "output": 131072 } }, + { + "id": "kilo/z-ai/glm-5.2:free", + "name": "Z.ai: GLM 5.2 (free)", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2026-06-13", + "last_updated": "2026-06-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 128000, + "output": 128000 + } + }, { "id": "kilo/z-ai/glm-5v-turbo", "name": "GLM-5V-Turbo", @@ -75432,13 +85558,13 @@ }, "open_weights": false, "cost": { - "input": 0.0798, - "output": 0.1596, - "cache_read": 0.01596 + "input": 0.0783, + "output": 0.1566, + "cache_read": 0.01566 }, "limit": { - "context": 1048576, - "output": 131072 + "context": 262144, + "output": 262144 } }, { @@ -75465,10 +85591,10 @@ }, "open_weights": false, "cost": { - "input": 1.5, - "output": 7.5, - "cache_read": 0.15, - "cache_write": 0.083333 + "input": 0.375, + "output": 1.875, + "cache_read": 0.0375, + "cache_write": 0.020833 }, "limit": { "context": 1048576, @@ -75522,7 +85648,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "video" ], "output": [ "text" @@ -75530,13 +85657,13 @@ }, "open_weights": false, "cost": { - "input": 2.8, - "output": 14.0, + "input": 2.6, + "output": 13.0, "cache_read": 0.29 }, "limit": { - "context": 1048576, - "output": 1048576 + "context": 974842, + "output": 974842 } }, { @@ -75561,10 +85688,10 @@ }, "open_weights": false, "cost": { - "input": 5.0, - "output": 30.0, - "cache_read": 0.5, - "cache_write": 6.25 + "input": 2.5, + "output": 15.0, + "cache_read": 0.25, + "cache_write": 3.125 }, "limit": { "context": 1050000, @@ -75626,7 +85753,7 @@ "cost": { "input": 2.0, "output": 6.0, - "cache_read": 0.3 + "cache_read": 0.5 }, "limit": { "context": 500000, @@ -76541,6 +86668,35 @@ "output": 262144 } }, + { + "id": "llmgateway/ernie-4.5-vl-424b-a47b", + "name": "ERNIE 4.5 VL 424B A47B", + "family": "ernie", + "attachment": true, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2025-06-30", + "last_updated": "2025-06-30", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.42, + "output": 1.25 + }, + "limit": { + "context": 123000, + "output": 123000 + } + }, { "id": "llmgateway/fugu-ultra", "name": "Fugu Ultra", @@ -76870,9 +87026,44 @@ }, "open_weights": false, "cost": { - "input": 1.5, - "output": 7.5, - "cache_read": 0.15, + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.08333 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "llmgateway/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, "cache_write": 0.08333 }, "limit": { @@ -77445,8 +87636,8 @@ "open_weights": true, "cost": { "input": 0.55, - "output": 1.9255, - "cache_read": 0.1375, + "output": 1.784, + "cache_read": 0.111, "cache_write": 0.0 }, "limit": { @@ -78740,7 +88931,7 @@ "cost": { "input": 1.25, "output": 2.5, - "cache_read": 0.3125 + "cache_read": 0.2 }, "limit": { "context": 1000000, @@ -78767,6 +88958,37 @@ ] }, "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.3 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, + { + "id": "llmgateway/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, "cost": { "input": 2.0, "output": 6.0, @@ -79142,6 +89364,35 @@ "output": 131072 } }, + { + "id": "llmgateway/ling-3.0-flash", + "name": "InclusionAI Ling 3.0 Flash", + "family": "ling", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-02", + "last_updated": "2026-08-02", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.06, + "output": 0.18, + "cache_read": 0.012 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "llmgateway/llama-3-70b-instruct", "name": "Llama 3 70B Instruct", @@ -80327,35 +90578,6 @@ "output": 32768 } }, - { - "id": "llmgateway/qwen2-5-vl-32b-instruct", - "name": "Qwen2.5 VL 32B Instruct", - "family": "qwen", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "release_date": "2025-03-15", - "last_updated": "2025-03-15", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 1.4, - "output": 4.2 - }, - "limit": { - "context": 131072, - "output": 8192 - } - }, { "id": "llmgateway/qwen2-5-vl-72b-instruct", "name": "Qwen2.5-VL 72B Instruct", @@ -81347,6 +91569,34 @@ "output": 8192 } }, + { + "id": "llmgateway/seed-2.1-turbo", + "name": "Seed 2.1 Turbo", + "family": "seed", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 2.5 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "llmgateway/sonar", "name": "Sonar", @@ -81439,15 +91689,17 @@ { "id": "llmtr/gemma-4", "name": "Gemma 4", - "attachment": false, - "reasoning": false, - "tool_call": false, + "family": "gemma", + "attachment": true, + "reasoning": true, + "tool_call": true, "temperature": true, - "release_date": "2026-04-22", - "last_updated": "2026-04-22", + "release_date": "2026-04-02", + "last_updated": "2026-04-02", "modalities": { "input": [ - "text" + "text", + "image" ], "output": [ "text" @@ -81455,12 +91707,46 @@ }, "open_weights": true, "cost": { - "input": 5.0, - "output": 10.0 + "input": 2.0, + "output": 5.0, + "cache_read": 0.5 }, "limit": { - "context": 32768, - "output": 8192 + "context": 131072, + "output": 131072 + } + }, + { + "id": "llmtr/google/gemini-2.5-flash-lite", + "name": "Gemini 2.5 Flash-Lite", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2025-06-17", + "last_updated": "2025-06-17", + "modalities": { + "input": [ + "text", + "image", + "audio", + "video", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.1, + "output": 0.1 + }, + "limit": { + "context": 1048576, + "output": 65536 } }, { @@ -81471,7 +91757,7 @@ "tool_call": false, "temperature": true, "release_date": "2026-06-05", - "last_updated": "2026-06-05", + "last_updated": "2026-08-16", "modalities": { "input": [ "text" @@ -81482,12 +91768,12 @@ }, "open_weights": false, "cost": { - "input": 0.0, - "output": 0.0 + "input": 0.1, + "output": 0.5 }, "limit": { "context": 8192, - "output": 4096 + "output": 8192 } }, { @@ -81498,7 +91784,7 @@ "tool_call": false, "temperature": true, "release_date": "2026-04-26", - "last_updated": "2026-04-26", + "last_updated": "2026-08-16", "modalities": { "input": [ "text", @@ -81515,7 +91801,602 @@ }, "limit": { "context": 8192, - "output": 4096 + "output": 8192 + } + }, + { + "id": "llmtr/meta/muse-spark-1.2-contributor", + "name": "Muse Spark 1.2 Contributor", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-05", + "last_updated": "2026-08-05", + "modalities": { + "input": [ + "text", + "image", + "video", + "pdf", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.1, + "output": 0.2 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "llmtr/mimo/mimo-v2.5", + "name": "MiMo-V2.5", + "family": "mimo", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-12", + "release_date": "2026-04-22", + "last_updated": "2026-04-22", + "modalities": { + "input": [ + "text", + "image", + "audio", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.14, + "output": 0.28 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, + { + "id": "llmtr/mimo/mimo-v2.5-pro", + "name": "MiMo-V2.5-Pro", + "family": "mimo", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-12", + "release_date": "2026-04-22", + "last_updated": "2026-04-22", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.435, + "output": 0.87 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, + { + "id": "llmtr/mistral/voxtral-small", + "name": "Voxtral Small (latest)", + "family": "voxtral", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2025-07-15", + "last_updated": "2025-07-15", + "modalities": { + "input": [ + "text", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.3 + }, + "limit": { + "context": 32000, + "output": 32000 + } + }, + { + "id": "llmtr/muse-glimmer-30b-tr", + "name": "Muse Glimmer 30B (TR)", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.0, + "output": 5.0, + "cache_read": 0.5 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, + { + "id": "llmtr/perplexity/sonar-deep-research", + "name": "Sonar Deep Research", + "family": "sonar", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2025-02-01", + "last_updated": "2025-09-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 8.0 + }, + "limit": { + "context": 128000, + "output": 32768 + } + }, + { + "id": "llmtr/poolside/laguna-xs-2.1", + "name": "Laguna XS 2.1", + "family": "laguna", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-02", + "last_updated": "2026-07-02", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, + { + "id": "llmtr/publicai/apertus-70b-instruct", + "name": "Apertus 70B Instruct", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-09", + "release_date": "2025-09-02", + "last_updated": "2025-09-02", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.82, + "output": 2.92 + }, + "limit": { + "context": 65536, + "output": 8192 + } + }, + { + "id": "llmtr/publicai/apertus-8b-instruct", + "name": "Apertus 8B Instruct", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-09", + "release_date": "2025-09-02", + "last_updated": "2025-09-02", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.2 + }, + "limit": { + "context": 65536, + "output": 8192 + } + }, + { + "id": "llmtr/qwen/qwen-flash", + "name": "Qwen Flash", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-07-28", + "last_updated": "2025-07-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.05, + "output": 0.4 + }, + "limit": { + "context": 1000000, + "output": 32768 + } + }, + { + "id": "llmtr/qwen/qwen-plus", + "name": "Qwen Plus", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2024-01-25", + "last_updated": "2025-09-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.4, + "output": 1.2 + }, + "limit": { + "context": 1000000, + "output": 32768 + } + }, + { + "id": "llmtr/qwen/qwen3-coder-flash", + "name": "Qwen3 Coder Flash", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-07-28", + "last_updated": "2025-07-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 1.5 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, + { + "id": "llmtr/qwen/qwen3-coder-plus", + "name": "Qwen3 Coder Plus", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-07-23", + "last_updated": "2025-07-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.0, + "output": 5.0 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, + { + "id": "llmtr/qwen/qwen3-max", + "name": "Qwen3 Max", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.2, + "output": 6.0 + }, + "limit": { + "context": 256000, + "output": 65536 + } + }, + { + "id": "llmtr/qwen/qwen3-vl-plus", + "name": "Qwen3-VL Plus", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.2, + "output": 1.6 + }, + "limit": { + "context": 256000, + "output": 32768 + } + }, + { + "id": "llmtr/qwen/qwen3.5-397b-a17b", + "name": "Qwen3.5 397B-A17B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-15", + "last_updated": "2026-02-15", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 3.6 + }, + "limit": { + "context": 256000, + "output": 65536 + } + }, + { + "id": "llmtr/qwen/qwen3.5-plus", + "name": "Qwen3.5 Plus", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-02-16", + "last_updated": "2026-02-16", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.4, + "output": 2.4 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, + { + "id": "llmtr/qwen/qwen3.6-flash", + "name": "Qwen3.6 Flash", + "family": "qwen3.6", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-27", + "last_updated": "2026-04-27", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.25, + "output": 1.5 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, + { + "id": "llmtr/qwen/qwen3.6-plus", + "name": "Qwen3.6 Plus", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-04-02", + "last_updated": "2026-04-02", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, + { + "id": "llmtr/qwen/qwen3.7-plus", + "name": "Qwen3.7 Plus", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-04", + "release_date": "2026-06-02", + "last_updated": "2026-06-02", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.4, + "output": 1.6 + }, + "limit": { + "context": 1000000, + "output": 64000 } }, { @@ -81524,7 +92405,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": true, + "tool_call": false, "temperature": true, "release_date": "2026-04-17", "last_updated": "2026-04-17", @@ -81546,18 +92427,139 @@ }, "limit": { "context": 16384, - "output": 65536 + "output": 16384 } }, { - "id": "llmtr/sincap", - "name": "Sincap", - "attachment": false, + "id": "llmtr/sakana/fugu-ultra", + "name": "Fugu Ultra", + "family": "fugu", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-06-15", + "last_updated": "2026-06-15", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 30.0 + }, + "limit": { + "context": 1000000, + "output": 1000000 + } + }, + { + "id": "llmtr/thinkingmachines/inkling", + "name": "Inkling", + "family": "ling", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-15", + "last_updated": "2026-07-15", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.87, + "output": 4.68 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "llmtr/thinkingmachines/inkling-small", + "name": "Inkling Small", + "family": "ling", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-07-30", + "last_updated": "2026-07-30", + "modalities": { + "input": [ + "text", + "image", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.58, + "output": 1.44 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "llmtr/trendyol-asure-12b", + "name": "Trendyol Asure 12B", + "family": "gemma", + "attachment": true, "reasoning": false, "tool_call": false, "temperature": true, - "release_date": "2026-05-05", - "last_updated": "2026-05-05", + "release_date": "2026-02-19", + "last_updated": "2026-02-20", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.5, + "cache_read": 0.025 + }, + "limit": { + "context": 40960, + "output": 40960 + } + }, + { + "id": "llmtr/upstage/solar-pro2", + "name": "Solar Pro 2", + "family": "solar-pro", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03", + "release_date": "2025-05-20", + "last_updated": "2025-05-20", "modalities": { "input": [ "text" @@ -81568,24 +92570,25 @@ }, "open_weights": false, "cost": { - "input": 0.0, - "output": 0.0 + "input": 0.15, + "output": 0.6 }, "limit": { - "context": 128000, + "context": 65536, "output": 8192 } }, { - "id": "llmtr/trendyol-7b", - "name": "Trendyol 7B", - "family": "qwen", + "id": "llmtr/upstage/solar-pro3", + "name": "Solar Pro 3", + "family": "solar-pro", "attachment": false, - "reasoning": false, - "tool_call": false, + "reasoning": true, + "tool_call": true, "temperature": true, - "release_date": "2026-06-06", - "last_updated": "2026-06-06", + "knowledge": "2025-03", + "release_date": "2026-01", + "last_updated": "2026-01", "modalities": { "input": [ "text" @@ -81594,16 +92597,45 @@ "text" ] }, - "open_weights": true, + "open_weights": false, "cost": { - "input": 0.0, - "output": 0.0 + "input": 0.15, + "output": 0.6 }, "limit": { - "context": 32768, + "context": 131072, "output": 8192 } }, + { + "id": "llmtr/upstage/solar-pro4", + "name": "Solar Pro 4", + "family": "solar-pro", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02", + "release_date": "2026-08-06", + "last_updated": "2026-08-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.03, + "output": 0.12 + }, + "limit": { + "context": 524288, + "output": 131072 + } + }, { "id": "lmstudio/openai/gpt-oss-20b", "name": "GPT OSS 20B", @@ -82555,8 +93587,7 @@ "modalities": { "input": [ "text", - "image", - "pdf" + "image" ], "output": [ "text" @@ -83825,6 +94856,40 @@ "output": 65536 } }, + { + "id": "merge-gateway/google/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, { "id": "merge-gateway/google/gemini-embedding-001", "name": "Gemini Embedding 001", @@ -83978,6 +95043,35 @@ "output": 65536 } }, + { + "id": "merge-gateway/meta/llama-3.1-8b-instruct", + "name": "Llama 3.1 8B", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-07-23", + "last_updated": "2024-07-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.22, + "output": 0.22 + }, + "limit": { + "context": 128000, + "output": 2048 + } + }, { "id": "merge-gateway/meta/llama-3.3-70b-instruct", "name": "Llama 3.3 70B Instruct", @@ -84729,6 +95823,34 @@ "output": 262144 } }, + { + "id": "merge-gateway/nvidia/nemotron-3.5-lightning-30b-a3b", + "name": "Nemotron 3.5 Lightning 30B A3B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 1000000, + "output": 262144 + } + }, { "id": "merge-gateway/nvidia/nemotron-nano-9b-v2", "name": "Nemotron Nano 9B", @@ -85848,6 +96970,35 @@ "output": 32768 } }, + { + "id": "merge-gateway/qwen/qwen3-30b-a3b", + "name": "Qwen3 30B A3B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-04-28", + "last_updated": "2025-04-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.108, + "output": 1.076, + "cache_read": 0.0216 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, { "id": "merge-gateway/qwen/qwen3-32b", "name": "Qwen3 32B", @@ -86085,6 +97236,68 @@ "output": 32768 } }, + { + "id": "merge-gateway/qwen/qwen3-vl-235b-a22b-instruct", + "name": "Qwen3-VL 235B A22B Instruct", + "family": "qwen", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.287, + "output": 1.147, + "cache_read": 0.15785 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, + { + "id": "merge-gateway/qwen/qwen3-vl-235b-a22b-thinking", + "name": "Qwen3-VL 235B A22B Thinking", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.287, + "output": 2.867, + "cache_read": 0.0574 + }, + "limit": { + "context": 131072, + "output": 32768 + } + }, { "id": "merge-gateway/qwen/qwen3-vl-plus", "name": "Qwen3-VL Plus", @@ -86120,7 +97333,7 @@ "id": "merge-gateway/qwen/qwen3.5-122b-a10b", "name": "Qwen3.5 122B A10B", "family": "qwen", - "attachment": false, + "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, @@ -86128,7 +97341,8 @@ "last_updated": "2026-02-23", "modalities": { "input": [ - "text" + "text", + "image" ], "output": [ "text" @@ -86141,8 +97355,8 @@ "cache_read": 0.023 }, "limit": { - "context": 131072, - "output": 32768 + "context": 256000, + "output": 64000 } }, { @@ -86179,7 +97393,7 @@ "id": "merge-gateway/qwen/qwen3.5-35b-a3b", "name": "Qwen3.5 35B A3B", "family": "qwen", - "attachment": false, + "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, @@ -86187,7 +97401,8 @@ "last_updated": "2026-02-23", "modalities": { "input": [ - "text" + "text", + "image" ], "output": [ "text" @@ -86200,15 +97415,15 @@ "cache_read": 0.020357 }, "limit": { - "context": 131072, - "output": 32768 + "context": 256000, + "output": 64000 } }, { "id": "merge-gateway/qwen/qwen3.5-397b-a17b", "name": "Qwen3.5 397B A17B", "family": "qwen", - "attachment": false, + "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, @@ -86216,7 +97431,8 @@ "last_updated": "2026-02-15", "modalities": { "input": [ - "text" + "text", + "image" ], "output": [ "text" @@ -86229,8 +97445,8 @@ "cache_read": 0.0344 }, "limit": { - "context": 131072, - "output": 32768 + "context": 256000, + "output": 64000 } }, { @@ -86790,6 +98006,37 @@ "output": 500000 } }, + { + "id": "merge-gateway/xai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.5, + "output": 4.5, + "cache_read": 0.375 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, { "id": "merge-gateway/xai/grok-build-0.1", "name": "Grok Build 0.1", @@ -87128,7 +98375,7 @@ }, { "id": "merge-gateway/zai/glm-5.2", - "name": "GLM 5.2", + "name": "GLM-5.2", "family": "glm", "attachment": false, "reasoning": true, @@ -91095,7 +102342,7 @@ "family": "glm", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2025-12-23", "last_updated": "2025-12-23", "modalities": { @@ -91151,7 +102398,7 @@ "family": "claude", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-05-01", "last_updated": "2026-05-01", "modalities": { @@ -91180,7 +102427,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-05-01", "last_updated": "2026-05-01", "modalities": { @@ -91209,7 +102456,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-05-01", "last_updated": "2026-05-01", "modalities": { @@ -91238,65 +102485,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, - "release_date": "2026-05-01", - "last_updated": "2026-05-01", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Gemma-4-31B-Gemopus", - "name": "Gemma 4 31B Gemopus", - "family": "gemma", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-05-01", - "last_updated": "2026-05-01", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Gemma-4-31B-Musica-v1", - "name": "Gemma 4 31B Musica v1", - "family": "gemma", - "attachment": true, - "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-05-01", "last_updated": "2026-05-01", "modalities": { @@ -91325,7 +102514,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-05-01", "last_updated": "2026-05-01", "modalities": { @@ -91635,7 +102824,7 @@ "family": "nousresearch", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2026-01-07", "last_updated": "2026-01-07", "modalities": { @@ -91741,158 +102930,13 @@ "output": 8192 } }, - { - "id": "nano-gpt/Qwen3.5-27B-Anko", - "name": "Qwen3.5 27B Anko", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-BlueStar-Derestricted", - "name": "Qwen3.5 27B BlueStar Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-BlueStar-Derestricted-Lite", - "name": "Qwen3.5 27B BlueStar Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-BlueStar-v2-Derestricted", - "name": "Qwen3.5 27B BlueStar v2 Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-BlueStar-v2-Derestricted-Lite", - "name": "Qwen3.5 27B BlueStar v2 Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, { "id": "nano-gpt/Qwen3.5-27B-BlueStar-v3-Derestricted", "name": "Qwen3.5 27B BlueStar v3 Derestricted", "family": "qwen3.5", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-04-30", "last_updated": "2026-04-30", "modalities": { @@ -91915,680 +102959,13 @@ "output": 16384 } }, - { - "id": "nano-gpt/Qwen3.5-27B-BlueStar-v3-Derestricted-Lite", - "name": "Qwen3.5 27B BlueStar v3 Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Derestricted", - "name": "Qwen3.5 27B Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-03-17", - "last_updated": "2026-03-17", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Infracelestial", - "name": "Qwen3.5 27B Infracelestial", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Marvin-DPO-V2-Derestricted", - "name": "Qwen3.5 27B Marvin DPO V2 Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Marvin-DPO-V2-Derestricted-Lite", - "name": "Qwen3.5 27B Marvin DPO V2 Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Marvin-V2-Derestricted", - "name": "Qwen3.5 27B Marvin V2 Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Marvin-V2-Derestricted-Lite", - "name": "Qwen3.5 27B Marvin V2 Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Musica-v1", - "name": "Qwen3.5 27B Musica v1", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-03-27", - "last_updated": "2026-03-27", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-NaNovel-Derestricted", - "name": "Qwen3.5 27B NaNovel Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-NaNovel-Derestricted-Lite", - "name": "Qwen3.5 27B NaNovel Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Omega-Evolution-v2.0-Derestricted", - "name": "Qwen3.5 27B Omega Evolution v2.0 Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Omega-Evolution-v2.0-Derestricted-Lite", - "name": "Qwen3.5 27B Omega Evolution v2.0 Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Omega-Evolution-v2.2-Derestricted", - "name": "Qwen3.5 27B Omega Evolution v2.2 Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-05-02", - "last_updated": "2026-05-02", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Omega-Evolution-v2.2-Derestricted-Lite", - "name": "Qwen3.5 27B Omega Evolution v2.2 Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-05-02", - "last_updated": "2026-05-02", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, { "id": "nano-gpt/Qwen3.5-27B-Queen-Derestricted", "name": "Qwen3.5 27B Queen Derestricted", "family": "qwen3.5", "attachment": true, "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Queen-Derestricted-Lite", - "name": "Qwen3.5 27B Queen Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-RpRMax-v1", - "name": "Qwen3.5 27B RpRMax v1", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Vivid-Durian", - "name": "Qwen3.5 27B Vivid Durian", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-03-18", - "last_updated": "2026-03-18", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Writer-Derestricted", - "name": "Qwen3.5 27B Writer Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Writer-Derestricted-Lite", - "name": "Qwen3.5 27B Writer Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Writer-V2-Derestricted", - "name": "Qwen3.5 27B Writer V2 Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-Writer-V2-Derestricted-Lite", - "name": "Qwen3.5 27B Writer V2 Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-06", - "last_updated": "2026-04-06", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-earica-Derestricted", - "name": "Qwen3.5 27B earica Derestricted", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, - "release_date": "2026-04-30", - "last_updated": "2026-04-30", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.306, - "output": 0.306, - "cache_read": 0.153 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/Qwen3.5-27B-earica-Derestricted-Lite", - "name": "Qwen3.5 27B earica Derestricted Lite", - "family": "qwen3.5", - "attachment": true, - "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-04-30", "last_updated": "2026-04-30", "modalities": { @@ -92919,35 +103296,6 @@ "output": 16384 } }, - { - "id": "nano-gpt/TEE/deepseek-v3.1", - "name": "DeepSeek V3.1 TEE", - "family": "deepseek", - "attachment": false, - "reasoning": false, - "tool_call": false, - "temperature": true, - "release_date": "2025-08-21", - "last_updated": "2025-08-21", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 1.0, - "output": 2.5, - "cache_read": 0.5 - }, - "limit": { - "context": 164000, - "output": 8192 - } - }, { "id": "nano-gpt/TEE/deepseek-v3.2", "name": "DeepSeek V3.2 TEE", @@ -92983,8 +103331,8 @@ "name": "DeepSeek V4 Flash TEE", "family": "deepseek-flash", "attachment": false, - "reasoning": false, - "tool_call": false, + "reasoning": true, + "tool_call": true, "temperature": true, "knowledge": "2025-05", "release_date": "2026-04-24", @@ -93008,6 +103356,64 @@ "output": 1048576 } }, + { + "id": "nano-gpt/TEE/deepseek-v4-pro", + "name": "DeepSeek V4 Pro 0813 TEE", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.32, + "output": 3.96, + "cache_read": 0.132 + }, + "limit": { + "context": 1048576, + "output": 1048576 + } + }, + { + "id": "nano-gpt/TEE/deepseek-v4-pro-0813:thinking", + "name": "DeepSeek V4 Pro 0813 Thinking TEE", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.32, + "output": 3.96, + "cache_read": 0.132 + }, + "limit": { + "context": 1048576, + "output": 1048576 + } + }, { "id": "nano-gpt/TEE/gemma-3-27b-it", "name": "Gemma 3 27B TEE", @@ -93100,7 +103506,7 @@ "family": "gemma", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2026-04-04", "last_updated": "2026-04-04", "modalities": { @@ -93114,9 +103520,9 @@ }, "open_weights": true, "cost": { - "input": 0.45, + "input": 0.4, "output": 1.0, - "cache_read": 0.45 + "cache_read": 0.4 }, "limit": { "context": 262144, @@ -93129,7 +103535,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-05-02", "last_updated": "2026-05-02", "modalities": { @@ -93143,9 +103549,9 @@ }, "open_weights": true, "cost": { - "input": 0.45, + "input": 0.4, "output": 1.0, - "cache_read": 0.45 + "cache_read": 0.4 }, "limit": { "context": 262144, @@ -93188,7 +103594,7 @@ "family": "glm", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-07", "last_updated": "2026-04-07", @@ -93387,6 +103793,37 @@ "output": 65536 } }, + { + "id": "nano-gpt/TEE/kimi-k2.7-code", + "name": "Kimi K2.7 Code TEE", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-06-12", + "last_updated": "2026-06-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.95, + "output": 4.0, + "cache_read": 0.19 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, { "id": "nano-gpt/TEE/kimi-k3", "name": "Kimi K3 TEE", @@ -93437,9 +103874,9 @@ }, "open_weights": true, "cost": { - "input": 2.0, - "output": 2.0, - "cache_read": 2.0 + "input": 1.75, + "output": 2.75, + "cache_read": 1.75 }, "limit": { "context": 128000, @@ -93447,18 +103884,20 @@ } }, { - "id": "nano-gpt/TEE/minimax-m2.5", - "name": "MiniMax M2.5 TEE", - "family": "minimax", - "attachment": false, + "id": "nano-gpt/TEE/muse-glimmer-30b", + "name": "Muse Glimmer 30B TEE", + "family": "muse", + "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-02-12", - "last_updated": "2026-02-12", + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", "modalities": { "input": [ - "text" + "text", + "image" ], "output": [ "text" @@ -93466,12 +103905,12 @@ }, "open_weights": true, "cost": { - "input": 0.2, - "output": 1.38, - "cache_read": 0.1 + "input": 0.35, + "output": 1.5, + "cache_read": 0.04 }, "limit": { - "context": 196608, + "context": 131072, "output": 131072 } }, @@ -94126,7 +104565,7 @@ "name": "AionLabs: Aion-2.0", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2026-02-23", "last_updated": "2026-02-23", "modalities": { @@ -94148,39 +104587,12 @@ "output": 32768 } }, - { - "id": "nano-gpt/aion-labs/aion-2.5", - "name": "AionLabs: Aion-2.5", - "attachment": false, - "reasoning": false, - "tool_call": false, - "release_date": "2026-03-20", - "last_updated": "2026-03-20", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 1.0, - "output": 3.0, - "cache_read": 0.35 - }, - "limit": { - "context": 131072, - "output": 32768 - } - }, { "id": "nano-gpt/aion-labs/aion-3.0", "name": "AionLabs: Aion 3.0", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-07-07", "last_updated": "2026-07-07", "modalities": { @@ -94207,7 +104619,7 @@ "name": "AionLabs: Aion 3.0 Mini", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-07-07", "last_updated": "2026-07-07", "modalities": { @@ -94235,7 +104647,7 @@ "family": "llama", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2024-01-01", "last_updated": "2024-07-23", "modalities": { @@ -94263,7 +104675,7 @@ "family": "qwen", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-22", "last_updated": "2026-04-22", @@ -94294,7 +104706,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-22", "last_updated": "2026-04-22", @@ -95134,8 +105546,9 @@ "attachment": false, "reasoning": true, "tool_call": true, + "temperature": true, "release_date": "2026-04-01", - "last_updated": "2026-04-01", + "last_updated": "2026-05-28", "modalities": { "input": [ "text" @@ -95189,7 +105602,7 @@ "family": "auto", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-04-16", "last_updated": "2024-06-01", "modalities": { @@ -95216,7 +105629,7 @@ "family": "auto", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-04-16", "last_updated": "2024-06-01", "modalities": { @@ -95244,7 +105657,7 @@ "family": "auto", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-04-16", "last_updated": "2024-06-01", "modalities": { @@ -95272,7 +105685,7 @@ "family": "auto", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-04-16", "last_updated": "2024-06-01", "modalities": { @@ -95441,7 +105854,7 @@ "family": "kimi-k2", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2024-01-01", "last_updated": "2025-07-11", "modalities": { @@ -95541,6 +105954,37 @@ "output": 16384 } }, + { + "id": "nano-gpt/bytedance-seed/seed-2.0-code", + "name": "ByteDance Seed 2.0 Code", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0, + "cache_read": 0.25 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "nano-gpt/bytedance-seed/seed-2.0-lite", "name": "ByteDance Seed 2.0 Lite", @@ -95548,8 +105992,9 @@ "attachment": false, "reasoning": false, "tool_call": false, - "release_date": "2026-03-10", - "last_updated": "2026-03-10", + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", "modalities": { "input": [ "text" @@ -95569,6 +106014,36 @@ "output": 131072 } }, + { + "id": "nano-gpt/bytedance-seed/seed-2.1-turbo", + "name": "ByteDance Seed 2.1 Turbo", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 2.5, + "cache_read": 0.25 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "nano-gpt/bytedance/doubao-seed-2.1-pro", "name": "Doubao Seed 2.1 Pro", @@ -96802,7 +107277,7 @@ "family": "deepseek", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2025-05-28", "last_updated": "2025-05-28", "modalities": { @@ -96830,7 +107305,7 @@ "family": "deepseek", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-07-26", "last_updated": "2025-07-26", "modalities": { @@ -96915,7 +107390,7 @@ "family": "deepseek-thinking", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2024-01-01", "last_updated": "2025-08-21", "modalities": { @@ -97059,7 +107534,7 @@ "family": "deepseek-thinking", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2024-07", "release_date": "2025-01-20", @@ -97176,7 +107651,8 @@ "attachment": false, "reasoning": false, "tool_call": true, - "release_date": "2024-01-01", + "temperature": true, + "release_date": "2025-03-24", "last_updated": "2025-03-24", "modalities": { "input": [ @@ -97217,8 +107693,8 @@ "open_weights": true, "cost": { "input": 1.1, - "output": 2.2, - "cache_read": 0.11 + "output": 2.5, + "cache_read": 0.04 }, "limit": { "context": 1048576, @@ -97335,66 +107811,10 @@ ] }, "open_weights": true, - "cost": { - "input": 0.07, - "output": 0.14, - "cache_read": 0.014 - }, - "limit": { - "context": 1048576, - "output": 384000 - } - }, - { - "id": "nano-gpt/deepseek/deepseek-v4-flash-0731-cheaper", - "name": "DeepSeek V4 Flash 0731 Cheaper", - "family": "deepseek", - "attachment": false, - "reasoning": true, - "tool_call": true, - "release_date": "2026-08-01", - "last_updated": "2026-08-01", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, "cost": { "input": 0.14, "output": 0.28, - "cache_read": 0.014 - }, - "limit": { - "context": 1048576, - "output": 384000 - } - }, - { - "id": "nano-gpt/deepseek/deepseek-v4-flash-0731-cheaper:thinking", - "name": "DeepSeek V4 Flash 0731 Cheaper (Thinking)", - "family": "deepseek", - "attachment": false, - "reasoning": true, - "tool_call": true, - "release_date": "2026-08-01", - "last_updated": "2026-08-01", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.14, - "output": 0.28, - "cache_read": 0.014 + "cache_read": 0.0028 }, "limit": { "context": 1048576, @@ -97452,9 +107872,9 @@ }, "open_weights": true, "cost": { - "input": 0.07, - "output": 0.14, - "cache_read": 0.014 + "input": 0.14, + "output": 0.28, + "cache_read": 0.0028 }, "limit": { "context": 1048576, @@ -97492,14 +107912,15 @@ } }, { - "id": "nano-gpt/deepseek/deepseek-v4-pro-cheaper", - "name": "DeepSeek V4 Pro Cheaper", - "family": "deepseek", + "id": "nano-gpt/deepseek/deepseek-v4-pro-0813:thinking", + "name": "DeepSeek V4 Pro 0813 Thinking", + "family": "deepseek-thinking", "attachment": false, "reasoning": true, "tool_call": true, - "release_date": "2026-04-25", - "last_updated": "2026-04-25", + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", "modalities": { "input": [ "text" @@ -97508,39 +107929,11 @@ "text" ] }, - "open_weights": true, + "open_weights": false, "cost": { - "input": 0.435, - "output": 0.87, - "cache_read": 0.003625 - }, - "limit": { - "context": 1048576, - "output": 384000 - } - }, - { - "id": "nano-gpt/deepseek/deepseek-v4-pro-cheaper:thinking", - "name": "DeepSeek V4 Pro Cheaper (Thinking)", - "family": "deepseek", - "attachment": false, - "reasoning": true, - "tool_call": true, - "release_date": "2026-04-25", - "last_updated": "2026-04-25", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.435, - "output": 0.87, - "cache_read": 0.003625 + "input": 1.1, + "output": 2.5, + "cache_read": 0.04 }, "limit": { "context": 1048576, @@ -97605,6 +107998,34 @@ "output": 8192 } }, + { + "id": "nano-gpt/dots-studio/dots-3-note-preview", + "name": "Dots3-Note Preview", + "attachment": true, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-15", + "last_updated": "2026-08-15", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.2, + "cache_read": 0.05 + }, + "limit": { + "context": 393216, + "output": 393216 + } + }, { "id": "nano-gpt/doubao-1.5-pro-256k", "name": "Doubao 1.5 Pro 256k", @@ -97743,34 +108164,6 @@ "output": 16384 } }, - { - "id": "nano-gpt/doubao-seed-1.8-251215", - "name": "Doubao Seed 1.8", - "family": "seed", - "attachment": false, - "reasoning": false, - "tool_call": false, - "release_date": "2024-01-01", - "last_updated": "2025-12-15", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.612, - "output": 6.12, - "cache_read": 0.306 - }, - "limit": { - "context": 128000, - "output": 8192 - } - }, { "id": "nano-gpt/doubao-seed-2.0-code-preview-260215", "name": "Doubao Seed 2.0 Code Preview", @@ -97778,6 +108171,7 @@ "attachment": false, "reasoning": false, "tool_call": false, + "temperature": true, "release_date": "2026-02-14", "last_updated": "2026-02-14", "modalities": { @@ -98170,7 +108564,7 @@ "family": "gemini-flash", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2025-01", "release_date": "2025-06-17", @@ -98202,7 +108596,7 @@ "family": "gemini-flash-lite", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2025-01", "release_date": "2025-06-17", @@ -98537,7 +108931,7 @@ "family": "gemini-pro", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2025-01", "release_date": "2025-06-17", @@ -99402,7 +109796,8 @@ "cost": { "input": 1.5, "output": 9.0, - "cache_read": 0.15 + "cache_read": 0.15, + "cache_write": 0.083333 }, "limit": { "context": 1048576, @@ -99469,7 +109864,8 @@ "cost": { "input": 1.5, "output": 9.0, - "cache_read": 0.15 + "cache_read": 0.15, + "cache_write": 0.083333 }, "limit": { "context": 1048576, @@ -99501,9 +109897,45 @@ }, "open_weights": false, "cost": { - "input": 1.5, - "output": 7.5, - "cache_read": 0.15 + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "nano-gpt/google/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.375, + "output": 1.875, + "cache_read": 0.0375, + "cache_write": 0.020833 }, "limit": { "context": 1048576, @@ -99533,9 +109965,10 @@ }, "open_weights": false, "cost": { - "input": 1.5, - "output": 7.5, - "cache_read": 0.15 + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 }, "limit": { "context": 1048756, @@ -99614,7 +110047,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-02", "last_updated": "2026-04-02", @@ -99644,7 +110077,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-02", "last_updated": "2026-04-02", @@ -99674,7 +110107,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-02", "last_updated": "2026-04-02", @@ -99704,7 +110137,7 @@ "family": "gemma", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-02", "last_updated": "2026-04-02", @@ -100154,62 +110587,6 @@ "output": 32768 } }, - { - "id": "nano-gpt/inclusionai/ling-3.0-tiny", - "name": "Ling 3.0 Tiny", - "family": "ling", - "attachment": false, - "reasoning": false, - "tool_call": true, - "release_date": "2026-08-09", - "last_updated": "2026-08-09", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.1, - "output": 0.2, - "cache_read": 0.01 - }, - "limit": { - "context": 262144, - "output": 32768 - } - }, - { - "id": "nano-gpt/inclusionai/ling-3.0-tiny:thinking", - "name": "Ling 3.0 Tiny Thinking", - "family": "ling", - "attachment": false, - "reasoning": true, - "tool_call": true, - "release_date": "2026-08-09", - "last_updated": "2026-08-09", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.1, - "output": 0.2, - "cache_read": 0.01 - }, - "limit": { - "context": 262144, - "output": 32768 - } - }, { "id": "nano-gpt/inclusionai/ring-2.6-1t", "name": "Ring 2.6 1T", @@ -100496,7 +110873,7 @@ "family": "kimi-k2", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-12-15", "last_updated": "2025-07-15", "modalities": { @@ -100631,6 +111008,34 @@ "output": 8192 } }, + { + "id": "nano-gpt/liquid/lfm-2.5-2.6b", + "name": "LFM2.5 2.6B", + "family": "liquid", + "attachment": false, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.2, + "cache_read": 0.05 + }, + "limit": { + "context": 128000, + "output": 32768 + } + }, { "id": "nano-gpt/longcat-2.0", "name": "LongCat 2.0", @@ -100836,7 +111241,9 @@ "attachment": false, "reasoning": false, "tool_call": false, - "release_date": "2024-01-01", + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-07-23", "last_updated": "2024-07-23", "modalities": { "input": [ @@ -100922,7 +111329,7 @@ "family": "llama", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-09-05", "last_updated": "2025-09-05", "modalities": { @@ -100974,6 +111381,37 @@ "output": 65536 } }, + { + "id": "nano-gpt/meta/muse-glimmer-30b", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.35, + "output": 1.5, + "cache_read": 0.04 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, { "id": "nano-gpt/meta/muse-spark-1.1", "name": "Muse Spark 1.1", @@ -101163,8 +111601,9 @@ "attachment": false, "reasoning": false, "tool_call": false, - "release_date": "2025-01-12", - "last_updated": "2026-01-24", + "temperature": true, + "release_date": "2026-01-23", + "last_updated": "2026-01-23", "modalities": { "input": [ "text" @@ -101359,60 +111798,6 @@ "output": 80000 } }, - { - "id": "nano-gpt/mirothinker-1.7-deepresearch", - "name": "MiroThinker 1.7 Deep Research", - "attachment": false, - "reasoning": true, - "tool_call": false, - "release_date": "2026-05-11", - "last_updated": "2026-05-11", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 4.0, - "output": 25.0, - "cache_read": 2.0 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, - { - "id": "nano-gpt/mirothinker-1.7-deepresearch-mini", - "name": "MiroThinker 1.7 Deep Research Mini", - "attachment": false, - "reasoning": true, - "tool_call": false, - "release_date": "2026-05-11", - "last_updated": "2026-05-11", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 1.25, - "output": 10.0, - "cache_read": 0.625 - }, - "limit": { - "context": 262144, - "output": 16384 - } - }, { "id": "nano-gpt/mistral-code", "name": "Mistral Code Latest", @@ -102741,7 +113126,7 @@ "family": "nemotron", "attachment": false, "reasoning": true, - "tool_call": true, + "tool_call": false, "temperature": true, "release_date": "2026-03-01", "last_updated": "2026-03-01", @@ -102770,7 +113155,7 @@ "family": "nemotron", "attachment": false, "reasoning": true, - "tool_call": true, + "tool_call": false, "temperature": true, "release_date": "2026-03-01", "last_updated": "2026-03-01", @@ -102851,6 +113236,64 @@ "output": 65536 } }, + { + "id": "nano-gpt/nvidia/nemotron-3.5-lightning", + "name": "Nvidia Nemotron 3.5 Lightning", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.05, + "output": 0.2, + "cache_read": 0.01 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, + { + "id": "nano-gpt/nvidia/nemotron-3.5-lightning:thinking", + "name": "Nvidia Nemotron 3.5 Lightning Thinking", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.05, + "output": 0.2, + "cache_read": 0.01 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, { "id": "nano-gpt/openai/gpt", "name": "GPT Latest", @@ -103069,7 +113512,7 @@ "family": "gpt", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2023-09", "release_date": "2024-05-13", @@ -103950,7 +114393,7 @@ "family": "gpt-oss", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2025-08-05", "last_updated": "2025-08-05", @@ -104640,7 +115083,7 @@ "family": "qwen3.6", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2026-04-02", "last_updated": "2026-04-02", "modalities": { @@ -104791,8 +115234,9 @@ "attachment": false, "reasoning": false, "tool_call": false, - "release_date": "2025-07-03", - "last_updated": "2025-07-03", + "temperature": true, + "release_date": "2024-11-12", + "last_updated": "2024-11-12", "modalities": { "input": [ "text" @@ -104841,41 +115285,13 @@ "output": 262144 } }, - { - "id": "nano-gpt/qwen/Qwen3-235B-A22B-Instruct-2507-TEE", - "name": "Qwen 3 235b A22B 2507 (TEE)", - "family": "qwen", - "attachment": false, - "reasoning": false, - "tool_call": true, - "release_date": "2025-07-25", - "last_updated": "2025-07-25", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.13, - "output": 0.5, - "cache_read": 0.065 - }, - "limit": { - "context": 256000, - "output": 262144 - } - }, { "id": "nano-gpt/qwen/Qwen3-235B-A22B-Thinking", "name": "Qwen 3 235b A22B 2507 Thinking", "family": "qwen", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-09-11", "last_updated": "2025-09-11", "modalities": { @@ -104962,8 +115378,10 @@ "attachment": true, "reasoning": false, "tool_call": false, - "release_date": "2024-01-01", - "last_updated": "2024-01-01", + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", "modalities": { "input": [ "text", @@ -104990,7 +115408,7 @@ "family": "qwen", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-17", "last_updated": "2026-04-17", @@ -105021,7 +115439,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-04-17", "last_updated": "2026-04-17", @@ -105052,7 +115470,7 @@ "family": "qwen", "attachment": false, "reasoning": false, - "tool_call": false, + "tool_call": true, "release_date": "2025-07-03", "last_updated": "2025-07-03", "modalities": { @@ -105140,8 +115558,9 @@ "attachment": false, "reasoning": false, "tool_call": false, - "release_date": "2025-02-27", - "last_updated": "2025-02-27", + "temperature": true, + "release_date": "2025-04-28", + "last_updated": "2025-04-28", "modalities": { "input": [ "text" @@ -105167,7 +115586,7 @@ "family": "qwen", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2025-04", "release_date": "2025-04", @@ -105376,7 +115795,7 @@ "family": "qwen", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-02-15", "last_updated": "2026-02-15", @@ -105407,7 +115826,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-02-15", "last_updated": "2026-02-15", @@ -105438,7 +115857,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-02-23", "last_updated": "2026-02-23", @@ -105669,11 +116088,14 @@ { "id": "nano-gpt/qwen3-vl-235b-a22b-thinking", "name": "Qwen3 VL 235B A22B Thinking", + "family": "qwen", "attachment": true, "reasoning": true, "tool_call": false, - "release_date": "2025-08-26", - "last_updated": "2025-08-26", + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-09-23", + "last_updated": "2025-09-23", "modalities": { "input": [ "text", @@ -105694,6 +116116,35 @@ "output": 32768 } }, + { + "id": "nano-gpt/qwen3.5-0.8b", + "name": "Qwen3.5 0.8B", + "family": "qwen3.5", + "attachment": true, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-16", + "last_updated": "2026-08-16", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.06, + "output": 0.12, + "cache_read": 0.03 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, { "id": "nano-gpt/qwen3.5-122b-a10b", "name": "Qwen3.5 122B A10B", @@ -105758,7 +116209,7 @@ "family": "qwen", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-02-23", "last_updated": "2026-02-23", @@ -105789,7 +116240,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-02-23", "last_updated": "2026-02-23", @@ -105814,13 +116265,42 @@ "output": 65536 } }, + { + "id": "nano-gpt/qwen3.5-2b", + "name": "Qwen3.5 2B", + "family": "qwen3.5", + "attachment": true, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-16", + "last_updated": "2026-08-16", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.08, + "output": 0.16, + "cache_read": 0.04 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, { "id": "nano-gpt/qwen3.5-35b-a3b", "name": "Qwen3.5 35B A3B", "family": "qwen", "attachment": true, "reasoning": false, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-02-23", "last_updated": "2026-02-23", @@ -105851,7 +116331,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-02-23", "last_updated": "2026-02-23", @@ -105876,6 +116356,35 @@ "output": 65536 } }, + { + "id": "nano-gpt/qwen3.5-4b", + "name": "Qwen3.5 4B", + "family": "qwen3.5", + "attachment": true, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-16", + "last_updated": "2026-08-16", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.2, + "cache_read": 0.05 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, { "id": "nano-gpt/qwen3.5-flash", "name": "Qwen3.5 Flash", @@ -106098,7 +116607,7 @@ "family": "qwen", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-05-21", "last_updated": "2026-05-21", @@ -106128,7 +116637,7 @@ "family": "qwen", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "release_date": "2026-05-21", "last_updated": "2026-05-21", @@ -106158,7 +116667,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2025-04", "release_date": "2026-06-02", @@ -106191,7 +116700,7 @@ "family": "qwen", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2025-04", "release_date": "2026-06-02", @@ -106218,6 +116727,66 @@ "output": 65536 } }, + { + "id": "nano-gpt/qwen3.8-27b", + "name": "Qwen3.8 27B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.2, + "output": 1.4, + "cache_read": 0.04 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, + { + "id": "nano-gpt/qwen3.8-27b:thinking", + "name": "Qwen3.8 27B Thinking", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.2, + "output": 1.4, + "cache_read": 0.04 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, { "id": "nano-gpt/qwen3.8-max", "name": "Qwen3.8 Max", @@ -106251,36 +116820,6 @@ "output": 65536 } }, - { - "id": "nano-gpt/qwen3.8-max-preview", - "name": "Qwen3.8 Max Preview", - "family": "qwen", - "attachment": false, - "reasoning": true, - "tool_call": true, - "temperature": true, - "release_date": "2026-07-19", - "last_updated": "2026-07-19", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 1.5, - "output": 5.0, - "cache_read": 0.15, - "cache_write": 2.0 - }, - "limit": { - "context": 991000, - "output": 64000 - } - }, { "id": "nano-gpt/qwen3.8-max:thinking", "name": "Qwen3.8 Max Thinking", @@ -106520,12 +117059,14 @@ { "id": "nano-gpt/sonar-deep-research", "name": "Perplexity Deep Research", - "family": "sonar-deep-research", + "family": "sonar", "attachment": false, "reasoning": false, "tool_call": false, - "release_date": "2025-02-25", - "last_updated": "2025-02-25", + "temperature": false, + "knowledge": "2025-01", + "release_date": "2025-02-01", + "last_updated": "2025-09-01", "modalities": { "input": [ "text" @@ -106689,91 +117230,6 @@ "output": 8192 } }, - { - "id": "nano-gpt/step-2-16k-exp", - "name": "Step-2 16k Exp", - "family": "step", - "attachment": false, - "reasoning": false, - "tool_call": false, - "release_date": "2024-10-15", - "last_updated": "2024-07-05", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 7.004, - "output": 19.992, - "cache_read": 3.502 - }, - "limit": { - "context": 16000, - "output": 8192 - } - }, - { - "id": "nano-gpt/step-2-mini", - "name": "Step-2 Mini", - "family": "step", - "attachment": false, - "reasoning": false, - "tool_call": false, - "release_date": "2024-10-15", - "last_updated": "2024-07-05", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.2006, - "output": 0.408, - "cache_read": 0.1003 - }, - "limit": { - "context": 8000, - "output": 4096 - } - }, - { - "id": "nano-gpt/step-3", - "name": "Step-3", - "family": "step", - "attachment": true, - "reasoning": false, - "tool_call": false, - "release_date": "2025-07-31", - "last_updated": "2025-07-31", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.2499, - "output": 0.6494, - "cache_read": 0.12495 - }, - "limit": { - "context": 65536, - "output": 8192 - } - }, { "id": "nano-gpt/step-r1-v-mini", "name": "Step R1 V Mini", @@ -107211,6 +117667,66 @@ "output": 128000 } }, + { + "id": "nano-gpt/upstage/solar-pro4", + "name": "Solar Pro 4", + "family": "solar-pro", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02", + "release_date": "2026-08-06", + "last_updated": "2026-08-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.03, + "output": 0.12, + "cache_read": 0.006 + }, + "limit": { + "context": 524288, + "output": 131072 + } + }, + { + "id": "nano-gpt/upstage/solar-pro4:thinking", + "name": "Solar Pro 4 Thinking", + "family": "solar-pro", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02", + "release_date": "2026-08-06", + "last_updated": "2026-08-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.03, + "output": 0.12, + "cache_read": 0.006 + }, + "limit": { + "context": 524288, + "output": 131072 + } + }, { "id": "nano-gpt/venice-uncensored", "name": "Venice Uncensored", @@ -107303,7 +117819,7 @@ "family": "grok", "attachment": true, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-03-31", "last_updated": "2026-03-31", "modalities": { @@ -107386,6 +117902,37 @@ "output": 500000 } }, + { + "id": "nano-gpt/x-ai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, { "id": "nano-gpt/x-ai/grok-build-0.1", "name": "Grok Build 0.1", @@ -108105,7 +118652,7 @@ "family": "glm", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2025-12-11", "last_updated": "2025-12-11", "modalities": { @@ -108170,8 +118717,7 @@ "modalities": { "input": [ "text", - "image", - "video" + "image" ], "output": [ "text" @@ -108311,7 +118857,7 @@ "family": "glm", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "release_date": "2026-01-19", "last_updated": "2026-01-19", "modalities": { @@ -108339,7 +118885,7 @@ "family": "glm-flash", "attachment": false, "reasoning": true, - "tool_call": false, + "tool_call": true, "temperature": true, "knowledge": "2025-04", "release_date": "2026-01-19", @@ -108650,6 +119196,64 @@ "output": 131072 } }, + { + "id": "nano-gpt/zai-org/glm-5.3", + "name": "GLM 5.3 Preview", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.4, + "output": 4.4, + "cache_read": 0.26 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "nano-gpt/zai-org/glm-5.3:thinking", + "name": "GLM 5.3 Preview Thinking", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.4, + "output": 4.4, + "cache_read": 0.26 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, { "id": "nano-gpt/zai-org/glm-5:thinking", "name": "GLM 5 Thinking", @@ -116745,6 +127349,36 @@ "output": 16384 } }, + { + "id": "nvidia/meta/muse-glimmer-30b", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, { "id": "nvidia/microsoft/phi-4-mini-instruct", "name": "Phi-4-Mini", @@ -117850,6 +128484,34 @@ "output": 65536 } }, + { + "id": "nvidia/nvidia/nemotron-3.5-lightning-30b-a3b", + "name": "Nemotron 3.5 Lightning 30B A3B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "nvidia/nvidia/nemotron-content-safety-reasoning-4b", "name": "nemotron-content-safety-reasoning-4b", @@ -118980,6 +129642,39 @@ "output": 128000 } }, + { + "id": "ofox/anthropic/claude-sonnet-4.5", + "name": "Claude Sonnet 4.5 (latest)", + "family": "claude-sonnet", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-07-31", + "release_date": "2025-09-29", + "last_updated": "2025-09-29", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3, + "cache_write": 3.75 + }, + "limit": { + "context": 200000, + "output": 64000 + } + }, { "id": "ofox/anthropic/claude-sonnet-4.6", "name": "Claude Sonnet 4.6", @@ -119107,6 +129802,36 @@ "output": 8192 } }, + { + "id": "ofox/bailian/qwen-plus", + "name": "Qwen Plus", + "family": "qwen", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2024-01-25", + "last_updated": "2025-09-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.12, + "output": 0.29, + "cache_read": 0.023 + }, + "limit": { + "context": 1000000, + "output": 32768 + } + }, { "id": "ofox/bailian/qwen-turbo", "name": "Qwen Turbo", @@ -119351,6 +130076,38 @@ "output": 65536 } }, + { + "id": "ofox/bailian/qwen3.5-35b-a3b", + "name": "Qwen3.5 35B-A3B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-23", + "last_updated": "2026-02-23", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.29, + "output": 1.83, + "cache_read": 0.29 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, { "id": "ofox/bailian/qwen3.5-397b-a17b", "name": "Qwen3.5 397B-A17B", @@ -119720,9 +130477,9 @@ }, "open_weights": true, "cost": { - "input": 0.14, - "output": 0.28, - "cache_read": 0.0028 + "input": 0.44, + "output": 1.32, + "cache_read": 0.014 }, "limit": { "context": 1000000, @@ -119750,9 +130507,9 @@ }, "open_weights": true, "cost": { - "input": 0.45, - "output": 0.88, - "cache_read": 0.0037 + "input": 1.32, + "output": 3.96, + "cache_read": 0.044 }, "limit": { "context": 1000000, @@ -119997,7 +130754,42 @@ "input": 1.5, "output": 9.0, "cache_read": 0.15, - "cache_write": 0.83 + "cache_write": 0.083 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "ofox/google/gemini-3.5-flash-lite", + "name": "Gemini 3.5 Flash Lite", + "family": "gemini-flash-lite", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-07-21", + "last_updated": "2026-07-21", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 2.5, + "cache_read": 0.03, + "cache_write": 0.083 }, "limit": { "context": 1048576, @@ -120039,6 +130831,275 @@ "output": 65536 } }, + { + "id": "ofox/minimax/m2-her", + "name": "MiniMax-M2 Her", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-01-23", + "last_updated": "2026-01-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.3, + "output": 1.2 + }, + "limit": { + "context": 200000, + "output": 131000 + } + }, + { + "id": "ofox/minimax/minimax-m2", + "name": "MiniMax-M2", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-10-27", + "last_updated": "2025-10-27", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.03, + "cache_write": 0.375 + }, + "limit": { + "context": 196608, + "output": 128000 + } + }, + { + "id": "ofox/minimax/minimax-m2.1", + "name": "MiniMax-M2.1", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-12-23", + "last_updated": "2025-12-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.03, + "cache_write": 0.375 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "ofox/minimax/minimax-m2.1-lightning", + "name": "MiniMax-M2.1 Lightning", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-12-23", + "last_updated": "2025-12-23", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 2.4, + "cache_read": 0.03, + "cache_write": 0.375 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "ofox/minimax/minimax-m2.5", + "name": "MiniMax-M2.5", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-12", + "last_updated": "2026-02-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.03, + "cache_write": 0.375 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "ofox/minimax/minimax-m2.5-lightning", + "name": "MiniMax-M2.5 Lightning", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-13", + "last_updated": "2026-02-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 2.4, + "cache_read": 0.03, + "cache_write": 0.375 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "ofox/minimax/minimax-m2.7", + "name": "MiniMax-M2.7", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-03-18", + "last_updated": "2026-03-18", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.06, + "cache_write": 0.375 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "ofox/minimax/minimax-m2.7-highspeed", + "name": "MiniMax-M2.7-highspeed", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-03-18", + "last_updated": "2026-03-18", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 2.4, + "cache_read": 0.06, + "cache_write": 0.375 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "ofox/minimax/minimax-m3", + "name": "MiniMax-M3", + "family": "minimax", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-01", + "last_updated": "2026-06-01", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.6, + "output": 2.4, + "cache_read": 0.12 + }, + "limit": { + "context": 512000, + "output": 128000 + } + }, { "id": "ofox/moonshotai/kimi-k2.5", "name": "Kimi K2.5", @@ -120103,6 +131164,38 @@ "output": 262144 } }, + { + "id": "ofox/moonshotai/kimi-k2.7-code", + "name": "Kimi K2.7 Code", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-06-12", + "last_updated": "2026-06-12", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.95, + "output": 4.0, + "cache_read": 0.19 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "ofox/moonshotai/kimi-k2.7-code-highspeed", "name": "Kimi K2.7 Code Highspeed", @@ -120356,6 +131449,37 @@ "output": 32768 } }, + { + "id": "ofox/openai/gpt-5-nano", + "name": "GPT-5 Nano", + "family": "gpt-nano", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": false, + "knowledge": "2024-05-30", + "release_date": "2025-08-07", + "last_updated": "2025-08-07", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.05, + "output": 0.4, + "cache_read": 0.01 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, { "id": "ofox/openai/gpt-5.1", "name": "GPT-5.1", @@ -120512,6 +131636,70 @@ "output": 128000 } }, + { + "id": "ofox/openai/gpt-5.3-codex", + "name": "GPT-5.3 Codex", + "family": "gpt-codex", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.75, + "output": 14.0, + "cache_read": 0.18 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, + { + "id": "ofox/openai/gpt-5.4", + "name": "GPT-5.4", + "family": "gpt", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-05", + "last_updated": "2026-03-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.5, + "output": 15.0, + "cache_read": 0.25 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, { "id": "ofox/openai/gpt-5.4-mini", "name": "GPT-5.4 mini", @@ -120574,6 +131762,36 @@ "output": 128000 } }, + { + "id": "ofox/openai/gpt-5.4-pro", + "name": "GPT-5.4 Pro", + "family": "gpt-pro", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-03-05", + "last_updated": "2026-03-05", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 30.0, + "output": 180.0 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, { "id": "ofox/openai/gpt-5.5", "name": "GPT-5.5", @@ -120705,6 +131923,379 @@ "output": 128000 } }, + { + "id": "ofox/volcengine/doubao-seed-1.6", + "name": "Seed 1.6", + "family": "seed", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-10-15", + "last_updated": "2025-10-15", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.12, + "output": 0.29, + "cache_read": 0.023 + }, + "limit": { + "context": 256000, + "output": 64000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-1.6-flash", + "name": "Seed 1.6 Flash", + "family": "seed", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-28", + "last_updated": "2025-08-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.03, + "output": 0.22, + "cache_read": 0.0043 + }, + "limit": { + "context": 256000, + "output": 32000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-1.6-vision", + "name": "Seed 1.6 Vision", + "family": "seed", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2025-08-15", + "last_updated": "2025-08-15", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.12, + "output": 1.15, + "cache_read": 0.023 + }, + "limit": { + "context": 256000, + "output": 32000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-1.8", + "name": "Seed 1.8", + "family": "seed", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2025-12-28", + "last_updated": "2025-12-28", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.12, + "output": 0.29, + "cache_read": 0.023 + }, + "limit": { + "context": 256000, + "output": 64000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-2.0-code", + "name": "Seed 2.0 Code", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.67, + "output": 3.36, + "cache_read": 0.14, + "cache_write": 0.0024 + }, + "limit": { + "context": 256000, + "output": 128000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-2.0-lite", + "name": "Seed 2.0 Lite", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.13, + "output": 0.76, + "cache_read": 0.03, + "cache_write": 0.0024 + }, + "limit": { + "context": 256000, + "output": 32000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-2.0-mini", + "name": "Seed 2.0 Mini", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.06, + "output": 0.56, + "cache_read": 0.02, + "cache_write": 0.0024 + }, + "limit": { + "context": 256000, + "output": 32000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-2.0-pro", + "name": "Seed 2.0 Pro", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.67, + "output": 3.36, + "cache_read": 0.14, + "cache_write": 0.0024 + }, + "limit": { + "context": 256000, + "output": 128000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-2.1-pro", + "name": "Seed 2.1 Pro", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-23", + "last_updated": "2026-06-23", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.884, + "output": 4.42, + "cache_read": 0.177, + "cache_write": 0.0025 + }, + "limit": { + "context": 256000, + "output": 256000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-2.1-turbo", + "name": "Seed 2.1 Turbo", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-23", + "last_updated": "2026-06-23", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.442, + "output": 2.212, + "cache_read": 0.085, + "cache_write": 0.0024 + }, + "limit": { + "context": 256000, + "output": 256000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-character", + "name": "Seed Character", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-23", + "last_updated": "2026-06-23", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.177, + "output": 0.884, + "cache_read": 0.024, + "cache_write": 0.0025 + }, + "limit": { + "context": 256000, + "output": 256000 + } + }, + { + "id": "ofox/volcengine/doubao-seed-evolving", + "name": "Seed Evolving", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-23", + "last_updated": "2026-06-23", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.884, + "output": 4.42, + "cache_read": 0.177, + "cache_write": 0.0025 + }, + "limit": { + "context": 256000, + "output": 256000 + } + }, { "id": "ofox/x-ai/grok-4.1-fast", "name": "Grok 4.1 Fast", @@ -122889,7 +134480,7 @@ }, { "id": "opencode-go/deepseek-v4-flash", - "name": "DeepSeek V4 Flash (2x usage)", + "name": "DeepSeek V4 Flash", "family": "deepseek-flash", "attachment": false, "reasoning": true, @@ -122908,9 +134499,9 @@ }, "open_weights": true, "cost": { - "input": 0.07, - "output": 0.14, - "cache_read": 0.0014 + "input": 0.22, + "output": 0.66, + "cache_read": 0.007 }, "limit": { "context": 1000000, @@ -122919,7 +134510,7 @@ }, { "id": "opencode-go/deepseek-v4-pro", - "name": "DeepSeek V4 Pro", + "name": "DeepSeek V4 Pro (New)", "family": "deepseek-thinking", "attachment": false, "reasoning": true, @@ -122938,9 +134529,9 @@ }, "open_weights": true, "cost": { - "input": 0.435, - "output": 0.87, - "cache_read": 0.003625 + "input": 0.66, + "output": 1.98, + "cache_read": 0.022 }, "limit": { "context": 1000000, @@ -123036,6 +134627,35 @@ "output": 131072 } }, + { + "id": "opencode-go/glm-5.3", + "name": "GLM-5.3", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.4, + "output": 4.4, + "cache_read": 0.26 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, { "id": "opencode-go/gpt-5.6-luna", "name": "GPT-5.6 Luna (2x usage)", @@ -124387,6 +136007,40 @@ "output": 65536 } }, + { + "id": "opencode/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.5, + "output": 7.5, + "cache_read": 0.15 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, { "id": "opencode/glm-4.6", "name": "GLM-4.6", @@ -125259,6 +136913,37 @@ "output": 500000 } }, + { + "id": "opencode/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, { "id": "opencode/grok-build-0.1", "name": "Grok Build 0.1", @@ -125328,8 +137013,8 @@ "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-06-26", - "last_updated": "2026-06-26", + "release_date": "2026-07-06", + "last_updated": "2026-07-06", "modalities": { "input": [ "text" @@ -126081,6 +137766,39 @@ "output": 32000 } }, + { + "id": "opencode/muse-spark-1.2", + "name": "Muse Spark 1.2", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-05", + "last_updated": "2026-08-05", + "modalities": { + "input": [ + "text", + "image", + "video", + "pdf", + "audio" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.25, + "output": 4.25, + "cache_read": 0.15 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, { "id": "opencode/nemotron-3-super-free", "name": "Nemotron 3 Super Free", @@ -126141,6 +137859,35 @@ "output": 128000 } }, + { + "id": "opencode/nemotron-3.5-lightning-free", + "name": "Nemotron 3.5 Lightning Free", + "family": "nemotron-free", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "opencode/north-mini-code-free", "name": "North Mini Code Free", @@ -126335,7 +138082,7 @@ "tool_call": true, "temperature": true, "knowledge": "2025-06", - "release_date": "2026-01-28", + "release_date": "2026-01-27", "last_updated": "2026-01-28", "modalities": { "input": [ @@ -126699,8 +138446,8 @@ "output": 5.0 }, "limit": { - "context": 16384, - "output": 2048 + "context": 32768, + "output": 4096 } }, { @@ -127272,7 +139019,7 @@ "tool_call": true, "temperature": true, "release_date": "2026-04-01", - "last_updated": "2026-04-01", + "last_updated": "2026-05-28", "modalities": { "input": [ "text" @@ -127411,15 +139158,45 @@ } }, { - "id": "openrouter/bytedance-seed/seed-2.0-lite", - "name": "Seed-2.0-Lite", + "id": "openrouter/bytedance-seed/seed-2.0-code", + "name": "Seed 2.0 Code", "family": "seed", "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-03-10", - "last_updated": "2026-03-10", + "release_date": "2026-02-14", + "last_updated": "2026-02-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 3.0 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, + { + "id": "openrouter/bytedance-seed/seed-2.0-lite", + "name": "Seed 2.0 Lite", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-14", + "last_updated": "2026-02-14", "modalities": { "input": [ "text", @@ -127442,14 +139219,14 @@ }, { "id": "openrouter/bytedance-seed/seed-2.0-mini", - "name": "Seed-2.0-Mini", + "name": "Seed 2.0 Mini", "family": "seed", "attachment": true, "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-02-26", - "last_updated": "2026-02-26", + "release_date": "2026-02-14", + "last_updated": "2026-02-14", "modalities": { "input": [ "text", @@ -127470,6 +139247,36 @@ "output": 131072 } }, + { + "id": "openrouter/bytedance-seed/seed-2.1-turbo", + "name": "Seed 2.1 Turbo", + "family": "seed", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.5, + "output": 2.5 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, { "id": "openrouter/bytedance/ui-tars-1.5-7b", "name": "UI-TARS 7B ", @@ -127815,7 +139622,7 @@ "output": 2.5 }, "limit": { - "context": 163840, + "context": 64000, "output": 16000 } }, @@ -127870,12 +139677,11 @@ "open_weights": true, "cost": { "input": 0.27, - "output": 1.0, - "cache_read": 0.135 + "output": 1.0 }, "limit": { "context": 163840, - "output": 32768 + "output": 163840 } }, { @@ -127958,13 +139764,13 @@ }, "open_weights": true, "cost": { - "input": 0.14, - "output": 0.28, - "cache_read": 0.028 + "input": 0.0686, + "output": 0.1372, + "cache_read": 0.01372 }, "limit": { "context": 1048576, - "output": 393216 + "output": 384000 } }, { @@ -127988,15 +139794,43 @@ }, "open_weights": true, "cost": { - "input": 0.435, - "output": 0.87, - "cache_read": 0.003625 + "input": 0.66, + "output": 1.98, + "cache_read": 0.022 }, "limit": { "context": 1048576, "output": 384000 } }, + { + "id": "openrouter/dots-studio/dots-3-note-preview:free", + "name": "Dots3-Note Preview (free)", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 512000, + "output": 512000 + } + }, { "id": "openrouter/google/gemini-2.5-flash", "name": "Gemini 2.5 Flash", @@ -128318,8 +140152,8 @@ "last_updated": "2026-05-28", "modalities": { "input": [ - "text", - "image" + "image", + "text" ], "output": [ "text", @@ -128430,7 +140264,7 @@ }, "limit": { "context": 65536, - "output": 65536 + "output": 66000 } }, { @@ -128633,10 +140467,45 @@ }, "open_weights": false, "cost": { - "input": 1.5, - "output": 7.5, - "cache_read": 0.15, - "cache_write": 0.083333 + "input": 0.75, + "output": 3.75, + "cache_read": 0.075, + "cache_write": 0.041667 + }, + "limit": { + "context": 1048576, + "output": 65536 + } + }, + { + "id": "openrouter/google/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.375, + "output": 1.875, + "cache_read": 0.0375, + "cache_write": 0.020833 }, "limit": { "context": 1048576, @@ -128814,13 +140683,12 @@ }, "open_weights": true, "cost": { - "input": 0.12, - "output": 0.4, - "cache_read": 0.05 + "input": 0.07, + "output": 0.34 }, "limit": { "context": 262144, - "output": 262144 + "output": 16384 } }, { @@ -129175,34 +141043,6 @@ "output": 32768 } }, - { - "id": "openrouter/inclusionai/ling-3.0-tiny:free", - "name": "Ling 3.0 Tiny (free)", - "family": "ling", - "attachment": false, - "reasoning": true, - "tool_call": true, - "temperature": true, - "release_date": "2026-08-06", - "last_updated": "2026-08-06", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.0, - "output": 0.0 - }, - "limit": { - "context": 262144, - "output": 32768 - } - }, { "id": "openrouter/inclusionai/ring-2.6-1t", "name": "Ring-2.6-1T", @@ -129319,6 +141159,34 @@ "output": 80000 } }, + { + "id": "openrouter/liquid/lfm-2.5-2.6b:free", + "name": "LFM2.5-2.6B (free)", + "family": "liquid", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 128000, + "output": 8192 + } + }, { "id": "openrouter/mancer/weaver", "name": "Weaver (alpha)", @@ -129408,13 +141276,13 @@ }, { "id": "openrouter/meta-llama/llama-3.1-8b-instruct", - "name": "Llama 3.1 8B Instruct", + "name": "Llama-3.1-8B-Instruct", "family": "llama", "attachment": false, "reasoning": false, "tool_call": true, "temperature": true, - "knowledge": "2023-12-31", + "knowledge": "2023-12", "release_date": "2024-07-23", "last_updated": "2024-07-23", "modalities": { @@ -129621,8 +141489,9 @@ "reasoning": true, "tool_call": true, "temperature": true, - "release_date": "2026-08-09", - "last_updated": "2026-08-09", + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", "modalities": { "input": [ "text", @@ -129855,7 +141724,7 @@ }, { "id": "openrouter/minimax/minimax-m2-her", - "name": "MiniMax M2-her", + "name": "MiniMax-M2 Her", "family": "minimax", "attachment": false, "reasoning": false, @@ -130600,9 +142469,9 @@ }, "open_weights": true, "cost": { - "input": 0.5795, - "output": 2.44, - "cache_read": 0.0976 + "input": 0.5605, + "output": 2.36, + "cache_read": 0.0944 }, "limit": { "context": 262144, @@ -130631,7 +142500,7 @@ }, "open_weights": true, "cost": { - "input": 0.7, + "input": 0.71, "output": 3.5, "cache_read": 0.15 }, @@ -130653,7 +142522,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "video" ], "output": [ "text" @@ -130924,11 +142794,11 @@ "cost": { "input": 0.05, "output": 0.2, - "cache_read": 0.025 + "cache_read": 0.03 }, "limit": { "context": 262144, - "output": 228000 + "output": 262144 } }, { @@ -131132,6 +143002,63 @@ "output": 8192 } }, + { + "id": "openrouter/nvidia/nemotron-3.5-lightning", + "name": "Nemotron 3.5 Lightning 30B A3B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.08, + "output": 0.2, + "cache_read": 0.04 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, + { + "id": "openrouter/nvidia/nemotron-3.5-lightning:free", + "name": "Nemotron 3.5 Lightning (free)", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, { "id": "openrouter/nvidia/nemotron-nano-12b-v2-vl:free", "name": "Nemotron Nano 12B 2 VL (free)", @@ -132245,10 +144172,10 @@ }, "open_weights": false, "cost": { - "input": 0.1, - "output": 0.6, - "cache_read": 0.01, - "cache_write": 0.125 + "input": 0.2, + "output": 1.2, + "cache_read": 0.02, + "cache_write": 0.25 }, "limit": { "context": 1050000, @@ -132278,10 +144205,10 @@ }, "open_weights": false, "cost": { - "input": 0.1, - "output": 0.6, - "cache_read": 0.01, - "cache_write": 0.125 + "input": 0.2, + "output": 1.2, + "cache_read": 0.02, + "cache_write": 0.25 }, "limit": { "context": 1050000, @@ -132311,10 +144238,10 @@ }, "open_weights": false, "cost": { - "input": 5.0, - "output": 30.0, - "cache_read": 0.5, - "cache_write": 6.25 + "input": 2.5, + "output": 15.0, + "cache_read": 0.25, + "cache_write": 3.125 }, "limit": { "context": 1050000, @@ -132344,10 +144271,10 @@ }, "open_weights": false, "cost": { - "input": 5.0, - "output": 30.0, - "cache_read": 0.5, - "cache_write": 6.25 + "input": 2.5, + "output": 15.0, + "cache_read": 0.25, + "cache_write": 3.125 }, "limit": { "context": 1050000, @@ -132377,10 +144304,10 @@ }, "open_weights": false, "cost": { - "input": 1.0, - "output": 6.0, - "cache_read": 0.1, - "cache_write": 1.25 + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 2.5 }, "limit": { "context": 1050000, @@ -132410,10 +144337,10 @@ }, "open_weights": false, "cost": { - "input": 1.0, - "output": 6.0, - "cache_read": 0.1, - "cache_write": 1.25 + "input": 2.0, + "output": 12.0, + "cache_read": 0.2, + "cache_write": 2.5 }, "limit": { "context": 1050000, @@ -132531,8 +144458,9 @@ }, "open_weights": true, "cost": { - "input": 0.037, - "output": 0.17 + "input": 0.03, + "output": 0.17, + "cache_read": 0.03 }, "limit": { "context": 131072, @@ -133433,9 +145361,8 @@ }, "open_weights": false, "cost": { - "input": 0.4, - "output": 1.2, - "cache_write": 0.5 + "input": 0.26, + "output": 0.78 }, "limit": { "context": 1000000, @@ -133464,8 +145391,9 @@ }, "open_weights": true, "cost": { - "input": 0.25, - "output": 0.75 + "input": 0.8, + "output": 1.0, + "cache_read": 0.4 }, "limit": { "context": 128000, @@ -133567,7 +145495,6 @@ "reasoning": true, "tool_call": true, "temperature": true, - "knowledge": "2025-03-31", "release_date": "2025-04-28", "last_updated": "2025-04-28", "modalities": { @@ -133580,12 +145507,12 @@ }, "open_weights": true, "cost": { - "input": 0.12, - "output": 0.5 + "input": 0.13, + "output": 0.52 }, "limit": { "context": 131072, - "output": 16384 + "output": 8192 } }, { @@ -133935,12 +145862,13 @@ }, "open_weights": true, "cost": { - "input": 0.09, - "output": 1.1 + "input": 0.1, + "output": 1.1, + "cache_read": 0.07 }, "limit": { "context": 262144, - "output": 16384 + "output": 262144 } }, { @@ -134055,12 +145983,12 @@ }, "open_weights": true, "cost": { - "input": 0.15, - "output": 0.6 + "input": 0.13, + "output": 0.52 }, "limit": { "context": 262144, - "output": 16384 + "output": 32768 } }, { @@ -134262,12 +146190,13 @@ }, "open_weights": true, "cost": { - "input": 0.14, - "output": 1.0 + "input": 0.225, + "output": 1.8, + "cache_read": 0.225 }, "limit": { "context": 262144, - "output": 262144 + "output": 65536 } }, { @@ -134292,13 +146221,12 @@ }, "open_weights": true, "cost": { - "input": 0.5, - "output": 3.6, - "cache_read": 0.3 + "input": 0.39, + "output": 2.34 }, "limit": { "context": 262144, - "output": 262144 + "output": 65536 } }, { @@ -134445,13 +146373,12 @@ }, "open_weights": true, "cost": { - "input": 0.6, - "output": 3.6, - "cache_read": 0.12 + "input": 0.289, + "output": 2.4 }, "limit": { "context": 262144, - "output": 262144 + "output": 131072 } }, { @@ -134476,7 +146403,7 @@ }, "open_weights": true, "cost": { - "input": 0.15, + "input": 0.14, "output": 1.0, "cache_read": 0.05 }, @@ -134672,6 +146599,66 @@ "output": 131072 } }, + { + "id": "openrouter/qwen/qwen3.8-2.4t-a95b", + "name": "Qwen3.8 2.4T A95B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.25 + }, + "limit": { + "context": 1048576, + "output": 262144 + } + }, + { + "id": "openrouter/qwen/qwen3.8-27b", + "name": "Qwen3.8 27B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.45, + "output": 3.2, + "cache_read": 0.05 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "openrouter/qwen/qwen3.8-max", "name": "Qwen3.8 Max", @@ -134847,6 +146834,36 @@ "output": 128000 } }, + { + "id": "openrouter/sakana/sakana-namazu", + "name": "Sakana Namazu", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.95, + "output": 4.0, + "cache_read": 0.15 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, { "id": "openrouter/sao10k/l3-lunaris-8b", "name": "Llama 3 8B Lunaris", @@ -135071,9 +147088,9 @@ }, "open_weights": true, "cost": { - "input": 0.063, - "output": 0.21, - "cache_read": 0.021 + "input": 0.18, + "output": 0.6, + "cache_read": 0.06 }, "limit": { "context": 262144, @@ -135313,6 +147330,35 @@ "output": 131072 } }, + { + "id": "openrouter/upstage/solar-pro4", + "name": "Solar Pro 4", + "family": "solar", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.03, + "output": 0.12, + "cache_read": 0.006 + }, + "limit": { + "context": 524288, + "output": 131072 + } + }, { "id": "openrouter/writer/palmyra-x5", "name": "Palmyra X5", @@ -135467,6 +147513,38 @@ "output": 500000 } }, + { + "id": "openrouter/x-ai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, { "id": "openrouter/x-ai/grok-build-0.1", "name": "Grok Build 0.1", @@ -135794,13 +147872,13 @@ }, "open_weights": true, "cost": { - "input": 0.95, - "output": 2.55, - "cache_read": 0.2 + "input": 0.6, + "output": 1.92, + "cache_read": 0.12 }, "limit": { "context": 204800, - "output": 131072 + "output": 128000 } }, { @@ -135852,13 +147930,13 @@ }, "open_weights": true, "cost": { - "input": 0.952, - "output": 2.992, - "cache_read": 0.1768 + "input": 0.966, + "output": 3.036, + "cache_read": 0.1794 }, "limit": { "context": 204800, - "output": 131072 + "output": 128000 } }, { @@ -135881,15 +147959,43 @@ }, "open_weights": true, "cost": { - "input": 0.5026, - "output": 1.5796, - "cache_read": 0.09334 + "input": 0.462, + "output": 1.452, + "cache_read": 0.0858 }, "limit": { "context": 1048576, "output": 131072 } }, + { + "id": "openrouter/z-ai/glm-5.2:free", + "name": "GLM 5.2 (free)", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": false, + "temperature": true, + "release_date": "2026-06-13", + "last_updated": "2026-06-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0 + }, + "limit": { + "context": 128000, + "output": 128000 + } + }, { "id": "openrouter/z-ai/glm-5v-turbo", "name": "GLM-5V-Turbo", @@ -136070,13 +148176,13 @@ }, "open_weights": false, "cost": { - "input": 0.0798, - "output": 0.1596, - "cache_read": 0.01596 + "input": 0.0783, + "output": 0.1566, + "cache_read": 0.01566 }, "limit": { - "context": 1048576, - "output": 131072 + "context": 1310720, + "output": 262144 } }, { @@ -136104,10 +148210,10 @@ }, "open_weights": false, "cost": { - "input": 1.5, - "output": 7.5, - "cache_read": 0.15, - "cache_write": 0.083333 + "input": 0.375, + "output": 1.875, + "cache_read": 0.0375, + "cache_write": 0.020833 }, "limit": { "context": 1048576, @@ -136162,7 +148268,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "video" ], "output": [ "text" @@ -136170,13 +148277,13 @@ }, "open_weights": false, "cost": { - "input": 2.8, - "output": 14.0, + "input": 2.6, + "output": 13.0, "cache_read": 0.29 }, "limit": { "context": 1048576, - "output": 1048576 + "output": 974842 } }, { @@ -136202,10 +148309,10 @@ }, "open_weights": false, "cost": { - "input": 5.0, - "output": 30.0, - "cache_read": 0.5, - "cache_write": 6.25 + "input": 2.5, + "output": 15.0, + "cache_read": 0.25, + "cache_write": 3.125 }, "limit": { "context": 1050000, @@ -136268,7 +148375,7 @@ "cost": { "input": 2.0, "output": 6.0, - "cache_read": 0.3 + "cache_read": 0.5 }, "limit": { "context": 500000, @@ -139295,6 +151402,36 @@ "output": 64000 } }, + { + "id": "perplexity-agent/deepseek/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.13, + "output": 0.26, + "cache_read": 0.028 + }, + "limit": { + "context": 1000000, + "output": 384000 + } + }, { "id": "perplexity-agent/google/gemini-2.5-flash", "name": "Gemini 2.5 Flash", @@ -139740,6 +151877,37 @@ "output": 30000 } }, + { + "id": "perplexity-agent/xai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, { "id": "perplexity/sonar", "name": "Sonar", @@ -147025,9 +159193,9 @@ }, "open_weights": true, "cost": { - "input": 0.89, - "output": 1.47, - "cache_read": 0.09 + "input": 0.8897, + "output": 1.4675, + "cache_read": 0.0924 }, "limit": { "context": 8192, @@ -147042,9 +159210,8 @@ "reasoning": true, "tool_call": true, "temperature": true, - "knowledge": "2025-08", - "release_date": "2025-08-04", - "last_updated": "2025-08-14", + "release_date": "2025-08-05", + "last_updated": "2025-08-05", "modalities": { "input": [ "text" @@ -147055,12 +159222,44 @@ }, "open_weights": true, "cost": { - "input": 0.0, - "output": 0.0 + "input": 0.4969, + "output": 1.9644, + "cache_read": 0.0462 }, "limit": { "context": 128000, - "output": 128000 + "output": 32768 + } + }, + { + "id": "privatemode-ai/kimi", + "name": "Kimi (latest)", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-04-21", + "last_updated": "2026-04-21", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.791, + "output": 8.9436, + "cache_read": 0.1733 + }, + "limit": { + "context": 256000, + "output": 262144 } }, { @@ -147085,11 +159284,12 @@ }, "open_weights": true, "cost": { - "input": 0.0, - "output": 0.0 + "input": 1.791, + "output": 8.9436, + "cache_read": 0.1733 }, "limit": { - "context": 262144, + "context": 256000, "output": 262144 } }, @@ -147114,7 +159314,7 @@ }, "open_weights": true, "cost": { - "input": 0.0, + "input": 0.1502, "output": 0.0 }, "limit": { @@ -147142,7 +159342,7 @@ }, "open_weights": true, "cost": { - "input": 0.0, + "input": 0.00462, "output": 0.0 }, "limit": { @@ -147157,10 +159357,8 @@ "attachment": true, "reasoning": false, "tool_call": false, - "temperature": true, - "knowledge": "2023-09", - "release_date": "2023-09-01", - "last_updated": "2023-09-01", + "release_date": "2024-10-01", + "last_updated": "2024-10-01", "modalities": { "input": [ "audio" @@ -147171,11 +159369,11 @@ }, "open_weights": true, "cost": { - "input": 0.0, + "input": 0.01618, "output": 0.0 }, "limit": { - "context": 0, + "context": 448, "output": 4096 } }, @@ -150720,7 +162918,7 @@ "input": 5.5, "output": 27.5, "cache_read": 0.55, - "cache_write": 6.88 + "cache_write": 6.875 }, "limit": { "context": 1000000, @@ -151276,10 +163474,10 @@ }, "open_weights": false, "cost": { - "input": 0.25, - "output": 1.5, - "cache_read": 0.025, - "cache_write": 0.08333 + "input": 0.275, + "output": 1.65, + "cache_read": 0.0275, + "cache_write": 0.091663 }, "limit": { "context": 1048576, @@ -151345,10 +163543,10 @@ }, "open_weights": false, "cost": { - "input": 1.5, - "output": 9.0, - "cache_read": 0.15, - "cache_write": 1.583 + "input": 1.65, + "output": 9.9, + "cache_read": 0.165, + "cache_write": 1.7413 }, "limit": { "context": 1048576, @@ -151389,6 +163587,74 @@ "output": 65535 } }, + { + "id": "requesty/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075 + }, + "limit": { + "context": 1048576, + "output": 65535 + } + }, + { + "id": "requesty/gemini-3.7-flash@eu", + "name": "Gemini 3.7 Flash (EU)", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "video", + "audio", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.825, + "output": 4.125, + "cache_read": 0.0825 + }, + "limit": { + "context": 1048576, + "output": 65535 + } + }, { "id": "requesty/glm-5.2", "name": "GLM-5.2", @@ -152433,6 +164699,122 @@ "output": 32000 } }, + { + "id": "runinfra/Inferact/Qwen3.8-2.4T-A95B-NVFP4", + "name": "Qwen3.8 2.4T A95B (NVFP4)", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.2 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, + { + "id": "runinfra/Qwen/Qwen3.8-27B", + "name": "Qwen3.8 27B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.4, + "cache_read": 0.01 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, + { + "id": "runinfra/deepseek-ai/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.13, + "output": 0.27, + "cache_read": 0.01 + }, + "limit": { + "context": 1048576, + "output": 32768 + } + }, + { + "id": "runinfra/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16", + "name": "Nemotron 3.5 Lightning 30B A3B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.05, + "output": 0.15 + }, + "limit": { + "context": 262144, + "output": 32768 + } + }, { "id": "sakana/fugu", "name": "Fugu", @@ -153602,6 +165984,102 @@ "output": 128000 } }, + { + "id": "sap-ai-core/gpt-5.6-luna", + "name": "gpt-5.6-luna", + "family": "gpt-luna", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.0, + "output": 6.0, + "cache_read": 0.1 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "sap-ai-core/gpt-5.6-sol", + "name": "gpt-5.6-sol", + "family": "gpt-sol", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 30.0, + "cache_read": 0.5 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, + { + "id": "sap-ai-core/gpt-5.6-terra", + "name": "gpt-5.6-terra", + "family": "gpt-terra", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2026-02-16", + "release_date": "2026-07-09", + "last_updated": "2026-07-09", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.5, + "output": 15.0, + "cache_read": 0.25 + }, + "limit": { + "context": 1050000, + "output": 128000 + } + }, { "id": "sap-ai-core/mistralai--mistral-medium-instruct", "name": "mistralai--mistral-medium-instruct", @@ -154316,6 +166794,391 @@ "output": 8192 } }, + { + "id": "scnet-token-plan/DeepSeek-V3.2", + "name": "DeepSeek V3.2", + "family": "deepseek", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-07", + "release_date": "2025-12-01", + "last_updated": "2025-12-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 128000, + "output": 64000 + } + }, + { + "id": "scnet-token-plan/DeepSeek-V4-Flash", + "name": "DeepSeek V4 Flash", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-04-24", + "last_updated": "2026-04-24", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 1000000, + "output": 384000 + } + }, + { + "id": "scnet-token-plan/GLM-5", + "name": "GLM-5", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-12", + "last_updated": "2026-02-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "scnet-token-plan/GLM-5.1", + "name": "GLM-5.1", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-04-07", + "last_updated": "2026-04-07", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 200000, + "output": 131072 + } + }, + { + "id": "scnet-token-plan/GLM-5.2", + "name": "GLM-5.2", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-13", + "last_updated": "2026-06-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, + { + "id": "scnet-token-plan/Kimi-K2.5", + "name": "Kimi K2.5", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-01", + "last_updated": "2026-01", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "scnet-token-plan/Kimi-K2.6", + "name": "Kimi K2.6", + "family": "kimi-k2", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-01", + "release_date": "2026-04-21", + "last_updated": "2026-04-21", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "scnet-token-plan/Kimi-K2.7-Code", + "name": "Kimi K2.7 Code", + "family": "kimi-k2", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-01", + "release_date": "2026-06-12", + "last_updated": "2026-06-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 262144, + "output": 262144 + } + }, + { + "id": "scnet-token-plan/Kimi-K3", + "name": "Kimi K3", + "family": "kimi-k3", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": false, + "release_date": "2026-07-16", + "last_updated": "2026-07-16", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "scnet-token-plan/MiMo-V2.5-Pro", + "name": "MiMo-V2.5-Pro", + "family": "mimo", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-12", + "release_date": "2026-04-22", + "last_updated": "2026-04-22", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 1048576, + "output": 131072 + } + }, + { + "id": "scnet-token-plan/MiniMax-M2.5", + "name": "MiniMax-M2.5", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-12", + "last_updated": "2026-02-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "scnet-token-plan/MiniMax-M2.7", + "name": "MiniMax-M2.7", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-03-18", + "last_updated": "2026-03-18", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 204800, + "output": 131072 + } + }, + { + "id": "scnet-token-plan/MiniMax-M3", + "name": "MiniMax-M3", + "family": "minimax", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-06-01", + "last_updated": "2026-06-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0 + }, + "limit": { + "context": 512000, + "output": 128000 + } + }, { "id": "scx/MiniMax-M2.7", "name": "MiniMax-M2.7", @@ -160467,6 +173330,36 @@ "output": 262144 } }, + { + "id": "tinfoil/deepseek-v4-flash", + "name": "DeepSeek V4 Flash 0731", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-07-31", + "last_updated": "2026-07-31", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.7, + "output": 1.9, + "cache_read": 0.125 + }, + "limit": { + "context": 1048576, + "output": 384000 + } + }, { "id": "tinfoil/gemma4-31b", "name": "Gemma 4 31B IT", @@ -160492,7 +173385,7 @@ "output": 1.0 }, "limit": { - "context": 256000, + "context": 262144, "output": 32768 } }, @@ -160521,7 +173414,7 @@ "cache_read": 0.375 }, "limit": { - "context": 384000, + "context": 393216, "output": 131072 } }, @@ -160550,7 +173443,7 @@ "output": 0.6 }, "limit": { - "context": 131000, + "context": 131072, "output": 32768 } }, @@ -160579,7 +173472,7 @@ "output": 0.6 }, "limit": { - "context": 131000, + "context": 131072, "output": 32768 } }, @@ -160605,11 +173498,11 @@ }, "open_weights": true, "cost": { - "input": 2.0, - "output": 6.0 + "input": 4.0, + "output": 20.0 }, "limit": { - "context": 256000, + "context": 262144, "output": 131072 } }, @@ -160638,7 +173531,7 @@ "output": 2.75 }, "limit": { - "context": 128000, + "context": 131072, "output": 4096 } }, @@ -161933,6 +174826,36 @@ "output": 393215 } }, + { + "id": "umans-ai-coding-plan/umans-deepseek-v4-pro", + "name": "DeepSeek V4 Pro", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0, + "cache_write": 0.0 + }, + "limit": { + "context": 1048576, + "output": 393215 + } + }, { "id": "umans-ai-coding-plan/umans-flash", "name": "Umans Flash", @@ -162182,6 +175105,35 @@ "output": 393215 } }, + { + "id": "umans-ai/umans-deepseek-v4-pro", + "name": "DeepSeek V4 Pro", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.32, + "output": 3.96, + "cache_read": 0.044 + }, + "limit": { + "context": 1048576, + "output": 393215 + } + }, { "id": "umans-ai/umans-flash", "name": "Umans Flash", @@ -163690,6 +176642,36 @@ "output": 32768 } }, + { + "id": "venice/deepseek-v4-flash-0731-fast", + "name": "DeepSeek V4 Flash 0731 Fast", + "family": "deepseek-flash", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-08-09", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.35, + "output": 0.7, + "cache_read": 0.0875 + }, + "limit": { + "context": 1000000, + "output": 32768 + } + }, { "id": "venice/deepseek-v4-pro", "name": "DeepSeek V4 Pro", @@ -163888,6 +176870,39 @@ "output": 65536 } }, + { + "id": "venice/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini-flash", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image", + "audio", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.875, + "output": 9.375, + "cache_read": 0.1875 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, { "id": "venice/gemma-4-uncensored", "name": "Gemma 4 Uncensored", @@ -164124,6 +177139,37 @@ "output": 32000 } }, + { + "id": "venice/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-10", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.27, + "output": 6.8, + "cache_read": 0.57 + }, + "limit": { + "context": 500000, + "output": 200000 + } + }, { "id": "venice/grok-build-0.1", "name": "Grok Build 0.1", @@ -164651,6 +177697,33 @@ "output": 32768 } }, + { + "id": "venice/nvidia-nemotron-3.5-lightning-30b-a3b", + "name": "NVIDIA Nemotron 3.5 Lightning 30B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.25 + }, + "limit": { + "context": 1000000, + "output": 32768 + } + }, { "id": "venice/olafangensan-glm-4.7-flash-heretic", "name": "GLM 4.7 Flash Heretic", @@ -165303,6 +178376,35 @@ "output": 65536 } }, + { + "id": "venice/qwen-3.8-2-4t-a95b", + "name": "Qwen 3.8 2.4T", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-12", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.5, + "output": 7.5, + "cache_read": 0.3125 + }, + "limit": { + "context": 262144, + "output": 65536 + } + }, { "id": "venice/qwen-3.8-max", "name": "Qwen 3.8 Max", @@ -165629,6 +178731,7 @@ "attachment": true, "reasoning": true, "tool_call": true, + "temperature": true, "release_date": "2026-06-28", "last_updated": "2026-07-24", "modalities": { @@ -165732,9 +178835,9 @@ }, "open_weights": true, "cost": { - "input": 0.14, - "output": 0.28, - "cache_read": 0.05 + "input": 0.4, + "output": 2.0, + "cache_read": 0.08 }, "limit": { "context": 1000000, @@ -166808,6 +179911,61 @@ "output": 64000 } }, + { + "id": "vercel/alibaba/qwen3.8-2.4t-a95b", + "name": "Qwen3.8 2.4T A95B", + "family": "qwen", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-03", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.2 + }, + "limit": { + "context": 262144, + "output": 131072 + } + }, + { + "id": "vercel/alibaba/qwen3.8-27b", + "name": "Qwen3.8 27B", + "family": "qwen", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": {}, + "limit": { + "context": 262144, + "output": 262133 + } + }, { "id": "vercel/alibaba/qwen3.8-max", "name": "Qwen 3.8 Max", @@ -167731,7 +180889,7 @@ "text" ] }, - "open_weights": false, + "open_weights": true, "cost": { "input": 0.045, "output": 0.15 @@ -168656,9 +181814,9 @@ }, "open_weights": true, "cost": { - "input": 0.2, - "output": 0.4, - "cache_read": 0.04 + "input": 0.13, + "output": 0.26, + "cache_read": 0.028 }, "limit": { "context": 1000000, @@ -169243,6 +182401,38 @@ "output": 64000 } }, + { + "id": "vercel/google/gemini-3.7-flash", + "name": "Gemini 3.7 Flash", + "family": "gemini", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-03", + "release_date": "2026-08-13", + "last_updated": "2026-08-13", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.75, + "output": 3.75, + "cache_read": 0.075 + }, + "limit": { + "context": 1000000, + "output": 65536 + } + }, { "id": "vercel/google/gemini-embedding-001", "name": "Gemini Embedding 001", @@ -169382,7 +182572,7 @@ "output": 0.4 }, "limit": { - "context": 256000, + "context": 262144, "output": 131072 } }, @@ -169720,30 +182910,6 @@ "output": 32000 } }, - { - "id": "vercel/inclusionai/ling-3.0-tiny-free", - "name": "Ling 3.0 Tiny (Free)", - "family": "ling", - "attachment": false, - "reasoning": true, - "tool_call": true, - "release_date": "2026-08-06", - "last_updated": "2026-08-06", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": {}, - "limit": { - "context": 256000, - "output": 32000 - } - }, { "id": "vercel/interfaze/interfaze-beta", "name": "Interfaze Beta", @@ -170239,6 +183405,37 @@ "output": 4096 } }, + { + "id": "vercel/meta/muse-glimmer-30b", + "name": "Muse Glimmer 30B", + "family": "muse", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-01-04", + "release_date": "2026-08-10", + "last_updated": "2026-08-10", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.35, + "output": 1.5, + "cache_read": 0.04 + }, + "limit": { + "context": 131072, + "output": 131072 + } + }, { "id": "vercel/meta/muse-spark-1.1", "name": "Muse Spark 1.1", @@ -171452,6 +184649,31 @@ "output": 65000 } }, + { + "id": "vercel/nvidia/nemotron-3.5-lightning", + "name": "Nemotron 3.5 Lightning 30B", + "family": "nemotron", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-11", + "last_updated": "2026-08-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": {}, + "limit": { + "context": 262144, + "output": 131072 + } + }, { "id": "vercel/nvidia/nemotron-nano-12b-v2-vl", "name": "Nvidia Nemotron Nano 12B V2 VL", @@ -172472,10 +185694,10 @@ }, "open_weights": false, "cost": { - "input": 5.0, - "output": 30.0, - "cache_read": 0.5, - "cache_write": 6.25 + "input": 2.5, + "output": 15.0, + "cache_read": 0.25, + "cache_write": 3.125 }, "limit": { "context": 1050000, @@ -173672,6 +186894,35 @@ "output": 1000000 } }, + { + "id": "vercel/sakana/namazu", + "name": "Sakana Namazu", + "attachment": true, + "reasoning": true, + "tool_call": true, + "release_date": "2026-08-03", + "last_updated": "2026-08-03", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.95, + "output": 4.0, + "cache_read": 0.15 + }, + "limit": { + "context": 256000, + "output": 256000 + } + }, { "id": "vercel/stepfun/step-3.5-flash", "name": "StepFun 3.5 Flash", @@ -174437,6 +187688,37 @@ "output": 500000 } }, + { + "id": "vercel/xai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, { "id": "vercel/xai/grok-build-0.1", "name": "Grok Build 0.1", @@ -174494,14 +187776,15 @@ } }, { - "id": "vercel/xai/grok-imagine-image-2.0-preview", - "name": "Grok Imagine Image 2.0 Preview", + "id": "vercel/xai/grok-imagine-image-2.0", + "name": "Grok Imagine Image 2.0", "family": "grok", "attachment": false, "reasoning": false, "tool_call": false, - "release_date": "2026-08-08", - "last_updated": "2026-08-08", + "temperature": false, + "release_date": "2026-08-07", + "last_updated": "2026-08-07", "modalities": { "input": [ "text" @@ -174709,8 +187992,7 @@ "modalities": { "input": [ "text", - "image", - "pdf" + "image" ], "output": [ "text" @@ -175389,6 +188671,35 @@ "output": 128000 } }, + { + "id": "vivgrid/glm-5.3", + "name": "GLM-5.3", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.2, + "output": 4.2, + "cache_read": 0.26 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, { "id": "vivgrid/gpt-5-mini", "name": "GPT-5 Mini", @@ -177346,6 +190657,38 @@ "output": 500000 } }, + { + "id": "x-ai/grok-4.6", + "name": "Grok 4.6", + "family": "grok", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2026-02-01", + "release_date": "2026-08-12", + "last_updated": "2026-08-12", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.0, + "output": 6.0, + "cache_read": 0.5 + }, + "limit": { + "context": 500000, + "output": 500000 + } + }, { "id": "x-ai/grok-build-0.1", "name": "Grok Build 0.1", @@ -177405,6 +190748,34 @@ "output": 0 } }, + { + "id": "x-ai/grok-imagine-image-2.0", + "name": "Grok Imagine Image 2.0", + "family": "grok", + "attachment": true, + "reasoning": false, + "tool_call": false, + "temperature": false, + "release_date": "2026-08-07", + "last_updated": "2026-08-07", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "image", + "pdf" + ] + }, + "open_weights": false, + "cost": {}, + "limit": { + "context": 8000, + "output": 0 + } + }, { "id": "x-ai/grok-imagine-image-quality", "name": "Grok Imagine Image Quality", @@ -178802,6 +192173,36 @@ "output": 131072 } }, + { + "id": "zai-coding-plan/glm-5.3", + "name": "GLM-5.3", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0, + "cache_write": 0.0 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, { "id": "zai/glm-4.5", "name": "GLM-4.5", @@ -183122,6 +196523,36 @@ "output": 131072 } }, + { + "id": "zhipuai-coding-plan/glm-5.3", + "name": "GLM-5.3", + "family": "glm", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-08-14", + "last_updated": "2026-08-14", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.0, + "output": 0.0, + "cache_read": 0.0, + "cache_write": 0.0 + }, + "limit": { + "context": 1000000, + "output": 131072 + } + }, { "id": "zhipuai-coding-plan/glm-5v-turbo", "name": "GLM-5V-Turbo", diff --git a/crates/goose-provider-types/src/canonical/data/provider_metadata.json b/crates/goose-provider-types/src/canonical/data/provider_metadata.json index 856a3b223..61703379e 100644 --- a/crates/goose-provider-types/src/canonical/data/provider_metadata.json +++ b/crates/goose-provider-types/src/canonical/data/provider_metadata.json @@ -19,7 +19,7 @@ "env": [ "ABACUS_API_KEY" ], - "model_count": 95 + "model_count": 108 }, { "id": "abliteration-ai", @@ -52,7 +52,7 @@ "env": [ "AIAND_API_KEY" ], - "model_count": 8 + "model_count": 9 }, { "id": "aki-io", @@ -118,7 +118,7 @@ "env": [ "ALIBABA_TOKEN_PLAN_API_KEY" ], - "model_count": 24 + "model_count": 25 }, { "id": "alibaba-token-plan-cn", @@ -129,7 +129,7 @@ "env": [ "ALIBABA_TOKEN_PLAN_API_KEY" ], - "model_count": 24 + "model_count": 25 }, { "id": "ambient", @@ -142,6 +142,17 @@ ], "model_count": 10 }, + { + "id": "amd", + "display_name": "AMD", + "npm": "@ai-sdk/openai-compatible", + "api": "https://developer.amd.com.cn/radeon/api/v1", + "doc": "https://developer.amd.com.cn/radeon/tokenfactory", + "env": [ + "AMD_API_KEY" + ], + "model_count": 1 + }, { "id": "anyapi", "display_name": "AnyAPI", @@ -153,6 +164,17 @@ ], "model_count": 30 }, + { + "id": "arcee", + "display_name": "Arcee", + "npm": "@ai-sdk/openai-compatible", + "api": "https://api.arcee.ai/api/v1", + "doc": "https://docs.arcee.ai", + "env": [ + "ARCEE_API_KEY" + ], + "model_count": 7 + }, { "id": "atomic-chat", "display_name": "Atomic Chat", @@ -195,7 +217,7 @@ "env": [ "BASETEN_API_KEY" ], - "model_count": 18 + "model_count": 19 }, { "id": "berget", @@ -228,7 +250,7 @@ "env": [ "CHUTES_API_KEY" ], - "model_count": 13 + "model_count": 14 }, { "id": "clarifai", @@ -284,7 +306,7 @@ "CLOUDFLARE_ACCOUNT_ID", "CLOUDFLARE_API_KEY" ], - "model_count": 22 + "model_count": 24 }, { "id": "coralbricks", @@ -306,7 +328,7 @@ "env": [ "CORTECS_API_KEY" ], - "model_count": 105 + "model_count": 108 }, { "id": "crof", @@ -328,7 +350,18 @@ "env": [ "CROSSMODEL_API_KEY" ], - "model_count": 49 + "model_count": 51 + }, + { + "id": "crusoe", + "display_name": "Crusoe", + "npm": "@ai-sdk/openai-compatible", + "api": "https://api.inference.crusoecloud.com/v1", + "doc": "https://docs.crusoecloud.com/managed-inference/overview", + "env": [ + "CRUSOE_API_KEY" + ], + "model_count": 8 }, { "id": "daoxe", @@ -373,7 +406,7 @@ "env": [ "DIGITALOCEAN_ACCESS_TOKEN" ], - "model_count": 90 + "model_count": 92 }, { "id": "dinference", @@ -408,6 +441,17 @@ ], "model_count": 4 }, + { + "id": "edenai", + "display_name": "Eden AI", + "npm": "@ai-sdk/openai-compatible", + "api": "https://api.edenai.run/v3", + "doc": "https://docs.edenai.co", + "env": [ + "EDENAI_API_KEY" + ], + "model_count": 232 + }, { "id": "empiriolabs", "display_name": "EmpirioLabs AI", @@ -417,7 +461,7 @@ "env": [ "EMPIRIOLABS_API_KEY" ], - "model_count": 42 + "model_count": 53 }, { "id": "evroc", @@ -450,7 +494,7 @@ "env": [ "FIREWORKS_API_KEY" ], - "model_count": 17 + "model_count": 23 }, { "id": "freemodel", @@ -494,7 +538,7 @@ "env": [ "GITHUB_TOKEN" ], - "model_count": 30 + "model_count": 33 }, { "id": "gmicloud", @@ -538,7 +582,7 @@ "env": [ "HETZNER_API_KEY" ], - "model_count": 1 + "model_count": 4 }, { "id": "hpc-ai", @@ -560,7 +604,7 @@ "env": [ "HF_TOKEN" ], - "model_count": 60 + "model_count": 68 }, { "id": "hyper", @@ -571,7 +615,7 @@ "env": [ "HYPER_API_KEY" ], - "model_count": 24 + "model_count": 26 }, { "id": "iflowcn", @@ -615,7 +659,7 @@ "env": [ "INCEPTRON_API_KEY" ], - "model_count": 6 + "model_count": 5 }, { "id": "inference", @@ -637,7 +681,7 @@ "env": [ "INFERX_API_KEY" ], - "model_count": 6 + "model_count": 12 }, { "id": "infomaniak", @@ -662,6 +706,17 @@ ], "model_count": 17 }, + { + "id": "jalapeno", + "display_name": "Jalapeno Cloud", + "npm": "@ai-sdk/openai-compatible", + "api": "https://api.jalapeno-cloud.ai/v1", + "doc": "https://www.jalapeno-cloud.ai/docs/", + "env": [ + "JALAPENO_API_KEY" + ], + "model_count": 17 + }, { "id": "jiekou", "display_name": "Jiekou.AI", @@ -693,7 +748,7 @@ "env": [ "KILO_API_KEY" ], - "model_count": 346 + "model_count": 360 }, { "id": "kimi-for-coding", @@ -737,7 +792,7 @@ "env": [ "LLMGATEWAY_API_KEY" ], - "model_count": 186 + "model_count": 189 }, { "id": "llmtr", @@ -748,7 +803,7 @@ "env": [ "LLMTR_API_KEY" ], - "model_count": 6 + "model_count": 32 }, { "id": "lmstudio", @@ -979,7 +1034,7 @@ "env": [ "NANO_GPT_API_KEY" ], - "model_count": 618 + "model_count": 595 }, { "id": "nearai", @@ -1057,7 +1112,7 @@ "env": [ "NVIDIA_API_KEY" ], - "model_count": 98 + "model_count": 100 }, { "id": "ofox", @@ -1068,7 +1123,7 @@ "env": [ "OFOX_API_KEY" ], - "model_count": 72 + "model_count": 103 }, { "id": "ollama-cloud", @@ -1090,7 +1145,7 @@ "env": [ "OPENCODE_API_KEY" ], - "model_count": 87 + "model_count": 91 }, { "id": "opencode-go", @@ -1101,7 +1156,7 @@ "env": [ "OPENCODE_API_KEY" ], - "model_count": 24 + "model_count": 25 }, { "id": "orcarouter", @@ -1134,7 +1189,7 @@ "env": [ "PERPLEXITY_API_KEY" ], - "model_count": 20 + "model_count": 22 }, { "id": "pioneer", @@ -1179,7 +1234,7 @@ "PRIVATEMODE_API_KEY", "PRIVATEMODE_ENDPOINT" ], - "model_count": 6 + "model_count": 7 }, { "id": "qihang-ai", @@ -1223,7 +1278,7 @@ "env": [ "REQUESTY_API_KEY" ], - "model_count": 47 + "model_count": 49 }, { "id": "routing-run", @@ -1236,6 +1291,17 @@ ], "model_count": 15 }, + { + "id": "runinfra", + "display_name": "RunInfra", + "npm": "@ai-sdk/openai-compatible", + "api": "https://api.runinfra.ai/v1", + "doc": "https://runinfra.ai/docs", + "env": [ + "RUNINFRA_GATEWAY_KEY" + ], + "model_count": 4 + }, { "id": "sakana", "display_name": "Sakana AI", @@ -1269,6 +1335,17 @@ ], "model_count": 14 }, + { + "id": "scnet-token-plan", + "display_name": "SCNet Token Plan", + "npm": "@ai-sdk/openai-compatible", + "api": "https://api.scnet.cn/api/llm/v1", + "doc": "https://www.scnet.cn/ac/openapi/doc/2.0/moduleapi/plans/token-plan.html", + "env": [ + "SCNET_API_KEY" + ], + "model_count": 13 + }, { "id": "scx", "display_name": "SCX.ai", @@ -1477,7 +1554,7 @@ "env": [ "TINFOIL_API_KEY" ], - "model_count": 7 + "model_count": 8 }, { "id": "trustedrouter", @@ -1499,7 +1576,7 @@ "env": [ "UMANS_AI_API_KEY" ], - "model_count": 7 + "model_count": 8 }, { "id": "umans-ai-coding-plan", @@ -1510,7 +1587,7 @@ "env": [ "UMANS_AI_CODING_PLAN_API_KEY" ], - "model_count": 8 + "model_count": 9 }, { "id": "unorouter", @@ -1543,7 +1620,7 @@ "env": [ "VIVGRID_API_KEY" ], - "model_count": 19 + "model_count": 20 }, { "id": "vultr", @@ -1653,7 +1730,7 @@ "env": [ "ZHIPU_API_KEY" ], - "model_count": 4 + "model_count": 5 }, { "id": "zeldoc", @@ -1708,6 +1785,6 @@ "env": [ "ZHIPU_API_KEY" ], - "model_count": 7 + "model_count": 8 } ] \ No newline at end of file diff --git a/ui/desktop/package.json b/ui/desktop/package.json index 707280b1f..3a761f931 100644 --- a/ui/desktop/package.json +++ b/ui/desktop/package.json @@ -1,7 +1,7 @@ { "name": "goose-app", "productName": "Goose", - "version": "1.46.0", + "version": "1.47.0", "description": "Goose App", "engines": { "node": "^24.10.0",