mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
Adding openrouter llama 3.1 8b instruct model to model prices and context list
This commit is contained in:
parent
d4779deb0b
commit
d929d1dab4
1 changed files with 14 additions and 0 deletions
|
@ -4705,6 +4705,20 @@
|
|||
"litellm_provider": "openrouter",
|
||||
"mode": "chat"
|
||||
},
|
||||
"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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue