mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(scx-ai): use the published scx.ai rates and the scx_ai docs url
Applies the review suggestions. The cost map now carries the rates published on https://scx.ai/pricing, GLM-5.2 at 0.61 in, 0.22 cached, 1.98 out and Qwen3.8-Max at 1.65 in, 0.21 cached, 4.99 out per million tokens, and cites that page as the source rather than a third party gateway. The provider link is corrected to https://docs.litellm.ai/docs/providers/scx_ai to match the page that shipped as scx_ai.md. Both the primary files and their backup mirrors are updated.
This commit is contained in:
parent
aef09aca18
commit
7d9e375698
4 changed files with 16 additions and 16 deletions
|
|
@ -36725,15 +36725,15 @@
|
|||
"source": "https://cloud.sambanova.ai/plans/pricing"
|
||||
},
|
||||
"scx-ai/GLM-5.2": {
|
||||
"cache_read_input_token_cost": 1.375e-07,
|
||||
"input_cost_per_token": 5.5e-07,
|
||||
"cache_read_input_token_cost": 2.2e-07,
|
||||
"input_cost_per_token": 6.1e-07,
|
||||
"litellm_provider": "scx-ai",
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 131072,
|
||||
"max_tokens": 131072,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 1.9255e-06,
|
||||
"source": "https://llmgateway.io/models/glm-5.2/scx-ai-gp",
|
||||
"output_cost_per_token": 1.98e-06,
|
||||
"source": "https://scx.ai/pricing",
|
||||
"supports_function_calling": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_reasoning": true,
|
||||
|
|
@ -36743,14 +36743,14 @@
|
|||
},
|
||||
"scx-ai/Qwen3.8-Max": {
|
||||
"cache_read_input_token_cost": 2.1e-07,
|
||||
"input_cost_per_token": 1.815e-06,
|
||||
"input_cost_per_token": 1.65e-06,
|
||||
"litellm_provider": "scx-ai",
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 131072,
|
||||
"max_tokens": 131072,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 5.4461e-06,
|
||||
"source": "https://llmgateway.io/models/qwen3.8-max/scx-ai-gp",
|
||||
"output_cost_per_token": 4.99e-06,
|
||||
"source": "https://scx.ai/pricing",
|
||||
"supports_function_calling": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_reasoning": true,
|
||||
|
|
|
|||
|
|
@ -2029,7 +2029,7 @@
|
|||
},
|
||||
"scx-ai": {
|
||||
"display_name": "SCX.ai (`scx-ai`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/scx-ai",
|
||||
"url": "https://docs.litellm.ai/docs/providers/scx_ai",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
|
|
|
|||
|
|
@ -36725,15 +36725,15 @@
|
|||
"source": "https://cloud.sambanova.ai/plans/pricing"
|
||||
},
|
||||
"scx-ai/GLM-5.2": {
|
||||
"cache_read_input_token_cost": 1.375e-07,
|
||||
"input_cost_per_token": 5.5e-07,
|
||||
"cache_read_input_token_cost": 2.2e-07,
|
||||
"input_cost_per_token": 6.1e-07,
|
||||
"litellm_provider": "scx-ai",
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 131072,
|
||||
"max_tokens": 131072,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 1.9255e-06,
|
||||
"source": "https://llmgateway.io/models/glm-5.2/scx-ai-gp",
|
||||
"output_cost_per_token": 1.98e-06,
|
||||
"source": "https://scx.ai/pricing",
|
||||
"supports_function_calling": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_reasoning": true,
|
||||
|
|
@ -36743,14 +36743,14 @@
|
|||
},
|
||||
"scx-ai/Qwen3.8-Max": {
|
||||
"cache_read_input_token_cost": 2.1e-07,
|
||||
"input_cost_per_token": 1.815e-06,
|
||||
"input_cost_per_token": 1.65e-06,
|
||||
"litellm_provider": "scx-ai",
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 131072,
|
||||
"max_tokens": 131072,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 5.4461e-06,
|
||||
"source": "https://llmgateway.io/models/qwen3.8-max/scx-ai-gp",
|
||||
"output_cost_per_token": 4.99e-06,
|
||||
"source": "https://scx.ai/pricing",
|
||||
"supports_function_calling": true,
|
||||
"supports_prompt_caching": true,
|
||||
"supports_reasoning": true,
|
||||
|
|
|
|||
|
|
@ -2263,7 +2263,7 @@
|
|||
},
|
||||
"scx-ai": {
|
||||
"display_name": "SCX.ai (`scx-ai`)",
|
||||
"url": "https://docs.litellm.ai/docs/providers/scx-ai",
|
||||
"url": "https://docs.litellm.ai/docs/providers/scx_ai",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue