mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
add models served from ollama cloud
This commit is contained in:
parent
4adb854e51
commit
ad29d2f944
1 changed files with 2 additions and 2 deletions
|
|
@ -16257,7 +16257,7 @@
|
|||
"output_cost_per_token": 0.0,
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"ollama/gpt-oss-120b-cloud" : {
|
||||
"ollama/gpt-oss:120b-cloud" : {
|
||||
"input_cost_per_token": 0.0,
|
||||
"litellm_provider": "ollama",
|
||||
"max_input_tokens": 131072,
|
||||
|
|
@ -16267,7 +16267,7 @@
|
|||
"output_cost_per_token": 0.0,
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"ollama/gpt-oss-20b-cloud" : {
|
||||
"ollama/gpt-oss:20b-cloud" : {
|
||||
"input_cost_per_token": 0.0,
|
||||
"litellm_provider": "ollama",
|
||||
"max_input_tokens": 131072,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue