Model pricing

gpt-6-astra

Input $ 1.8 · Output $ 9 per 1M tokens

Best for

TextStandardChat & assistant

Pricing

Input$ 1.8 per 1M tokens
Output$ 9 per 1M tokens
Cache read$ 0.18 per 1M tokens
Cache write$ 2.25 per 1M tokens

Tiered pricing

Short context<= 272K
Input$ 1.8
Output$ 9
Long context> 272K
Input$ 3.6
Output$ 13.5
第3档
Input$ 3.6
Output$ 13.5

API

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

Replace API_KEY with your ZipFlow API key.

About gpt-6-astra on ZipFlow

What is gpt-6-astra?

gpt-6-astra 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 gpt-6-astra cost on ZipFlow?

gpt-6-astra is billed in USD: input $ 1.8 and output $ 9 per 1M tokens. Prices are listed on the pricing page and in the console.

How do I start using gpt-6-astra?

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.