refactor: Update OpenRouter model metadata with zero token costs

This commit is contained in:
Paul Gauthier 2025-01-29 13:31:57 -08:00 committed by Paul Gauthier (aider)
parent a3c898fc4f
commit 9c2bd58488

View file

@ -35,11 +35,11 @@
"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,
"cache_read_input_token_cost": 0.00000014,
"input_cost_per_token": 0.0,
"input_cost_per_token_cache_hit": 0.0,
"cache_read_input_token_cost": 0.00,
"cache_creation_input_token_cost": 0.0,
"output_cost_per_token": 0.00000219,
"output_cost_per_token": 0.0,
"litellm_provider": "openrouter",
"mode": "chat",
//"supports_function_calling": true,