Back to blog

SCX Model Discount: 20% Off Through October 9

The SCX model discount brings 20% off seven selected models on LLM Gateway, starting when the Runware promotion ends on September 9 and now extended through October 9. See the eligible models and how to route requests through SCX.

· Updated
A glowing discount tag on a circuit board connected to seven AI model chips and a calendar

Update (September 22): the discount has been extended by 15 days and now runs until October 9, 2026 at 23:59:59 UTC. Read the extension announcement.

Every coding session, model comparison, and agent run adds to your inference bill. The SCX model discount gives you room to run more: 20% off seven selected models through LLM Gateway.

The offer begins September 9, 2026 at 23:59:59 UTC, exactly when the Runware promotion ends, and finishes October 9, 2026 at 23:59:59 UTC.

Get the SCX model discount on these seven models

This offer covers the following SCX deployments. Each link takes you to the model's live pricing and API details.

Use the promotion to compare models on your own prompts or run an existing workflow at a lower cost. Browse the SCX provider page for current availability and rates.

Route your requests through SCX

With a pay-as-you-go LLM Gateway API key, choose SCX by adding scx-ai-gp/ before the model ID. Your endpoint and API key stay the same:

1curl https://api.llmgateway.io/v1/chat/completions \2  -H "Authorization: Bearer $LLM_GATEWAY_API_KEY" \3  -H "Content-Type: application/json" \4  -d '{5    "model": "scx-ai-gp/glm-5.3",6    "messages": [{ "role": "user", "content": "Review this function for edge cases." }]7  }'

The offer applies to eligible usage served by SCX during the promotion. If a request falls back to another provider, that provider's rates apply. To require SCX without fallback, add the X-No-Fallback: true header. See the routing guide for details.

Put the discount to work

Frequently asked questions

When does the SCX model discount start and end?
The promotion starts September 9, 2026 at 23:59:59 UTC, exactly when the Runware promotion ends. It was scheduled to run for 15 days and has been extended to end October 9, 2026 at 23:59:59 UTC.
Does the 20% discount apply to every SCX model?
No. The offer covers the seven models listed in this announcement when served through SCX during the promotion. Other models and requests served by other providers are outside this offer.
How do I choose SCX for a request?
With a pay-as-you-go API key, use the scx-ai-gp provider prefix followed by the model ID, such as scx-ai-gp/glm-5.3. The linked model pages show the SCX deployment and its current pricing.