GPT-6 Astra API

Call GPT-6 Astra through Wokey and review dated catalog pricing, upstream-native API forms, context, and model capabilities.

Model ID
gpt-6-astra
Vendors
openai
Supply status
Currently callable

Catalog pricing snapshot

Prices are per 1M tokens; request-time pricing controls settlement.

MeterWokeyOfficial referenceSavings
Input$0.9$1091%
Output$4.5$5091%
Cache read$0.09$191%
Cache write$1.125$12.591%

Price checked:

Official price source: https://developers.openai.com/api/docs/models/gpt-6-astra

Model capabilities

Context
1,050,000 tokens
Max output
128,000 tokens
Streaming
Supported
Tools
Supported
Vision
Supported
Supported API forms
/v1/chat/completions · /v1/responses

Send a request

/v1/chat/completions

curl https://api.wokey.ai/v1/chat/completions \
  -H "Authorization: Bearer $WOKEY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-6-astra","messages":[{"role":"user","content":"Hello"}]}'

/v1/responses

curl https://api.wokey.ai/v1/responses \
  -H "Authorization: Bearer $WOKEY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-6-astra","input":"Hello"}'

Frequently asked questions

How much does the GPT-6 Astra API cost, and how much does it save versus the official API?

As of 2026-09-04, Wokey lists input at $0.9 per 1M tokens and output at $4.5 per 1M tokens; the official references are $10 and $50. That is 91% lower for input and 91% lower for output. Request-time pricing controls settlement, and the vendor pricing source is linked on this page.

Which API forms does GPT-6 Astra support, and how do I call it through Wokey?

GPT-6 Astra supports /v1/chat/completions (Chat Completions requests) and /v1/responses (Responses requests). Set the API base URL to https://api.wokey.ai, authenticate with a Wokey API key, and use the canonical model ID gpt-6-astra; you can start with /v1/responses. The Send a request section includes a curl example for every supported API form.

What are the context window and maximum output for GPT-6 Astra?

The catalog context window is 1,050,000 tokens and the maximum output is 128,000 tokens. These are separate limits, and a request must also satisfy the upstream constraints in effect when it is processed.

How are cache reads and cache writes priced for GPT-6 Astra?

Cache read: Wokey lists $0.09 per 1M tokens and the official reference is $1 per 1M tokens. Cache write: Wokey lists $1.125 per 1M tokens and the official reference is $12.5 per 1M tokens.

Does GPT-6 Astra support streaming, tool calling, and image input?

Streaming is supported; tool calling is supported; image input is supported. These values come directly from the current runtime model catalog and are not inferred from the model name.

Related models and documentation

Get API key · gpt-6-astra