This commit is contained in:
Akshat Giri 2025-04-24 01:01:40 -07:00 committed by GitHub
commit 3df34d19a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7675,6 +7675,20 @@
"mode": "chat",
"supports_tool_choice": true
},
"openrouter/meta-llama/llama-3.1-8b-instruct:free": {
"max_tokens": 8192,
"input_cost_per_token": 0,
"output_cost_per_token": 0,
"litellm_provider": "openrouter",
"mode": "chat"
},
"openrouter/meta-llama/llama-3.1-8b-instruct": {
"max_tokens": 131072,
"input_cost_per_token": 0.00000002,
"output_cost_per_token": 0.00000005,
"litellm_provider": "openrouter",
"mode": "chat"
},
"openrouter/openai/o1": {
"max_tokens": 100000,
"max_input_tokens": 200000,