Tokenless
G
OpenAI

GPT-5.6 Luna API at half of list price

The lightweight GPT-5.6 model, tuned for speed and low cost on classification, extraction, routing, and other high-volume tasks.

FastLow costVisionTool use

GPT-5.6 Luna API pricing

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

Token typeList priceTokenless
Input$1.00$0.50
Output$6.00$3.00
Cache write$1.00$0.50
Cache read$0.10$0.05

Call GPT-5.6 Luna in one request

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

More GPT models