Model pricing

qwen3.8-max

Input $ 2.16 · Output $ 6.48 per 1M tokens

Pricing

Input$ 2.16 per 1M tokens
Output$ 6.48 per 1M tokens
Cache read$ 0.27 per 1M tokens
Cache write$ 2.7 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":"qwen3.8-max","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'

Replace API_KEY with your ZipFlow API key.

About qwen3.8-max on ZipFlow

What is qwen3.8-max?

qwen3.8-max 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 qwen3.8-max cost on ZipFlow?

qwen3.8-max is billed in USD: input $ 2.16 and output $ 6.48 per 1M tokens. Prices are listed on the pricing page and in the console.

How do I start using qwen3.8-max?

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.