Tokenless
G
OpenAI

GPT-5.6 Sol API at half of list price

The top of the GPT-5.6 line: strong reasoning, state-of-the-art coding, and tool use across a 1M-token context. Reach for Sol when you want OpenAI's most capable general model.

ReasoningKnowledge workCodingVision1M contextTool use

GPT-5.6 Sol API pricing

Every rate is 50% of the provider's official list price. USD per million tokens.

Token typeList priceTokenless
Input$5.00$2.50
Output$30.00$15.00
Cache write$5.00$2.50
Cache read$0.50$0.25

Call GPT-5.6 Sol in one request

Tokenless speaks the OpenAI Chat Completions format. Point your client at the base URL, set model to gpt-5.6-sol, and you are done.

request.sh
curl https://api.tokenless.store/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENLESS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.6-sol",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'

More GPT models