mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
add fireworks gpt-oss-20b (#13303)
This commit is contained in:
parent
0db13acdc7
commit
2eef77d960
2 changed files with 56 additions and 4 deletions
|
|
@ -14861,7 +14861,7 @@
|
|||
"source": "https://fireworks.ai/pricing",
|
||||
"supports_tool_choice": false
|
||||
},
|
||||
"fireworks_ai/glm-4p5": {
|
||||
"fireworks_ai/accounts/fireworks/models/glm-4p5": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 96000,
|
||||
|
|
@ -14874,7 +14874,7 @@
|
|||
"supports_tool_choice": true,
|
||||
"source": "https://fireworks.ai/models/fireworks/glm-4p5"
|
||||
},
|
||||
"fireworks_ai/glm-4p5-air": {
|
||||
"fireworks_ai/accounts/fireworks/models/glm-4p5-air": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 96000,
|
||||
|
|
@ -14887,6 +14887,32 @@
|
|||
"supports_tool_choice": true,
|
||||
"source": "https://artificialanalysis.ai/models/glm-4-5-air"
|
||||
},
|
||||
"fireworks_ai/accounts/fireworks/models/gpt-oss-120b": {
|
||||
"max_tokens": 131072,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 131072,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"output_cost_per_token": 6e-07,
|
||||
"litellm_provider": "fireworks_ai",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"source": "https://fireworks.ai/pricing"
|
||||
},
|
||||
"fireworks_ai/accounts/fireworks/models/gpt-oss-20b": {
|
||||
"max_tokens": 131072,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 131072,
|
||||
"input_cost_per_token": 5e-08,
|
||||
"output_cost_per_token": 2e-07,
|
||||
"litellm_provider": "fireworks_ai",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"source": "https://fireworks.ai/pricing"
|
||||
},
|
||||
"fireworks_ai/nomic-ai/nomic-embed-text-v1.5": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
|
|
|
|||
|
|
@ -14861,7 +14861,7 @@
|
|||
"source": "https://fireworks.ai/pricing",
|
||||
"supports_tool_choice": false
|
||||
},
|
||||
"fireworks_ai/glm-4p5": {
|
||||
"fireworks_ai/accounts/fireworks/models/glm-4p5": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 96000,
|
||||
|
|
@ -14874,7 +14874,7 @@
|
|||
"supports_tool_choice": true,
|
||||
"source": "https://fireworks.ai/models/fireworks/glm-4p5"
|
||||
},
|
||||
"fireworks_ai/glm-4p5-air": {
|
||||
"fireworks_ai/accounts/fireworks/models/glm-4p5-air": {
|
||||
"max_tokens": 128000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 96000,
|
||||
|
|
@ -14887,6 +14887,32 @@
|
|||
"supports_tool_choice": true,
|
||||
"source": "https://artificialanalysis.ai/models/glm-4-5-air"
|
||||
},
|
||||
"fireworks_ai/accounts/fireworks/models/gpt-oss-120b": {
|
||||
"max_tokens": 131072,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 131072,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"output_cost_per_token": 6e-07,
|
||||
"litellm_provider": "fireworks_ai",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"source": "https://fireworks.ai/pricing"
|
||||
},
|
||||
"fireworks_ai/accounts/fireworks/models/gpt-oss-20b": {
|
||||
"max_tokens": 131072,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 131072,
|
||||
"input_cost_per_token": 5e-08,
|
||||
"output_cost_per_token": 2e-07,
|
||||
"litellm_provider": "fireworks_ai",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"source": "https://fireworks.ai/pricing"
|
||||
},
|
||||
"fireworks_ai/nomic-ai/nomic-embed-text-v1.5": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue