Fix gemini-robotics-er-1.5-preview name

This commit is contained in:
Sameer Kankute 2026-01-28 21:10:44 +05:30
parent 169c9dae79
commit 1cdda28b6c

View file

@ -3653,10 +3653,9 @@
"max_input_tokens": 128000, "max_input_tokens": 128000,
"max_output_tokens": 16384, "max_output_tokens": 16384,
"max_tokens": 16384, "max_tokens": 16384,
"mode": "chat", "mode": "responses",
"output_cost_per_token": 1.4e-05, "output_cost_per_token": 1.4e-05,
"supported_endpoints": [ "supported_endpoints": [
"/v1/chat/completions",
"/v1/responses" "/v1/responses"
], ],
"supported_modalities": [ "supported_modalities": [
@ -20628,6 +20627,7 @@
"supports_function_calling": true, "supports_function_calling": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_prompt_caching": true, "supports_prompt_caching": true,
"supports_reasoning": true,
"supports_system_messages": true, "supports_system_messages": true,
"max_input_tokens": 1000000, "max_input_tokens": 1000000,
"max_output_tokens": 8192 "max_output_tokens": 8192
@ -20642,6 +20642,7 @@
"supports_function_calling": true, "supports_function_calling": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_prompt_caching": true, "supports_prompt_caching": true,
"supports_reasoning": true,
"supports_system_messages": true, "supports_system_messages": true,
"max_input_tokens": 1000000, "max_input_tokens": 1000000,
"max_output_tokens": 8192 "max_output_tokens": 8192
@ -20656,6 +20657,7 @@
"supports_function_calling": true, "supports_function_calling": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_prompt_caching": true, "supports_prompt_caching": true,
"supports_reasoning": true,
"supports_system_messages": true, "supports_system_messages": true,
"max_input_tokens": 200000, "max_input_tokens": 200000,
"max_output_tokens": 8192 "max_output_tokens": 8192
@ -23540,7 +23542,7 @@
"mode": "chat", "mode": "chat",
"output_cost_per_token": 1.02e-06, "output_cost_per_token": 1.02e-06,
"supports_function_calling": true, "supports_function_calling": true,
"supports_prompt_caching": false, "supports_prompt_caching": true,
"supports_reasoning": true, "supports_reasoning": true,
"supports_tool_choice": true "supports_tool_choice": true
}, },
@ -23892,8 +23894,11 @@
"max_input_tokens": 400000, "max_input_tokens": 400000,
"max_output_tokens": 128000, "max_output_tokens": 128000,
"max_tokens": 128000, "max_tokens": 128000,
"mode": "chat", "mode": "responses",
"output_cost_per_token": 1.4e-05, "output_cost_per_token": 1.4e-05,
"supported_endpoints": [
"/v1/responses"
],
"supported_modalities": [ "supported_modalities": [
"text", "text",
"image" "image"
@ -24232,6 +24237,7 @@
"output_cost_per_token": 1.75e-06, "output_cost_per_token": 1.75e-06,
"source": "https://openrouter.ai/z-ai/glm-4.6", "source": "https://openrouter.ai/z-ai/glm-4.6",
"supports_function_calling": true, "supports_function_calling": true,
"supports_prompt_caching": true,
"supports_reasoning": true, "supports_reasoning": true,
"supports_tool_choice": true "supports_tool_choice": true
}, },
@ -24245,6 +24251,7 @@
"output_cost_per_token": 1.9e-06, "output_cost_per_token": 1.9e-06,
"source": "https://openrouter.ai/z-ai/glm-4.6:exacto", "source": "https://openrouter.ai/z-ai/glm-4.6:exacto",
"supports_function_calling": true, "supports_function_calling": true,
"supports_prompt_caching": true,
"supports_reasoning": true, "supports_reasoning": true,
"supports_tool_choice": true "supports_tool_choice": true
}, },
@ -30883,11 +30890,14 @@
"max_output_tokens": 128000, "max_output_tokens": 128000,
"mode": "chat", "mode": "chat",
"supports_function_calling": true, "supports_function_calling": true,
"supports_prompt_caching": true,
"supports_reasoning": true, "supports_reasoning": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"source": "https://docs.z.ai/guides/overview/pricing" "source": "https://docs.z.ai/guides/overview/pricing"
}, },
"zai/glm-4.6": { "zai/glm-4.6": {
"cache_creation_input_token_cost": 0,
"cache_read_input_token_cost": 1.1e-07,
"input_cost_per_token": 6e-07, "input_cost_per_token": 6e-07,
"output_cost_per_token": 2.2e-06, "output_cost_per_token": 2.2e-06,
"litellm_provider": "zai", "litellm_provider": "zai",
@ -30895,6 +30905,8 @@
"max_output_tokens": 128000, "max_output_tokens": 128000,
"mode": "chat", "mode": "chat",
"supports_function_calling": true, "supports_function_calling": true,
"supports_prompt_caching": true,
"supports_reasoning": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"source": "https://docs.z.ai/guides/overview/pricing" "source": "https://docs.z.ai/guides/overview/pricing"
}, },