From 8607c49ea1877f28b6586be9c2e7f2be95391982 Mon Sep 17 00:00:00 2001 From: IToSSc Date: Tue, 15 Sep 2026 14:16:20 +0800 Subject: [PATCH] feat: add aihubmix provider pricing entries Add 72 model price entries for the aihubmix openai_like provider so cost tracking and budgets work for aihubmix/* model calls. The provider is already registered in llms/openai_like/providers.json but model_prices_and_context_window.json had zero entries for it. The Anthropic-family entries (claude-fable-5, claude-haiku-4-5, claude-opus-4-8, claude-opus-5, claude-sonnet-5) carry the same supports_adaptive_thinking, thinking_always_on, supports_sampling_params, and prompt_cache_min_tokens flags already used by this repo's other Anthropic re-exports (azure_ai, databricks, openrouter, and so on) for the same underlying models, since those flags gate request shapes the provider otherwise rejects with a 400. TASK-2BK38Y --- ...odel_prices_and_context_window_backup.json | 1125 +++++++++++++++++ model_prices_and_context_window.json | 1125 +++++++++++++++++ 2 files changed, 2250 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 9f91cf82f41..c870e9c2255 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -66038,5 +66038,1130 @@ "mode": "chat", "output_cost_per_token": 8e-06, "source": "https://api.together.ai/v1/models" + }, + "aihubmix/agnes-2.5-flash": { + "input_cost_per_token": 3e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 512000, + "max_output_tokens": 65500, + "max_tokens": 65500, + "mode": "chat", + "output_cost_per_token": 1.5e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/agnes-2.5-pro": { + "cache_read_input_token_cost": 3.78e-09, + "input_cost_per_token": 4.5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 9e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/cc-glm-5.1": { + "input_cost_per_token": 6e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 200000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 2.2e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/claude-fable-5": { + "cache_read_input_token_cost": 1.1e-06, + "cache_creation_input_token_cost": 1.375e-05, + "input_cost_per_token": 1.1e-05, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 5.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "prompt_cache_min_tokens": 512, + "supports_adaptive_thinking": true, + "thinking_always_on": true, + "supports_sampling_params": false + }, + "aihubmix/claude-haiku-4-5": { + "cache_read_input_token_cost": 1.1e-07, + "cache_creation_input_token_cost": 1.375e-06, + "input_cost_per_token": 1.1e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 200000, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 5.5e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "prompt_cache_min_tokens": 4096 + }, + "aihubmix/claude-opus-4-8-think": { + "cache_read_input_token_cost": 5e-07, + "cache_creation_input_token_cost": 6.25e-06, + "input_cost_per_token": 5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "prompt_cache_min_tokens": 1024, + "supports_adaptive_thinking": true, + "supports_sampling_params": false + }, + "aihubmix/claude-opus-5": { + "cache_read_input_token_cost": 5e-07, + "cache_creation_input_token_cost": 6.25e-06, + "input_cost_per_token": 5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true, + "supports_adaptive_thinking": true, + "prompt_cache_min_tokens": 512, + "supports_sampling_params": false + }, + "aihubmix/claude-sonnet-5": { + "cache_read_input_token_cost": 2e-07, + "cache_creation_input_token_cost": 2.5e-06, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "prompt_cache_min_tokens": 1024, + "supports_adaptive_thinking": true, + "supports_sampling_params": false + }, + "aihubmix/coding-glm-5.3": { + "cache_read_input_token_cost": 1.5e-08, + "input_cost_per_token": 6e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 2.2e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/coding-kimi-k3": { + "cache_read_input_token_cost": 6.6e-08, + "input_cost_per_token": 4.4e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 1048576, + "max_tokens": 1048576, + "mode": "chat", + "output_cost_per_token": 1.61333e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/coding-xiaomi-mimo-v2-omni": { + "cache_read_input_token_cost": 1.6e-08, + "input_cost_per_token": 8e-08, + "litellm_provider": "aihubmix", + "mode": "chat", + "output_cost_per_token": 4e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/coding-xiaomi-mimo-v2.5": { + "cache_read_input_token_cost": 1.6e-09, + "input_cost_per_token": 8e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 1.6e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/coding-xiaomi-mimo-v2.5-pro": { + "cache_read_input_token_cost": 1.6e-09, + "input_cost_per_token": 2e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 4e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/command-a-plus-05-2026": { + "input_cost_per_token": 2.5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 128000, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 1e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/deepseek-v4-flash": { + "cache_read_input_token_cost": 2.84e-08, + "input_cost_per_token": 1.42e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 384000, + "max_tokens": 384000, + "mode": "chat", + "output_cost_per_token": 2.84e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/deepseek-v4-pro": { + "cache_read_input_token_cost": 1.4027e-07, + "input_cost_per_token": 1.69e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 384000, + "max_tokens": 384000, + "mode": "chat", + "output_cost_per_token": 3.38e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/doubao-seed-2-0-code-preview": { + "cache_read_input_token_cost": 9.644e-08, + "input_cost_per_token": 4.822e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.411e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/doubao-seed-2-0-lite-260428": { + "cache_read_input_token_cost": 1.8082e-08, + "input_cost_per_token": 9.041e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 5.4246e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/doubao-seed-2-0-mini": { + "cache_read_input_token_cost": 6.027e-09, + "input_cost_per_token": 3.0136e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 3.0136e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/doubao-seed-2-0-pro": { + "cache_read_input_token_cost": 9.644e-08, + "input_cost_per_token": 4.822e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.411e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/doubao-seed-2-1-turbo": { + "cache_read_input_token_cost": 9.295e-08, + "input_cost_per_token": 4.6475e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 256000, + "max_tokens": 256000, + "mode": "chat", + "output_cost_per_token": 2.32375e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/ernie-5.1": { + "cache_read_input_token_cost": 5.634e-07, + "input_cost_per_token": 5.634e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 119000, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 2.5353e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_reasoning": true + }, + "aihubmix/gemini-3-flash-preview": { + "cache_read_input_token_cost": 5e-08, + "input_cost_per_token": 5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 3e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3-flash-preview-search": { + "cache_read_input_token_cost": 5e-08, + "input_cost_per_token": 5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 3e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3.1-pro-preview": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 1.2e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3.1-pro-preview-customtools": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 1.2e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3.5-flash-lite": { + "cache_read_input_token_cost": 3e-08, + "input_cost_per_token": 3e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 2.499999e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3.7-flash": { + "cache_read_input_token_cost": 7.5e-08, + "input_cost_per_token": 7.5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 3.75e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemma-4-26b-a4b-it": { + "input_cost_per_token": 1.4e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 131100, + "max_tokens": 131100, + "mode": "chat", + "output_cost_per_token": 3.9998e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/gemma-4-31b-it": { + "input_cost_per_token": 1.4e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 131100, + "max_tokens": 131100, + "mode": "chat", + "output_cost_per_token": 3.9998e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/glm-5.2-fast-preview": { + "cache_read_input_token_cost": 5.635e-07, + "input_cost_per_token": 2.254e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 7.889e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/glm-5.3": { + "cache_read_input_token_cost": 2.817e-07, + "input_cost_per_token": 1.1268e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.9438e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/glm-5.3-flash": { + "cache_read_input_token_cost": 2.817e-08, + "input_cost_per_token": 1.1268e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.9438e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/glm-5v-turbo": { + "cache_read_input_token_cost": 1.69008e-07, + "input_cost_per_token": 7.042e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 200000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.09848e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/gpt-5.3-codex": { + "cache_read_input_token_cost": 1.75e-07, + "input_cost_per_token": 1.75e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.4e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/gpt-5.4-high": { + "cache_read_input_token_cost": 2.5e-07, + "input_cost_per_token": 2.5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.4-low": { + "cache_read_input_token_cost": 2.5e-07, + "input_cost_per_token": 2.5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.4-mini": { + "cache_read_input_token_cost": 7.5e-08, + "input_cost_per_token": 7.5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 4.5e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.4-nano": { + "cache_read_input_token_cost": 2e-08, + "input_cost_per_token": 2e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.25e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.5": { + "cache_read_input_token_cost": 5e-07, + "input_cost_per_token": 5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 3e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.5-pro": { + "input_cost_per_token": 3e-05, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 0.00018, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.6-luna": { + "cache_read_input_token_cost": 2e-08, + "cache_creation_input_token_cost": 2.5e-07, + "input_cost_per_token": 2e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.2e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/gpt-5.6-sol-disc": { + "cache_read_input_token_cost": 4e-07, + "cache_creation_input_token_cost": 5e-06, + "input_cost_per_token": 4e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/gpt-5.6-terra": { + "cache_read_input_token_cost": 2e-07, + "cache_creation_input_token_cost": 2.5e-06, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.2e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/gpt-chat-latest": { + "cache_read_input_token_cost": 5e-07, + "input_cost_per_token": 5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 3e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/grok-4-20-non-reasoning": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "mode": "chat", + "output_cost_per_token": 6e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/grok-4-20-reasoning": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "mode": "chat", + "output_cost_per_token": 6e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/grok-4.6": { + "cache_read_input_token_cost": 5e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 500000, + "max_output_tokens": 500000, + "max_tokens": 500000, + "mode": "chat", + "output_cost_per_token": 6e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/grok-build-0.1": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 1e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 256000, + "max_tokens": 256000, + "mode": "chat", + "output_cost_per_token": 2e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/hy3": { + "cache_read_input_token_cost": 3.905e-08, + "input_cost_per_token": 1.562e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 6.248e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_web_search": true + }, + "aihubmix/hy4-preview": { + "cache_read_input_token_cost": 4.225e-08, + "input_cost_per_token": 8.45e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 2.535e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_web_search": true + }, + "aihubmix/kimi-k2.6": { + "cache_read_input_token_cost": 1.60835e-07, + "input_cost_per_token": 9.5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 32768, + "max_tokens": 32768, + "mode": "chat", + "output_cost_per_token": 3.9995e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/kimi-k2.7-code-highspeed": { + "cache_read_input_token_cost": 3.2167e-07, + "input_cost_per_token": 1.9e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 32768, + "max_tokens": 32768, + "mode": "chat", + "output_cost_per_token": 7.999e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/kimi-k3": { + "cache_read_input_token_cost": 3e-07, + "input_cost_per_token": 3e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 1048576, + "max_tokens": 1048576, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/longcat-2.0": { + "cache_read_input_token_cost": 1.5492e-08, + "input_cost_per_token": 7.746e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.0984e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true + }, + "aihubmix/mai-thinking-1": { + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 8e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/mimo-v2-omni": { + "cache_read_input_token_cost": 8.8e-08, + "input_cost_per_token": 4.4e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "mode": "chat", + "output_cost_per_token": 2.2e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/mimo-v2-pro": { + "cache_read_input_token_cost": 2.2e-07, + "input_cost_per_token": 1.1e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "mode": "chat", + "output_cost_per_token": 3.3e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_web_search": true + }, + "aihubmix/minimax-m2.7": { + "cache_read_input_token_cost": 5.916e-08, + "input_cost_per_token": 2.958e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 204800, + "max_output_tokens": 204800, + "max_tokens": 204800, + "mode": "chat", + "output_cost_per_token": 1.1832e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/minimax-m3": { + "input_cost_per_token": 2.88e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 524288, + "max_tokens": 524288, + "mode": "chat", + "output_cost_per_token": 1.152e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/muse-spark-1.2": { + "input_cost_per_token": 1.375e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "mode": "chat", + "output_cost_per_token": 4.675e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/qwen3-coder-next": { + "input_cost_per_token": 1.37e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 5.48e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_response_schema": true + }, + "aihubmix/qwen3.5-122b-a10b": { + "input_cost_per_token": 1.126e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 9.008e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.5-397b-a17b": { + "input_cost_per_token": 1.644e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 9.864e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.6-27b": { + "input_cost_per_token": 4.22e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 2.532e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.6-35b-a3b": { + "input_cost_per_token": 2.54e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 1.524e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.6-max-preview": { + "cache_read_input_token_cost": 1.268e-07, + "cache_creation_input_token_cost": 1.585e-06, + "input_cost_per_token": 1.268e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 7.608e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_web_search": true + }, + "aihubmix/qwen3.7-plus": { + "cache_read_input_token_cost": 5.64e-08, + "cache_creation_input_token_cost": 3.525e-07, + "input_cost_per_token": 2.82e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 1.128e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.8-2.4t-a95b": { + "cache_read_input_token_cost": 5e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 6e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_web_search": true + }, + "aihubmix/qwen3.8-flash": { + "cache_read_input_token_cost": 1.4075e-08, + "cache_creation_input_token_cost": 1.75937e-07, + "input_cost_per_token": 1.126e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.80025e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.8-max": { + "cache_read_input_token_cost": 1.69e-07, + "cache_creation_input_token_cost": 2.1125e-06, + "input_cost_per_token": 1.69e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 5.07e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/step-3.7-flash": { + "cache_read_input_token_cost": 4.4e-08, + "input_cost_per_token": 2.2e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "mode": "chat", + "output_cost_per_token": 1.32e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_vision": true } } diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 9f91cf82f41..c870e9c2255 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -66038,5 +66038,1130 @@ "mode": "chat", "output_cost_per_token": 8e-06, "source": "https://api.together.ai/v1/models" + }, + "aihubmix/agnes-2.5-flash": { + "input_cost_per_token": 3e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 512000, + "max_output_tokens": 65500, + "max_tokens": 65500, + "mode": "chat", + "output_cost_per_token": 1.5e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/agnes-2.5-pro": { + "cache_read_input_token_cost": 3.78e-09, + "input_cost_per_token": 4.5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 9e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/cc-glm-5.1": { + "input_cost_per_token": 6e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 200000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 2.2e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/claude-fable-5": { + "cache_read_input_token_cost": 1.1e-06, + "cache_creation_input_token_cost": 1.375e-05, + "input_cost_per_token": 1.1e-05, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 5.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "prompt_cache_min_tokens": 512, + "supports_adaptive_thinking": true, + "thinking_always_on": true, + "supports_sampling_params": false + }, + "aihubmix/claude-haiku-4-5": { + "cache_read_input_token_cost": 1.1e-07, + "cache_creation_input_token_cost": 1.375e-06, + "input_cost_per_token": 1.1e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 200000, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 5.5e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "prompt_cache_min_tokens": 4096 + }, + "aihubmix/claude-opus-4-8-think": { + "cache_read_input_token_cost": 5e-07, + "cache_creation_input_token_cost": 6.25e-06, + "input_cost_per_token": 5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "prompt_cache_min_tokens": 1024, + "supports_adaptive_thinking": true, + "supports_sampling_params": false + }, + "aihubmix/claude-opus-5": { + "cache_read_input_token_cost": 5e-07, + "cache_creation_input_token_cost": 6.25e-06, + "input_cost_per_token": 5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true, + "supports_adaptive_thinking": true, + "prompt_cache_min_tokens": 512, + "supports_sampling_params": false + }, + "aihubmix/claude-sonnet-5": { + "cache_read_input_token_cost": 2e-07, + "cache_creation_input_token_cost": 2.5e-06, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "prompt_cache_min_tokens": 1024, + "supports_adaptive_thinking": true, + "supports_sampling_params": false + }, + "aihubmix/coding-glm-5.3": { + "cache_read_input_token_cost": 1.5e-08, + "input_cost_per_token": 6e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 2.2e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/coding-kimi-k3": { + "cache_read_input_token_cost": 6.6e-08, + "input_cost_per_token": 4.4e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 1048576, + "max_tokens": 1048576, + "mode": "chat", + "output_cost_per_token": 1.61333e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/coding-xiaomi-mimo-v2-omni": { + "cache_read_input_token_cost": 1.6e-08, + "input_cost_per_token": 8e-08, + "litellm_provider": "aihubmix", + "mode": "chat", + "output_cost_per_token": 4e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/coding-xiaomi-mimo-v2.5": { + "cache_read_input_token_cost": 1.6e-09, + "input_cost_per_token": 8e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 1.6e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/coding-xiaomi-mimo-v2.5-pro": { + "cache_read_input_token_cost": 1.6e-09, + "input_cost_per_token": 2e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 4e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/command-a-plus-05-2026": { + "input_cost_per_token": 2.5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 128000, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 1e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/deepseek-v4-flash": { + "cache_read_input_token_cost": 2.84e-08, + "input_cost_per_token": 1.42e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 384000, + "max_tokens": 384000, + "mode": "chat", + "output_cost_per_token": 2.84e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/deepseek-v4-pro": { + "cache_read_input_token_cost": 1.4027e-07, + "input_cost_per_token": 1.69e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 384000, + "max_tokens": 384000, + "mode": "chat", + "output_cost_per_token": 3.38e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/doubao-seed-2-0-code-preview": { + "cache_read_input_token_cost": 9.644e-08, + "input_cost_per_token": 4.822e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.411e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/doubao-seed-2-0-lite-260428": { + "cache_read_input_token_cost": 1.8082e-08, + "input_cost_per_token": 9.041e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 5.4246e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/doubao-seed-2-0-mini": { + "cache_read_input_token_cost": 6.027e-09, + "input_cost_per_token": 3.0136e-08, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 3.0136e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/doubao-seed-2-0-pro": { + "cache_read_input_token_cost": 9.644e-08, + "input_cost_per_token": 4.822e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2.411e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/doubao-seed-2-1-turbo": { + "cache_read_input_token_cost": 9.295e-08, + "input_cost_per_token": 4.6475e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 256000, + "max_tokens": 256000, + "mode": "chat", + "output_cost_per_token": 2.32375e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/ernie-5.1": { + "cache_read_input_token_cost": 5.634e-07, + "input_cost_per_token": 5.634e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 119000, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 2.5353e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_reasoning": true + }, + "aihubmix/gemini-3-flash-preview": { + "cache_read_input_token_cost": 5e-08, + "input_cost_per_token": 5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 3e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3-flash-preview-search": { + "cache_read_input_token_cost": 5e-08, + "input_cost_per_token": 5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 3e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3.1-pro-preview": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 1.2e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3.1-pro-preview-customtools": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 1.2e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3.5-flash-lite": { + "cache_read_input_token_cost": 3e-08, + "input_cost_per_token": 3e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 2.499999e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemini-3.7-flash": { + "cache_read_input_token_cost": 7.5e-08, + "input_cost_per_token": 7.5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 3.75e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gemma-4-26b-a4b-it": { + "input_cost_per_token": 1.4e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 131100, + "max_tokens": 131100, + "mode": "chat", + "output_cost_per_token": 3.9998e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/gemma-4-31b-it": { + "input_cost_per_token": 1.4e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 131100, + "max_tokens": 131100, + "mode": "chat", + "output_cost_per_token": 3.9998e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/glm-5.2-fast-preview": { + "cache_read_input_token_cost": 5.635e-07, + "input_cost_per_token": 2.254e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 7.889e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/glm-5.3": { + "cache_read_input_token_cost": 2.817e-07, + "input_cost_per_token": 1.1268e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.9438e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/glm-5.3-flash": { + "cache_read_input_token_cost": 2.817e-08, + "input_cost_per_token": 1.1268e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.9438e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/glm-5v-turbo": { + "cache_read_input_token_cost": 1.69008e-07, + "input_cost_per_token": 7.042e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 200000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.09848e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/gpt-5.3-codex": { + "cache_read_input_token_cost": 1.75e-07, + "input_cost_per_token": 1.75e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.4e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/gpt-5.4-high": { + "cache_read_input_token_cost": 2.5e-07, + "input_cost_per_token": 2.5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.4-low": { + "cache_read_input_token_cost": 2.5e-07, + "input_cost_per_token": 2.5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.4-mini": { + "cache_read_input_token_cost": 7.5e-08, + "input_cost_per_token": 7.5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 4.5e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.4-nano": { + "cache_read_input_token_cost": 2e-08, + "input_cost_per_token": 2e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.25e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.5": { + "cache_read_input_token_cost": 5e-07, + "input_cost_per_token": 5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 3e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.5-pro": { + "input_cost_per_token": 3e-05, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 0.00018, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/gpt-5.6-luna": { + "cache_read_input_token_cost": 2e-08, + "cache_creation_input_token_cost": 2.5e-07, + "input_cost_per_token": 2e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.2e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/gpt-5.6-sol-disc": { + "cache_read_input_token_cost": 4e-07, + "cache_creation_input_token_cost": 5e-06, + "input_cost_per_token": 4e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 2e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/gpt-5.6-terra": { + "cache_read_input_token_cost": 2e-07, + "cache_creation_input_token_cost": 2.5e-06, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1050000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 1.2e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/gpt-chat-latest": { + "cache_read_input_token_cost": 5e-07, + "input_cost_per_token": 5e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 400000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 3e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/grok-4-20-non-reasoning": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "mode": "chat", + "output_cost_per_token": 6e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/grok-4-20-reasoning": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "mode": "chat", + "output_cost_per_token": 6e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/grok-4.6": { + "cache_read_input_token_cost": 5e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 500000, + "max_output_tokens": 500000, + "max_tokens": 500000, + "mode": "chat", + "output_cost_per_token": 6e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/grok-build-0.1": { + "cache_read_input_token_cost": 2e-07, + "input_cost_per_token": 1e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 256000, + "max_tokens": 256000, + "mode": "chat", + "output_cost_per_token": 2e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/hy3": { + "cache_read_input_token_cost": 3.905e-08, + "input_cost_per_token": 1.562e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 6.248e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_web_search": true + }, + "aihubmix/hy4-preview": { + "cache_read_input_token_cost": 4.225e-08, + "input_cost_per_token": 8.45e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 2.535e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_web_search": true + }, + "aihubmix/kimi-k2.6": { + "cache_read_input_token_cost": 1.60835e-07, + "input_cost_per_token": 9.5e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 32768, + "max_tokens": 32768, + "mode": "chat", + "output_cost_per_token": 3.9995e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/kimi-k2.7-code-highspeed": { + "cache_read_input_token_cost": 3.2167e-07, + "input_cost_per_token": 1.9e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 32768, + "max_tokens": 32768, + "mode": "chat", + "output_cost_per_token": 7.999e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/kimi-k3": { + "cache_read_input_token_cost": 3e-07, + "input_cost_per_token": 3e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "max_output_tokens": 1048576, + "max_tokens": 1048576, + "mode": "chat", + "output_cost_per_token": 1.5e-05, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/longcat-2.0": { + "cache_read_input_token_cost": 1.5492e-08, + "input_cost_per_token": 7.746e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.0984e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true + }, + "aihubmix/mai-thinking-1": { + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "max_output_tokens": 64000, + "max_tokens": 64000, + "mode": "chat", + "output_cost_per_token": 8e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/mimo-v2-omni": { + "cache_read_input_token_cost": 8.8e-08, + "input_cost_per_token": 4.4e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "mode": "chat", + "output_cost_per_token": 2.2e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/mimo-v2-pro": { + "cache_read_input_token_cost": 2.2e-07, + "input_cost_per_token": 1.1e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "mode": "chat", + "output_cost_per_token": 3.3e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_web_search": true + }, + "aihubmix/minimax-m2.7": { + "cache_read_input_token_cost": 5.916e-08, + "input_cost_per_token": 2.958e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 204800, + "max_output_tokens": 204800, + "max_tokens": 204800, + "mode": "chat", + "output_cost_per_token": 1.1832e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true + }, + "aihubmix/minimax-m3": { + "input_cost_per_token": 2.88e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 524288, + "max_tokens": 524288, + "mode": "chat", + "output_cost_per_token": 1.152e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true + }, + "aihubmix/muse-spark-1.2": { + "input_cost_per_token": 1.375e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1048576, + "mode": "chat", + "output_cost_per_token": 4.675e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_vision": true + }, + "aihubmix/qwen3-coder-next": { + "input_cost_per_token": 1.37e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 5.48e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_response_schema": true + }, + "aihubmix/qwen3.5-122b-a10b": { + "input_cost_per_token": 1.126e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 9.008e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.5-397b-a17b": { + "input_cost_per_token": 1.644e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 9.864e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.6-27b": { + "input_cost_per_token": 4.22e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 2.532e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.6-35b-a3b": { + "input_cost_per_token": 2.54e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 1.524e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.6-max-preview": { + "cache_read_input_token_cost": 1.268e-07, + "cache_creation_input_token_cost": 1.585e-06, + "input_cost_per_token": 1.268e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 262144, + "max_output_tokens": 65536, + "max_tokens": 65536, + "mode": "chat", + "output_cost_per_token": 7.608e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_web_search": true + }, + "aihubmix/qwen3.7-plus": { + "cache_read_input_token_cost": 5.64e-08, + "cache_creation_input_token_cost": 3.525e-07, + "input_cost_per_token": 2.82e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 1.128e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.8-2.4t-a95b": { + "cache_read_input_token_cost": 5e-07, + "input_cost_per_token": 2e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 6e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_web_search": true + }, + "aihubmix/qwen3.8-flash": { + "cache_read_input_token_cost": 1.4075e-08, + "cache_creation_input_token_cost": 1.75937e-07, + "input_cost_per_token": 1.126e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 3.80025e-07, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/qwen3.8-max": { + "cache_read_input_token_cost": 1.69e-07, + "cache_creation_input_token_cost": 2.1125e-06, + "input_cost_per_token": 1.69e-06, + "litellm_provider": "aihubmix", + "max_input_tokens": 1000000, + "max_output_tokens": 131072, + "max_tokens": 131072, + "mode": "chat", + "output_cost_per_token": 5.07e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_function_calling": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_vision": true, + "supports_web_search": true + }, + "aihubmix/step-3.7-flash": { + "cache_read_input_token_cost": 4.4e-08, + "input_cost_per_token": 2.2e-07, + "litellm_provider": "aihubmix", + "max_input_tokens": 256000, + "mode": "chat", + "output_cost_per_token": 1.32e-06, + "source": "https://aihubmix.com/api/v1/models", + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_vision": true } }