GPT 6 Astra
OpenAI logo

GPT 6 Astra

gpt-6-astrallms.txt
OpenAI
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

Capabilities

  • Thinking
  • Tools
  • Structured outputs

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.3S
Throughput54.8TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
94.12% 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
Latency13.6S
Throughput42.2TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
73.33% 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.