forked from phoenix/litellm-mirror
(feat) add cost tracking for voyage ai
This commit is contained in:
parent
0a5f5812df
commit
44fc20a0ff
1 changed files with 15 additions and 1 deletions
|
@ -1476,6 +1476,20 @@
|
|||
"output_cost_per_token": 0.000001923,
|
||||
"litellm_provider": "cloudflare",
|
||||
"mode": "chat"
|
||||
}
|
||||
},
|
||||
"voyage/voyage-01": {
|
||||
"max_tokens": 4096,
|
||||
"input_cost_per_token": 0.0000001,
|
||||
"output_cost_per_token": 0.000000,
|
||||
"litellm_provider": "voyage",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"voyage/voyage-lite-01": {
|
||||
"max_tokens": 4096,
|
||||
"input_cost_per_token": 0.0000001,
|
||||
"output_cost_per_token": 0.000000,
|
||||
"litellm_provider": "voyage",
|
||||
"mode": "embedding"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue