Tokenless
G
OpenAI

GPT-5.6 Terra API at half of list price

A cost-efficient step below Sol, built for the bulk of production traffic that needs solid reasoning and coding without flagship pricing.

ReasoningCodingVisionTool use

GPT-5.6 Terra API pricing

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

Token typeList priceTokenless
Input$2.50$1.25
Output$15.00$7.50
Cache write$2.50$1.25
Cache read$0.25$0.13

Call GPT-5.6 Terra in one request

Tokenless speaks the OpenAI Chat Completions format. Point your client at the base URL, set model to gpt-5.6-terra, 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-terra",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'

More GPT models