Skip to content

Commit

Permalink
refactor: Update OpenRouter model metadata with zero token costs
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jan 29, 2025
1 parent a3c898f commit 9c2bd58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aider/resources/model-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9c2bd58

Please sign in to comment.