SCX Model Discount: 20% Off for 15 Days
The SCX model discount brings 20% off seven selected models on LLM Gateway for 15 days, starting when the Runware promotion ends on September 9. See the eligible models and how to route requests through SCX.

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 for 15 days.
The offer begins September 9, 2026 at 23:59:59 UTC, exactly when the Runware promotion ends, and finishes September 24, 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 }'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
- Create your LLM Gateway account and get an API key.
- Choose an SCX model for your next run.
- See how cache-aware routing works to understand how the gateway compares provider costs.
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 runs for 15 days and ends September 24, 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.