forked from phoenix/litellm-mirror
feat - add cost tracking for OpenAI Fine tuned models
This commit is contained in:
parent
40bb675156
commit
7b60fae6f9
2 changed files with 36 additions and 0 deletions
|
@ -234,6 +234,24 @@
|
||||||
"litellm_provider": "openai",
|
"litellm_provider": "openai",
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
|
"ft:davinci-002": {
|
||||||
|
"max_tokens": 16384,
|
||||||
|
"max_input_tokens": 16384,
|
||||||
|
"max_output_tokens": 4096,
|
||||||
|
"input_cost_per_token": 0.000002,
|
||||||
|
"output_cost_per_token": 0.000002,
|
||||||
|
"litellm_provider": "text-completion-openai",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
|
"ft:babbage-002": {
|
||||||
|
"max_tokens": 16384,
|
||||||
|
"max_input_tokens": 16384,
|
||||||
|
"max_output_tokens": 4096,
|
||||||
|
"input_cost_per_token": 0.0000004,
|
||||||
|
"output_cost_per_token": 0.0000004,
|
||||||
|
"litellm_provider": "text-completion-openai",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
"text-embedding-3-large": {
|
"text-embedding-3-large": {
|
||||||
"max_tokens": 8191,
|
"max_tokens": 8191,
|
||||||
"max_input_tokens": 8191,
|
"max_input_tokens": 8191,
|
||||||
|
|
|
@ -234,6 +234,24 @@
|
||||||
"litellm_provider": "openai",
|
"litellm_provider": "openai",
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
|
"ft:davinci-002": {
|
||||||
|
"max_tokens": 16384,
|
||||||
|
"max_input_tokens": 16384,
|
||||||
|
"max_output_tokens": 4096,
|
||||||
|
"input_cost_per_token": 0.000002,
|
||||||
|
"output_cost_per_token": 0.000002,
|
||||||
|
"litellm_provider": "text-completion-openai",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
|
"ft:babbage-002": {
|
||||||
|
"max_tokens": 16384,
|
||||||
|
"max_input_tokens": 16384,
|
||||||
|
"max_output_tokens": 4096,
|
||||||
|
"input_cost_per_token": 0.0000004,
|
||||||
|
"output_cost_per_token": 0.0000004,
|
||||||
|
"litellm_provider": "text-completion-openai",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
"text-embedding-3-large": {
|
"text-embedding-3-large": {
|
||||||
"max_tokens": 8191,
|
"max_tokens": 8191,
|
||||||
"max_input_tokens": 8191,
|
"max_input_tokens": 8191,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue