Back to models
provider-prod-24-modrouter-openai-primary

GPT-6 Astra

gpt-6-astra
provider-prod-24-modrouter-openai-primary0 contextFree

GPT-6 Astra supports Text, Image input and Text output through OpenAI.

Total Context0
PricingFree

Providers for GPT-6 Astra

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

provider-prod-24-modrouter-openai-primary
Total Context0
PricingFree

Sample code and API for GPT-6 Astra

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

ResponsesOpenAI compatible

Call the standard operation supported by this model.

/v1/responses
curl 'https://api.anyint.ai/v1/responses' \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
  "model": "gpt-6-astra",
  "input": "Describe a calm futuristic city at sunrise."
}'