feat: Add model metadata for Qwen 2.5 Coder 32B Instruct model

This commit is contained in:
Paul Gauthier 2024-11-13 12:24:32 -08:00 committed by Paul Gauthier (aider)
parent 7d0b67f70e
commit bbfac316fc

View 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",
},
}