Skip to content

Commit a7071cd

Browse files
shzdehmdamitksingh1490forge-code-agent
authored
fix(provider): sync fireworks-ai models with current serverless catalog (#3538)
Co-authored-by: Amit Singh <amitksingh1490@gmail.com> Co-authored-by: ForgeCode <noreply@forgecode.dev>
1 parent 86ce19a commit a7071cd

1 file changed

Lines changed: 41 additions & 110 deletions

File tree

crates/forge_repo/src/provider/provider.json

Lines changed: 41 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -3530,16 +3530,6 @@
35303530
"url": "https://api.fireworks.ai/inference/v1/chat/completions",
35313531
"auth_methods": ["api_key"],
35323532
"models": [
3533-
{
3534-
"id": "accounts/fireworks/models/kimi-k2p5",
3535-
"name": "Kimi K2.5",
3536-
"description": "Kimi K2.5 model",
3537-
"context_length": 256000,
3538-
"tools_supported": true,
3539-
"supports_parallel_tool_calls": true,
3540-
"supports_reasoning": true,
3541-
"input_modalities": ["text", "image"]
3542-
},
35433533
{
35443534
"id": "accounts/fireworks/models/kimi-k2p6",
35453535
"name": "Kimi K2.6",
@@ -3550,55 +3540,6 @@
35503540
"supports_reasoning": true,
35513541
"input_modalities": ["text", "image"]
35523542
},
3553-
{
3554-
"id": "accounts/fireworks/models/kimi-k2-instruct",
3555-
"name": "Kimi K2 Instruct",
3556-
"description": "Kimi K2 Instruct model",
3557-
"context_length": 128000,
3558-
"tools_supported": true,
3559-
"supports_parallel_tool_calls": true,
3560-
"input_modalities": ["text"]
3561-
},
3562-
{
3563-
"id": "accounts/fireworks/models/kimi-k2-thinking",
3564-
"name": "Kimi K2 Thinking",
3565-
"description": "Kimi K2 Thinking model",
3566-
"context_length": 256000,
3567-
"tools_supported": true,
3568-
"supports_parallel_tool_calls": true,
3569-
"supports_reasoning": true,
3570-
"input_modalities": ["text"]
3571-
},
3572-
{
3573-
"id": "accounts/fireworks/models/deepseek-v3p1",
3574-
"name": "DeepSeek V3.1",
3575-
"description": "DeepSeek V3.1 model",
3576-
"context_length": 163840,
3577-
"tools_supported": true,
3578-
"supports_parallel_tool_calls": true,
3579-
"supports_reasoning": true,
3580-
"input_modalities": ["text"]
3581-
},
3582-
{
3583-
"id": "accounts/fireworks/models/minimax-m2p1",
3584-
"name": "MiniMax-M2.1",
3585-
"description": "MiniMax-M2.1 model",
3586-
"context_length": 200000,
3587-
"tools_supported": true,
3588-
"supports_parallel_tool_calls": true,
3589-
"supports_reasoning": true,
3590-
"input_modalities": ["text"]
3591-
},
3592-
{
3593-
"id": "accounts/fireworks/models/minimax-m2p5",
3594-
"name": "MiniMax-M2.5",
3595-
"description": "MiniMax-M2.5 model",
3596-
"context_length": 196608,
3597-
"tools_supported": true,
3598-
"supports_parallel_tool_calls": true,
3599-
"supports_reasoning": true,
3600-
"input_modalities": ["text"]
3601-
},
36023543
{
36033544
"id": "accounts/fireworks/models/gpt-oss-120b",
36043545
"name": "GPT OSS 120B",
@@ -3609,56 +3550,6 @@
36093550
"supports_reasoning": true,
36103551
"input_modalities": ["text"]
36113552
},
3612-
{
3613-
"id": "accounts/fireworks/models/glm-4p7",
3614-
"name": "GLM 4.7",
3615-
"description": "GLM 4.7 model",
3616-
"context_length": 198000,
3617-
"tools_supported": true,
3618-
"supports_parallel_tool_calls": true,
3619-
"supports_reasoning": true,
3620-
"input_modalities": ["text"]
3621-
},
3622-
{
3623-
"id": "accounts/fireworks/models/deepseek-v3p2",
3624-
"name": "DeepSeek V3.2",
3625-
"description": "DeepSeek V3.2 model",
3626-
"context_length": 160000,
3627-
"tools_supported": true,
3628-
"supports_parallel_tool_calls": true,
3629-
"supports_reasoning": true,
3630-
"input_modalities": ["text"]
3631-
},
3632-
{
3633-
"id": "accounts/fireworks/models/glm-4p5",
3634-
"name": "GLM 4.5",
3635-
"description": "GLM 4.5 model",
3636-
"context_length": 131072,
3637-
"tools_supported": true,
3638-
"supports_parallel_tool_calls": true,
3639-
"supports_reasoning": true,
3640-
"input_modalities": ["text"]
3641-
},
3642-
{
3643-
"id": "accounts/fireworks/models/glm-5",
3644-
"name": "GLM 5",
3645-
"description": "GLM 5 model",
3646-
"context_length": 202752,
3647-
"tools_supported": true,
3648-
"supports_parallel_tool_calls": true,
3649-
"supports_reasoning": true,
3650-
"input_modalities": ["text"]
3651-
},
3652-
{
3653-
"id": "accounts/fireworks/models/glm-4p5-air",
3654-
"name": "GLM 4.5 Air",
3655-
"description": "GLM 4.5 Air model",
3656-
"context_length": 131072,
3657-
"tools_supported": true,
3658-
"supports_parallel_tool_calls": true,
3659-
"supports_reasoning": true,
3660-
"input_modalities": ["text"]
3661-
},
36623553
{
36633554
"id": "accounts/fireworks/models/gpt-oss-20b",
36643555
"name": "GPT OSS 20B",
@@ -3713,7 +3604,7 @@
37133604
"id": "accounts/fireworks/models/kimi-k2p7-code",
37143605
"name": "Kimi K2.7 Code",
37153606
"description": "Kimi K2.7 Code model",
3716-
"context_length": 262000,
3607+
"context_length": 262144,
37173608
"tools_supported": true,
37183609
"supports_parallel_tool_calls": true,
37193610
"supports_reasoning": true,
@@ -3748,6 +3639,46 @@
37483639
"supports_parallel_tool_calls": true,
37493640
"supports_reasoning": true,
37503641
"input_modalities": ["text", "image"]
3642+
},
3643+
{
3644+
"id": "accounts/fireworks/routers/glm-5p1-fast",
3645+
"name": "GLM 5.1 Fast",
3646+
"description": "GLM 5.1 Fast model",
3647+
"context_length": 202800,
3648+
"tools_supported": true,
3649+
"supports_parallel_tool_calls": true,
3650+
"supports_reasoning": true,
3651+
"input_modalities": ["text"]
3652+
},
3653+
{
3654+
"id": "accounts/fireworks/routers/kimi-k2p7-code-fast",
3655+
"name": "Kimi K2.7 Code Fast",
3656+
"description": "Kimi K2.7 Code Fast model",
3657+
"context_length": 262144,
3658+
"tools_supported": true,
3659+
"supports_parallel_tool_calls": true,
3660+
"supports_reasoning": true,
3661+
"input_modalities": ["text", "image"]
3662+
},
3663+
{
3664+
"id": "accounts/fireworks/routers/kimi-k2p6-turbo",
3665+
"name": "Kimi K2.6 Turbo",
3666+
"description": "Kimi K2.6 Turbo model",
3667+
"context_length": 262144,
3668+
"tools_supported": true,
3669+
"supports_parallel_tool_calls": true,
3670+
"supports_reasoning": true,
3671+
"input_modalities": ["text", "image"]
3672+
},
3673+
{
3674+
"id": "accounts/fireworks/routers/kimi-k2p6-fast",
3675+
"name": "Kimi K2.6 Fast",
3676+
"description": "Kimi K2.6 Fast model",
3677+
"context_length": 262144,
3678+
"tools_supported": true,
3679+
"supports_parallel_tool_calls": true,
3680+
"supports_reasoning": true,
3681+
"input_modalities": ["text", "image"]
37513682
}
37523683
]
37533684
},

0 commit comments

Comments
 (0)