mirror of https://github.com/aliasrobotics/cai.git
53 lines
1.8 KiB
JSON
53 lines
1.8 KiB
JSON
{
|
|
"alias0": {
|
|
"max_tokens": 128000,
|
|
"max_input_tokens": 200000,
|
|
"max_output_tokens": 128000,
|
|
"input_cost_per_token": 0.000005,
|
|
"output_cost_per_token": 0.000005,
|
|
"cache_creation_input_token_cost": 0.000005,
|
|
"cache_read_input_token_cost": 0.0000005,
|
|
"search_context_cost_per_query": {
|
|
"search_context_size_low": 1e-2,
|
|
"search_context_size_medium": 1e-2,
|
|
"search_context_size_high": 1e-2
|
|
},
|
|
"litellm_provider": "openai",
|
|
"mode": "chat",
|
|
"supports_function_calling": true,
|
|
"supports_vision": true,
|
|
"tool_use_system_prompt_tokens": 159,
|
|
"supports_assistant_prefill": true,
|
|
"supports_pdf_input": true,
|
|
"supports_prompt_caching": true,
|
|
"supports_response_schema": true,
|
|
"deprecation_date": "2026-02-01",
|
|
"supports_tool_choice": true
|
|
},
|
|
"alias0-fast": {
|
|
"max_tokens": 64000,
|
|
"max_input_tokens": 100000,
|
|
"max_output_tokens": 64000,
|
|
"input_cost_per_token": 0.000005,
|
|
"output_cost_per_token": 0.000005,
|
|
"cache_creation_input_token_cost": 0.000005,
|
|
"cache_read_input_token_cost": 0.0000005,
|
|
"search_context_cost_per_query": {
|
|
"search_context_size_low": 1e-2,
|
|
"search_context_size_medium": 1e-2,
|
|
"search_context_size_high": 1e-2
|
|
},
|
|
"litellm_provider": "openai",
|
|
"mode": "chat",
|
|
"supports_function_calling": true,
|
|
"supports_vision": true,
|
|
"tool_use_system_prompt_tokens": 159,
|
|
"supports_assistant_prefill": true,
|
|
"supports_pdf_input": true,
|
|
"supports_prompt_caching": true,
|
|
"supports_response_schema": true,
|
|
"deprecation_date": "2026-02-01",
|
|
"supports_tool_choice": true
|
|
}
|
|
}
|