mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
increase context window of Deepseek V3 to new OpenRouter limits
This commit is contained in:
parent
03a489ea35
commit
1d0e463d83
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
|||
},
|
||||
"openrouter/deepseek/deepseek-chat-v3-0324": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 64000,
|
||||
"max_output_tokens": 8192,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 16384,
|
||||
"input_cost_per_token": 0.00000055,
|
||||
"input_cost_per_token_cache_hit": 0.00000014,
|
||||
"cache_read_input_token_cost": 0.00000014,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue