Skip to content

[scx-ai] Add SCX.ai pricing and model configs - #874

Open
bhuvan2134686 wants to merge 4 commits into
Portkey-AI:mainfrom
SouthernCrossAI:provider/scx-ai
Open

[scx-ai] Add SCX.ai pricing and model configs#874
bhuvan2134686 wants to merge 4 commits into
Portkey-AI:mainfrom
SouthernCrossAI:provider/scx-ai

Conversation

@bhuvan2134686

@bhuvan2134686 bhuvan2134686 commented Aug 6, 2026

Copy link
Copy Markdown

Adds pricing and model configs for SCX.ai, an Australian AI platform serving models over an OpenAI-compatible API (https://api.scx.ai/v1).

Companion gateway PR: Portkey-AI/gateway#1760

Files

  • pricing/scx-ai.json — pay-as-you-go rates
  • general/scx-ai.json — params, max_tokens ceilings and capability flags

Pricing

Prices are cents per token (USD per million ÷ 10,000):

Model Input $/M Cached $/M Output $/M
GLM-5.2 0.61 0.22 1.98
GLM-5.2-Fast 1.99 0.4 6.16
qwen3.8-max 1.65 0.21 4.99

Source: SCX's official pricing page, https://scx.ai/pricing, which publishes per-token USD rates with a per-model detail page for each entry (GLM-5.2, GLM-5.2-Turbo, Qwen3.8-Max).

Note: the website currently titles the fast variant "GLM-5.2-Turbo", but the API serves it as GLM-5.2-Fast (verified live — GLM-5.2-Turbo returns "Unsupported model"), so that is the key used here.

Model configs

All three models are chat with tool calling; qwen3.8-max additionally accepts image input (verified live — an image round-trip returned the correct answer and billed image_tokens).

max_tokens ceilings come from each endpoint's own validator rather than the /v1/models catalogue (which advertises a stale 4096), probed live on 2026-08-27:

Model max_tokens ceiling Evidence
GLM-5.2 131072 validator: "expected a value <= 131072"
GLM-5.2-Fast 131072 validator: "Range of max_tokens should be [1, 131072]"
qwen3.8-max 131072 validator range

Validation

  • jq empty passes on both files
  • python3 scripts/check_duplicate_keys.py → no duplicate keys
  • prettier@2.8.8 --check passes
  • Every price round-tripped back to USD/M to confirm formatting did not alter the literals
  • Every listed model verified serving via a live chat-completion round-trip (2026-08-27)

@bhuvan2134686 bhuvan2134686 changed the title [scx-ai] Add SCX.ai pricing and model configs [scx-ai] Add SCX.ai pricing and model config Aug 6, 2026
@bhuvan2134686 bhuvan2134686 changed the title [scx-ai] Add SCX.ai pricing and model config [scx-ai] Add SCX.ai pricing and model configs Aug 6, 2026
SCX.ai is an Australian AI platform with an OpenAI-compatible API at
https://api.scx.ai/v1.

Adds pricing and general configs for GLM-5.2 and qwen3.8-max.

Prices are cents per token (USD/M / 10,000):
  GLM-5.2      $0.822/M in, $0.206/M cached, $2.888/M out
  qwen3.8-max  $1.815/M in, $0.21/M cached, $5.4461/M out

Both carry a 131072 max_tokens ceiling. For GLM-5.2 this comes from the
endpoint's own validator rather than the published catalogue, which
advertises a stale 4096.
Add pricing and configs for the six models SCX.ai now serves publicly:
GLM-5.2-Fast, MiniMax-M2.7, gpt-oss-120b, gemma-4-31B-it, Qwen3-32B
and Llama-4-Maverick-17B-128E-Instruct. Update GLM-5.2 to SCX's
current (reduced) rates.

max_tokens ceilings come from the endpoint's own validators, probed
live on 2026-08-27 (accept/reject boundary per model). qwen3.8-max is
now serving on the public API and image input was verified live, so
'image' is added to its supported types.
@bhuvan2134686

bhuvan2134686 commented Aug 26, 2026

Copy link
Copy Markdown
Author

Updated to SCX's current catalogue and rates: GLM-5.2-Fast added, GLM-5.2 and qwen3.8-max synced to SCX's official pricing page (https://scx.ai/pricing, which now publishes per-token USD rates with per-model detail pages), and image added to qwen3.8-max now that it is serving publicly and image input has been verified live. PR description refreshed with the full pricing table, source links and per-model max_tokens evidence.

Drop MiniMax-M2.7, gpt-oss-120b, gemma-4-31B-it, Qwen3-32B and
Llama-4-Maverick-17B-128E-Instruct — SCX is limiting this listing to
its three headline models.
SCX now publishes first-party per-token USD rates at
https://scx.ai/pricing (with per-model pages). Align both models to
the currently billed prices: GLM-5.2 at 0.61/0.22/1.98 USD per
million (in/cached/out) and qwen3.8-max at 1.65/0.21/4.99.
GLM-5.2-Fast already matches its published page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant