New version available

Refresh to update

Could not apply changes

GPT-6 Astra

openai
openai/gpt-6-astra

High-capability OpenAI model for complex analysis, software engineering, and demanding production workloads. Served through Azure OpenAI as the premium Astra tier.

Quick start

TypeScript
cURL
import OpenAI from 'openai'

const openai = new OpenAI({
  apiKey: process.env.CODEPLATFORM_API_KEY,
  baseURL: 'https://ai.codeplatform.net/v1',
})

const response = await openai.chat.completions.create({
  model: 'openai/gpt-6-astra',
  messages: [{
    role: 'user',
    content: 'Hello world',
  }],
})

API details

Send requests to the OpenAI-compatible /v1/chat/completions endpoint.

Capabilities

Pricing

Input tokens (per 1M)$10.00
Output tokens (per 1M)$50.00
Cached input (per 1M)$1.00

Limits

Context length922,000 tokens
Max output128,000 tokens