Web Chat
Ask, write, research, and work with the models available to your key in a focused browser conversation.
Learn about Web ChatOne prepaid balance for practical AI work
Start in browser chat, create a website or app, or connect a tool you already use. Prepay once, choose the model for each job, and see what every request consumed.
Credits stretch ~10×.Put in $10, get $105 of usage — you pay about a tenth of the meter.
Already have an account? Sign in to your dashboard
No subscription · Exact total shown before checkout · Usage visible from your dashboard
Three ways to use ScaleMax
Ask, write, research, and work with the models available to your key in a focused browser conversation.
Learn about Web ChatDescribe a website or app, generate project files, and review the result in one workspace.
Learn about StudioConnect documented OpenAI-compatible and Claude-compatible clients with customer-visible usage.
Explore the APITrust you can verify
Inspect the live catalog, service state, setup instructions, and support path before you pay.
Why ScaleMax
Keep the tools you like, use a clear prepaid balance, and move between supported model families without maintaining a separate billing workflow for every surface.
Prepay what you need and see the exact checkout total before you confirm.
Use the same ScaleMax account across Web Chat, Studio, and supported API clients.
Use API-credit keys or a family-specific token allowance, with renewal rules that stay predictable.
Track requests, tokens, credits, and key status from the dashboard instead of guessing.
ScaleMax Studio
Describe the website or app you want, let Studio create the project files, then inspect the structure before you continue. It is a focused starting point—not a black box.
Prompt
Build a clean customer API dashboard with usage cards, a model picker, and a responsive navigation.
generated project
▾ app
▾ components
UsageCard.tsx
ModelPicker.tsx
page.tsx
globals.css
4 files · ready to inspect
Works with your stack
ScaleMax publishes setup guides for the clients below. Compatibility depends on the client protocol, selected key scope, base URL, and capabilities returned by the authenticated model catalog.
API quick start
Use your ScaleMax key as a Bearer token with the OpenAI-compatible API. The request below uses the public fable-5 model ID, which requires a Claude-capable or both-scope key.
export SCALEMAX_API_KEY="sm_live_..."
curl https://api.scalemax.pro/v1/chat/completions \
-H "Authorization: Bearer $SCALEMAX_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"fable-5","messages":[{"role":"user","content":"Reply with exactly OK"}],"max_tokens":16}'/v1 with /token/v1. The ScaleMax CLI and supported-client setup select the correct base URL for your key automatically.Model catalog
Exact public API IDs and ScaleMax standard metered rates. With a prepaid credit pack you pay about a tenth of these — estimate it just below.
GPT-5.6 Terra
gpt-5.6-terraGPT-5.6 Sol
gpt-5.6-solGPT-5.6 Luna
gpt-5.6-lunaGPT-5.5
gpt-5.5GPT-5.4 mini
gpt-5.4-miniClaude Opus 5
claude-opus-5Fable 5
fable-5GLM 5.2
glm-5.2Gemini 3.1 Flash Lite Preview
gemini-3.1-flash-lite-previewGemini 3.6 Flash
gemini-3.6-flashGemini 3 Pro Preview
gemini-3-pro-previewGrok 4.5
grok-4.5Grok Build
grok-buildQwen 3.7 Plus
qwen3.7-plusCustomer-facing USD per 1M tokens. Every provider-reported input token is charged at the published input rate; internal provider cache pricing does not reduce customer API-credit usage.
GLM 5.2 is sold as a prepaid token key: 100M tokens for $10. Configured long-context rates apply automatically when a model request crosses its published threshold.
Prepaid credits
Every credit pack multiplies your internal usage-credit balance roughly 10×, and that balance spends at the listed customer model rates. Bigger packs include a larger promotional multiplier.
Starter
$2.50 → $25
in credits · 10× value
Growth
Popular$10 → $105
in credits · 10.5× value
Power
Recommended$50 → $535
in credits · 10.7× value
Scale
Best bonus$100 → $1,100
in credits · 11× value
Pick a representative model and monthly input/output volume. The estimate compares published customer usage rates with the base purchase value of the matching credit pack.
Two prepaid usage modes
Both options are prepaid. Review the exact package details and total before checkout, then use the base URL that matches the issued key.
API credits
$2.50 → $25 credits
Starter checkout · 10× credit value
Claude tokens
10M from $2.50
Family-specific prepaid allowance
OpenAI tokens
10M from $2.30
Family-specific prepaid allowance
Starting prices are base prices. Checkout shows the selected provider fee and exact charged total before payment.
PayPal
Pay through PayPal with the provider fee shown before redirect.
Cryptomus
Pay with supported crypto assets through the hosted Cryptomus checkout.
API credit
Your USD credit balance is reduced using the displayed model pricing for each request.
https://api.scalemax.pro/v1
Token budget
Your allowance is reduced by the tokens counted for each completed request.
https://api.scalemax.pro/token/v1
PayU adds 3%; PayPal adds 3%; Cryptomus adds 1.5%. Crypto network fees may be separate.
FAQ
No. ScaleMax is prepaid AI API access with model pricing, usage tracking, and OpenAI- and Claude-compatible gateway endpoints. You buy credit or a token allowance up front — there is no recurring subscription.
No. Use OpenAI-compatible SDKs with the matching ScaleMax base URL, or use native Claude-compatible clients with a Claude-capable key. Chat Completions, Responses, and Anthropic Messages paths are documented separately.
Yes. Check key status, expiry, credit balance, request counts, and token usage from your dashboard at any time.
A credit key draws down a USD balance against published model rates. A token key spends a fixed prepaid allowance for a model family. The base URL differs by billing mode and protocol, and the installer selects the matching route from the authenticated key.
More in the documentation or contact support.
Get started
Use ScaleMax directly in the browser, or follow the documentation to connect your API key from SDKs, OpenAI-compatible tools, Claude, or Claude Code.