mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: Add model metadata for Qwen 2.5 Coder 32B Instruct model
This commit is contained in:
parent
7d0b67f70e
commit
bbfac316fc
1 changed files with 11 additions and 0 deletions
11
aider/resources/model-metadata.json
Normal file
11
aider/resources/model-metadata.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"openrouter/qwen/qwen-2.5-coder-32b-instruct": {
|
||||
"max_tokens": 33792,
|
||||
"max_input_tokens": 33792,
|
||||
"max_output_tokens": 33792,
|
||||
"input_cost_per_token": 0.00000018,
|
||||
"output_cost_per_token": 0.00000018,
|
||||
"litellm_provider": "openrouter",
|
||||
"mode": "chat",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue