mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:38:02 +00:00
chore: 同步模型价格数据 (21b8f0c54232cdff482f5d9ff8a060b85d7310cf057bb320cfdf812cf3e8dbc7)
This commit is contained in:
@@ -462,39 +462,45 @@
|
|||||||
"cache_creation_input_token_cost": 1.25e-06,
|
"cache_creation_input_token_cost": 1.25e-06,
|
||||||
"cache_read_input_token_cost": 1e-07,
|
"cache_read_input_token_cost": 1e-07,
|
||||||
"input_cost_per_token": 1e-06,
|
"input_cost_per_token": 1e-06,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock_converse",
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 64000,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 64000,
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"output_cost_per_token": 5e-06,
|
"output_cost_per_token": 5e-06,
|
||||||
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_computer_use": true,
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_pdf_input": true,
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_reasoning": true,
|
"supports_reasoning": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"tool_use_system_prompt_tokens": 346
|
||||||
},
|
},
|
||||||
"anthropic.claude-haiku-4-5@20251001": {
|
"anthropic.claude-haiku-4-5@20251001": {
|
||||||
"cache_creation_input_token_cost": 1.25e-06,
|
"cache_creation_input_token_cost": 1.25e-06,
|
||||||
"cache_read_input_token_cost": 1e-07,
|
"cache_read_input_token_cost": 1e-07,
|
||||||
"input_cost_per_token": 1e-06,
|
"input_cost_per_token": 1e-06,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock_converse",
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 64000,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 64000,
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"output_cost_per_token": 5e-06,
|
"output_cost_per_token": 5e-06,
|
||||||
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_computer_use": true,
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_pdf_input": true,
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_reasoning": true,
|
"supports_reasoning": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"tool_use_system_prompt_tokens": 346
|
||||||
},
|
},
|
||||||
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
||||||
"input_cost_per_token": 3e-06,
|
"input_cost_per_token": 3e-06,
|
||||||
@@ -930,20 +936,23 @@
|
|||||||
"cache_creation_input_token_cost": 1.375e-06,
|
"cache_creation_input_token_cost": 1.375e-06,
|
||||||
"cache_read_input_token_cost": 1.1e-07,
|
"cache_read_input_token_cost": 1.1e-07,
|
||||||
"input_cost_per_token": 1.1e-06,
|
"input_cost_per_token": 1.1e-06,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock_converse",
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 64000,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 64000,
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"output_cost_per_token": 5.5e-06,
|
"output_cost_per_token": 5.5e-06,
|
||||||
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_computer_use": true,
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_pdf_input": true,
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_reasoning": true,
|
"supports_reasoning": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"tool_use_system_prompt_tokens": 346
|
||||||
},
|
},
|
||||||
"apac.anthropic.claude-3-sonnet-20240229-v1:0": {
|
"apac.anthropic.claude-3-sonnet-20240229-v1:0": {
|
||||||
"input_cost_per_token": 3e-06,
|
"input_cost_per_token": 3e-06,
|
||||||
@@ -8597,20 +8606,23 @@
|
|||||||
"cache_read_input_token_cost": 1.1e-07,
|
"cache_read_input_token_cost": 1.1e-07,
|
||||||
"input_cost_per_token": 1.1e-06,
|
"input_cost_per_token": 1.1e-06,
|
||||||
"deprecation_date": "2026-10-15",
|
"deprecation_date": "2026-10-15",
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock_converse",
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 64000,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 64000,
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"output_cost_per_token": 5.5e-06,
|
"output_cost_per_token": 5.5e-06,
|
||||||
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_computer_use": true,
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_pdf_input": true,
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_reasoning": true,
|
"supports_reasoning": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"tool_use_system_prompt_tokens": 346
|
||||||
},
|
},
|
||||||
"eu.anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
"eu.anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
||||||
"input_cost_per_token": 3e-06,
|
"input_cost_per_token": 3e-06,
|
||||||
@@ -13192,12 +13204,13 @@
|
|||||||
"input_cost_per_token": 1.1e-06,
|
"input_cost_per_token": 1.1e-06,
|
||||||
"litellm_provider": "bedrock_converse",
|
"litellm_provider": "bedrock_converse",
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 64000,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 64000,
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"output_cost_per_token": 5.5e-06,
|
"output_cost_per_token": 5.5e-06,
|
||||||
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_computer_use": true,
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_pdf_input": true,
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
@@ -15959,20 +15972,23 @@
|
|||||||
"cache_creation_input_token_cost": 1.375e-06,
|
"cache_creation_input_token_cost": 1.375e-06,
|
||||||
"cache_read_input_token_cost": 1.1e-07,
|
"cache_read_input_token_cost": 1.1e-07,
|
||||||
"input_cost_per_token": 1.1e-06,
|
"input_cost_per_token": 1.1e-06,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock_converse",
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 64000,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 64000,
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"output_cost_per_token": 5.5e-06,
|
"output_cost_per_token": 5.5e-06,
|
||||||
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_computer_use": true,
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_pdf_input": true,
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_reasoning": true,
|
"supports_reasoning": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"tool_use_system_prompt_tokens": 346
|
||||||
},
|
},
|
||||||
"lambda_ai/deepseek-llama3.3-70b": {
|
"lambda_ai/deepseek-llama3.3-70b": {
|
||||||
"input_cost_per_token": 2e-07,
|
"input_cost_per_token": 2e-07,
|
||||||
@@ -21740,20 +21756,23 @@
|
|||||||
"cache_creation_input_token_cost": 1.375e-06,
|
"cache_creation_input_token_cost": 1.375e-06,
|
||||||
"cache_read_input_token_cost": 1.1e-07,
|
"cache_read_input_token_cost": 1.1e-07,
|
||||||
"input_cost_per_token": 1.1e-06,
|
"input_cost_per_token": 1.1e-06,
|
||||||
"litellm_provider": "bedrock",
|
"litellm_provider": "bedrock_converse",
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 64000,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 64000,
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"output_cost_per_token": 5.5e-06,
|
"output_cost_per_token": 5.5e-06,
|
||||||
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
"source": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock",
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_computer_use": true,
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_pdf_input": true,
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
"supports_reasoning": true,
|
"supports_reasoning": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true
|
"supports_tool_choice": true,
|
||||||
|
"supports_vision": true,
|
||||||
|
"tool_use_system_prompt_tokens": 346
|
||||||
},
|
},
|
||||||
"us.anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
"us.anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
||||||
"input_cost_per_token": 3e-06,
|
"input_cost_per_token": 3e-06,
|
||||||
@@ -21911,14 +21930,16 @@
|
|||||||
"input_cost_per_token": 1.1e-06,
|
"input_cost_per_token": 1.1e-06,
|
||||||
"litellm_provider": "bedrock_converse",
|
"litellm_provider": "bedrock_converse",
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 64000,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 64000,
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"output_cost_per_token": 5.5e-06,
|
"output_cost_per_token": 5.5e-06,
|
||||||
"supports_assistant_prefill": true,
|
"supports_assistant_prefill": true,
|
||||||
|
"supports_computer_use": true,
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
"supports_pdf_input": true,
|
"supports_pdf_input": true,
|
||||||
"supports_prompt_caching": true,
|
"supports_prompt_caching": true,
|
||||||
|
"supports_reasoning": true,
|
||||||
"supports_response_schema": true,
|
"supports_response_schema": true,
|
||||||
"supports_tool_choice": true,
|
"supports_tool_choice": true,
|
||||||
"supports_vision": true,
|
"supports_vision": true,
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
fbe2b64c2a3c4a7499608868e33cd3b96b0f8d9465f0c06f39c4bc3fdf235de6
|
21b8f0c54232cdff482f5d9ff8a060b85d7310cf057bb320cfdf812cf3e8dbc7
|
||||||
|
|||||||
Reference in New Issue
Block a user