|
817 | 817 | "response_type": "OpenAI", |
818 | 818 | "url": "https://api.z.ai/api/paas/v4/chat/completions", |
819 | 819 | "models": [ |
| 820 | + { |
| 821 | + "id": "glm-5.2", |
| 822 | + "name": "GLM-5.2", |
| 823 | + "description": "Flagship foundation model built for long-horizon tasks with truly usable 1M-token context, delivering stable long-task execution and reliable adherence to engineering standards", |
| 824 | + "context_length": 1048576, |
| 825 | + "tools_supported": true, |
| 826 | + "supports_parallel_tool_calls": true, |
| 827 | + "supports_reasoning": true, |
| 828 | + "input_modalities": ["text"] |
| 829 | + }, |
820 | 830 | { |
821 | 831 | "id": "glm-5.1", |
822 | 832 | "name": "GLM-5.1", |
|
3451 | 3461 | "response_type": "OpenAI", |
3452 | 3462 | "url": "https://api.novita.ai/openai/v1/chat/completions", |
3453 | 3463 | "models": [ |
| 3464 | + { |
| 3465 | + "id": "zai-org/glm-5.2", |
| 3466 | + "name": "GLM-5.2", |
| 3467 | + "description": "GLM-5.2 is Z.AI's latest flagship model, meticulously engineered for long-horizon autonomous tasks with 1M context window and 128K maximum output", |
| 3468 | + "context_length": 1048576, |
| 3469 | + "tools_supported": true, |
| 3470 | + "supports_parallel_tool_calls": true, |
| 3471 | + "supports_reasoning": true, |
| 3472 | + "input_modalities": ["text"] |
| 3473 | + }, |
3454 | 3474 | { |
3455 | 3475 | "id": "zai-org/glm-5.1", |
3456 | 3476 | "name": "GLM-5.1", |
|
3679 | 3699 | "supports_reasoning": true, |
3680 | 3700 | "input_modalities": ["text"] |
3681 | 3701 | }, |
| 3702 | + { |
| 3703 | + "id": "accounts/fireworks/models/glm-5p2", |
| 3704 | + "name": "GLM 5.2", |
| 3705 | + "description": "GLM 5.2 model", |
| 3706 | + "context_length": 1048576, |
| 3707 | + "tools_supported": true, |
| 3708 | + "supports_parallel_tool_calls": true, |
| 3709 | + "supports_reasoning": true, |
| 3710 | + "input_modalities": ["text"] |
| 3711 | + }, |
3682 | 3712 | { |
3683 | 3713 | "id": "accounts/fireworks/models/kimi-k2p7-code", |
3684 | 3714 | "name": "Kimi K2.7 Code", |
|
0 commit comments