diff --git a/crates/forge_repo/src/provider/provider.json b/crates/forge_repo/src/provider/provider.json index 54de3eea65..7495b4c4dc 100644 --- a/crates/forge_repo/src/provider/provider.json +++ b/crates/forge_repo/src/provider/provider.json @@ -3530,16 +3530,6 @@ "url": "https://api.fireworks.ai/inference/v1/chat/completions", "auth_methods": ["api_key"], "models": [ - { - "id": "accounts/fireworks/models/kimi-k2p5", - "name": "Kimi K2.5", - "description": "Kimi K2.5 model", - "context_length": 256000, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text", "image"] - }, { "id": "accounts/fireworks/models/kimi-k2p6", "name": "Kimi K2.6", @@ -3550,55 +3540,6 @@ "supports_reasoning": true, "input_modalities": ["text", "image"] }, - { - "id": "accounts/fireworks/models/kimi-k2-instruct", - "name": "Kimi K2 Instruct", - "description": "Kimi K2 Instruct model", - "context_length": 128000, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "input_modalities": ["text"] - }, - { - "id": "accounts/fireworks/models/kimi-k2-thinking", - "name": "Kimi K2 Thinking", - "description": "Kimi K2 Thinking model", - "context_length": 256000, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, - { - "id": "accounts/fireworks/models/deepseek-v3p1", - "name": "DeepSeek V3.1", - "description": "DeepSeek V3.1 model", - "context_length": 163840, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, - { - "id": "accounts/fireworks/models/minimax-m2p1", - "name": "MiniMax-M2.1", - "description": "MiniMax-M2.1 model", - "context_length": 200000, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, - { - "id": "accounts/fireworks/models/minimax-m2p5", - "name": "MiniMax-M2.5", - "description": "MiniMax-M2.5 model", - "context_length": 196608, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, { "id": "accounts/fireworks/models/gpt-oss-120b", "name": "GPT OSS 120B", @@ -3609,56 +3550,6 @@ "supports_reasoning": true, "input_modalities": ["text"] }, - { - "id": "accounts/fireworks/models/glm-4p7", - "name": "GLM 4.7", - "description": "GLM 4.7 model", - "context_length": 198000, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, - { - "id": "accounts/fireworks/models/deepseek-v3p2", - "name": "DeepSeek V3.2", - "description": "DeepSeek V3.2 model", - "context_length": 160000, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, - { - "id": "accounts/fireworks/models/glm-4p5", - "name": "GLM 4.5", - "description": "GLM 4.5 model", - "context_length": 131072, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, - { - "id": "accounts/fireworks/models/glm-5", - "name": "GLM 5", - "description": "GLM 5 model", - "context_length": 202752, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, - { - "id": "accounts/fireworks/models/glm-4p5-air", - "name": "GLM 4.5 Air", - "description": "GLM 4.5 Air model", - "context_length": 131072, - "tools_supported": true, - "supports_parallel_tool_calls": true, - "supports_reasoning": true, - "input_modalities": ["text"] - }, { "id": "accounts/fireworks/models/gpt-oss-20b", "name": "GPT OSS 20B", @@ -3713,7 +3604,7 @@ "id": "accounts/fireworks/models/kimi-k2p7-code", "name": "Kimi K2.7 Code", "description": "Kimi K2.7 Code model", - "context_length": 262000, + "context_length": 262144, "tools_supported": true, "supports_parallel_tool_calls": true, "supports_reasoning": true, @@ -3748,6 +3639,46 @@ "supports_parallel_tool_calls": true, "supports_reasoning": true, "input_modalities": ["text", "image"] + }, + { + "id": "accounts/fireworks/routers/glm-5p1-fast", + "name": "GLM 5.1 Fast", + "description": "GLM 5.1 Fast model", + "context_length": 202800, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text"] + }, + { + "id": "accounts/fireworks/routers/kimi-k2p7-code-fast", + "name": "Kimi K2.7 Code Fast", + "description": "Kimi K2.7 Code Fast model", + "context_length": 262144, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text", "image"] + }, + { + "id": "accounts/fireworks/routers/kimi-k2p6-turbo", + "name": "Kimi K2.6 Turbo", + "description": "Kimi K2.6 Turbo model", + "context_length": 262144, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text", "image"] + }, + { + "id": "accounts/fireworks/routers/kimi-k2p6-fast", + "name": "Kimi K2.6 Fast", + "description": "Kimi K2.6 Fast model", + "context_length": 262144, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text", "image"] } ] },