GPT 6 Astra
OpenAI logo

GPT 6 Astra

gpt-6-astrallms.txt
OpenAI
New
GPT-6 Astra is OpenAI's newest and most intelligent model, with industry-leading performance in computer operations, web browsing, software engineering, scientific research, and professional work. It excels at executing multi-step workflows across code, browsers, and various professional software. Astra can achieve better results with significantly fewer output tokens, making its estimated API cost per task lower.

Pricing

TierPricingCache ReadCache WriteImage GenerationWeb Search
Input<=272K
$10$50
$1/M tokens$12.5/M tokens-$0.01/request
272K<Input
$20$75
$2/M tokens$25/M tokens-$0.01/request

Input Modalities

  • Text
  • Vision

Output Modalities

  • Text

Context length

  • 1.05M tokens

Max output

  • 128K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Providers

Azure gpt-6-astra
Pricing$10$50
Cache Read$1/M tokens
Cache Write$12.5/M tokens
Web Search$0.01/request
Pricing$20$75
Cache Read$2/M tokens
Cache Write$25/M tokens
Web Search$0.01/request
Context1M
Max output128K
Latency17.1S
Throughput21.0TPS
Uptime
91.36% uptime 2 days ago
91.87% uptime yesterday
97.24% uptime today
OpenAI gpt-6-astra
Pricing$10$50
Cache Read$1/M tokens
Cache Write$12.5/M tokens
Web Search$0.01/request
Pricing$20$75
Cache Read$2/M tokens
Cache Write$25/M tokens
Web Search$0.01/request
Context1M
Max output128K
Latency57.2S
Throughput4.4TPS
Uptime
99.43% uptime 2 days ago
38.46% uptime yesterday
99.38% uptime today

Performance for gpt-6-astra

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="gpt-6-astra",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is GPT 6 Astra?

GPT-6 Astra is OpenAI's newest and most intelligent model, with industry-leading performance in computer operations, web browsing, software engineering, scientific research, and professional work. It excels at executing multi-step workflows across code, browsers, and various professional software. Astra can achieve better results with significantly fewer output tokens, making its estimated API cost per task lower.