Tokenless
G
OpenAI

GPT-5.4 mini API at half of list price

OpenAI's most capable small model — optimized for coding, computer use, and agentic subagent tasks at a fraction of the flagship cost.

CodingComputer useAgentic workVisionTool use

GPT-5.4 mini API pricing

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

Token typeList priceTokenless
Input$0.75$0.38
Output$4.50$2.25
Cache write$0.75$0.38
Cache read$0.08$0.04

Call GPT-5.4 mini in one request

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

More GPT models