Model pricing

claude-opus-4-7

Input $ 0.9 · Output $ 4.5 per 1M tokens

Pricing

Input$ 0.9 per 1M tokens
Output$ 4.5 per 1M tokens
Cache read$ 0.09 per 1M tokens
Cache write$ 1.13 per 1M tokens

API

curl
curl https://api.zipflow.xyz/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-opus-4-7","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'

Replace API_KEY with your ZipFlow API key.

About claude-opus-4-7 on ZipFlow

What is claude-opus-4-7?

claude-opus-4-7 is available on ZipFlow through one unified Base URL (https://api.zipflow.xyz). One account and one API key cover every model on the platform.

How much does claude-opus-4-7 cost on ZipFlow?

claude-opus-4-7 is billed in USD: input $ 0.9 and output $ 4.5 per 1M tokens. Prices are listed on the pricing page and in the console.

How do I start using claude-opus-4-7?

Create a ZipFlow account, create an API key in the console, and call https://api.zipflow.xyz/v1/chat/completions with the model id. Code samples are above.