more deepseek config

This commit is contained in:
Paul Gauthier 2025-01-20 10:09:48 -08:00
parent e7ec80f58a
commit 2968087d37
3 changed files with 37 additions and 2 deletions

View file

@ -1,7 +1,23 @@
{
"deepseek-reasoner": {
"max_tokens": 8192,
"max_input_tokens": 128000,
"max_input_tokens": 64000,
"max_output_tokens": 8192,
"input_cost_per_token": 0.00000055,
"input_cost_per_token_cache_hit": 0.00000014,
"cache_read_input_token_cost": 0.00000014,
"cache_creation_input_token_cost": 0.0,
"output_cost_per_token": 0.00000219,
"litellm_provider": "deepseek",
"mode": "chat",
//"supports_function_calling": true,
"supports_assistant_prefill": true,
//"supports_tool_choice": true,
"supports_prompt_caching": true
},
"openrouter/deepseek/deepseek-r1": {
"max_tokens": 8192,
"max_input_tokens": 64000,
"max_output_tokens": 8192,
"input_cost_per_token": 0.00000055,
"input_cost_per_token_cache_hit": 0.00000014,