Tokenless
C
Anthropic

Claude Opus 4.8 API at half of list price

Frontier reasoning, state-of-the-art coding, and dependable long-running autonomy with a 1M-token context window. The model teams reach for when correctness matters most.

ReasoningAgentic codingVision1M contextTool use

Claude Opus 4.8 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$25.00$12.50
Cache write$6.25$3.13
Cache read$0.50$0.25

Call Claude Opus 4.8 in one request

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

More Claude models