mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(docs) add together ai as litellm_provider in model cost map
This commit is contained in:
parent
3ea776bdc0
commit
00bfbbf27a
1 changed files with 10 additions and 5 deletions
|
@ -604,24 +604,29 @@
|
||||||
},
|
},
|
||||||
"together-ai-up-to-3b": {
|
"together-ai-up-to-3b": {
|
||||||
"input_cost_per_token": 0.0000001,
|
"input_cost_per_token": 0.0000001,
|
||||||
"output_cost_per_token": 0.0000001
|
"output_cost_per_token": 0.0000001,
|
||||||
|
"litellm_provider": "together_ai"
|
||||||
},
|
},
|
||||||
"together-ai-3.1b-7b": {
|
"together-ai-3.1b-7b": {
|
||||||
"input_cost_per_token": 0.0000002,
|
"input_cost_per_token": 0.0000002,
|
||||||
"output_cost_per_token": 0.0000002
|
"output_cost_per_token": 0.0000002,
|
||||||
|
"litellm_provider": "together_ai"
|
||||||
},
|
},
|
||||||
"together-ai-7.1b-20b": {
|
"together-ai-7.1b-20b": {
|
||||||
"max_tokens": 1000,
|
"max_tokens": 1000,
|
||||||
"input_cost_per_token": 0.0000004,
|
"input_cost_per_token": 0.0000004,
|
||||||
"output_cost_per_token": 0.0000004
|
"output_cost_per_token": 0.0000004,
|
||||||
|
"litellm_provider": "together_ai"
|
||||||
},
|
},
|
||||||
"together-ai-20.1b-40b": {
|
"together-ai-20.1b-40b": {
|
||||||
"input_cost_per_token": 0.0000008,
|
"input_cost_per_token": 0.0000008,
|
||||||
"output_cost_per_token": 0.0000008
|
"output_cost_per_token": 0.0000008,
|
||||||
|
"litellm_provider": "together_ai"
|
||||||
},
|
},
|
||||||
"together-ai-40.1b-70b": {
|
"together-ai-40.1b-70b": {
|
||||||
"input_cost_per_token": 0.0000009,
|
"input_cost_per_token": 0.0000009,
|
||||||
"output_cost_per_token": 0.0000009
|
"output_cost_per_token": 0.0000009,
|
||||||
|
"litellm_provider": "together_ai"
|
||||||
},
|
},
|
||||||
"ollama/llama2": {
|
"ollama/llama2": {
|
||||||
"max_tokens": 4096,
|
"max_tokens": 4096,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue