Model pricing

grok-4.6

Input $ 0.36 · Output $ 1.08 per 1M tokens

Pricing

Input$ 0.36 per 1M tokens
Output$ 1.08 per 1M tokens
Cache read$ 0.09 per 1M tokens

Tiered pricing

Short context< 200K
Input$ 0.36
Output$ 1.08
Long context>= 200K
Input$ 0.72
Output$ 2.16
第3档
Input$ 0.72
Output$ 2.16

API

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

Replace API_KEY with your ZipFlow API key.

About grok-4.6 on ZipFlow

What is grok-4.6?

grok-4.6 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 grok-4.6 cost on ZipFlow?

grok-4.6 is billed in USD: input $ 0.36 and output $ 1.08 per 1M tokens. Prices are listed on the pricing page and in the console.

How do I start using grok-4.6?

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.