Callable model
GPT-5.6 API pricing
Use gpt-5.6 through the OpenAI-compatible, Responses, or Anthropic-compatible DiscountedTokens endpoint.
Input / 1M tokens
$0.800
Reference $2.500 · 68% less
Output / 1M tokens
$4.800
Reference $15.000 · 68% less
Billing
Prepaid
Usage-based · no monthly fee
Price source
Verified base
openai/gpt-5.6-sol
OpenAI-compatible quickstart
curl https://discountedtokens.com/v1/chat/completions \
-H "Authorization: Bearer $DISCOUNTEDTOKENS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6","messages":[{"role":"user","content":"Reply OK"}],"max_tokens":8}'
Before production use
- Fetch machine-readable pricing before large jobs because upstream rates can change.
- Check observed status and the disclosed measurement limits.
- Do not submit highly sensitive data to a third-party relay without assessing the upstream terms.
Client setup
Browse Codex, Claude Code, Hermes Agent, Python, Node, and cURL tutorials.