forked from phoenix/litellm-mirror
Added openrouter/meta-llama/llama-3-70b-instruct context and cost metadata
Per https://openrouter.ai/models/meta-llama/llama-3-70b-instruct Meta: Llama 3 70B Instruct meta-llama/llama-3-70b-instruct Updated Apr 18 8,192 context $0.8/M input tkns $0.8/M output tkns
This commit is contained in:
parent
aa73c115f6
commit
0a021a6fa2
1 changed files with 7 additions and 0 deletions
|
@ -1535,6 +1535,13 @@
|
|||
"litellm_provider": "openrouter",
|
||||
"mode": "chat"
|
||||
},
|
||||
"openrouter/meta-llama/llama-3-70b-instruct": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.0000008,
|
||||
"output_cost_per_token": 0.0000008,
|
||||
"litellm_provider": "openrouter",
|
||||
"mode": "chat"
|
||||
},
|
||||
"j2-ultra": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue