GPT Image 2.5 is LIVE — Flare & Sunburst | Try in Image Generator →
openai
openai/gpt-6-astra

openai/gpt-6-astra

Release date: 2026-09-04

1,050,000 context · $10.00/M input tokens · $50.00/M output tokens

GPT-6 Astra is OpenAI's flagship model for demanding end-to-end work. It is suited for advanced analysis, software engineering, deep research, scientific work, and document creation, with particular strengths in long-horizon...

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input
272K $10.00 / M Tokens
> 272K $20.00 / M Tokens
Output
272K $50.00 / M Tokens
> 272K $75.00 / M Tokens
Cache Read
272K $1.00 / M Tokens
> 272K $2.00 / M Tokens
Cache Write$12.50 / M Tokens

Try the model

openai/gpt-6-astra
Online
openai
Hi! I am a helpful AI assistant. What can I do for you?
Ready to use this model in a local coding agent?Agent setup

API Usage

Use the following code examples to integrate with our API:

import OpenAI from 'openai';

if (!process.env.WAVESPEED_API_KEY) throw new Error('Set WAVESPEED_API_KEY');
const client = new OpenAI({
  apiKey: process.env.WAVESPEED_API_KEY,
  baseURL: 'https://llm.wavespeed.ai/v1',
  timeout: 120_000,
  maxRetries: 2,
});

try {
  const response = await client.chat.completions.create({
    model: 'openai/gpt-6-astra',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

Info

Provideropenai
Typellm

Supported Functionality

Input
TextImage
Output
Text
Context1,050,000
Max Output128,000
Vision✓ Supported
Function Calling✓ Supported

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDopenai/gpt-6-astra

GPT 6 Astra API

openai/gpt-6-astra

GPT-6 Astra is OpenAI's flagship model for demanding end-to-end work. It is suited for advanced analysis, software engineering, deep research, scientific work, and document creation, with particular strengths in long-horizon...

Input

$10 /M

Output

$50 /M

Context

1050K

Max Output

128K

Vision

Supported

Tool Use

Supported

Try GPT 6 Astra on WaveSpeedAI

Access GPT 6 Astra through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about GPT 6 Astra

How much does GPT 6 Astra cost via the API?+

Pricing on WaveSpeedAI: $10.00 per million input tokens and $50.00 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of GPT 6 Astra?+

GPT 6 Astra supports up to 1050K tokens of context with up to 128K tokens of output per request.

Is GPT 6 Astra OpenAI-compatible?+

WaveSpeedAI exposes GPT 6 Astra at https://llm.wavespeed.ai/v1 through the OpenAI-compatible Chat Completions interface. Most OpenAI SDK clients work by changing the base URL and API key; optional fields depend on the selected model.

How do I get started with GPT 6 Astra?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with the model id shown above. Check the current model catalog for availability, capabilities, and pricing.

Related LLM APIs

GPT-6 Astra API Pricing & Performance | WaveSpeedAI