Models / OpenAI

GPT-6 Astra

$10/Mtok in

OpenAI's GPT-6 flagship, a million-token window one key away.

Playground

Try it in the browser

Playground$10 in / $50 out per 1M tokens

Facts

At a glance

Availability

Live

Pricing

$10 / M input · $50 / M output

Endpoint

Chat Completions

/v1/chat/completions

Context window

1,050k tokens

API

Call it from code

import OpenAI from "openai"

const client = new OpenAI({
  baseURL: "https://api.companyfabric.com/v1",
  apiKey: process.env.COMPANYFABRIC_API_KEY,
})

const res = await client.chat.completions.create({
  model: "openai/gpt-6-astra",
  max_tokens: 1024,
  temperature: 0.7,
  messages: [{ role: "user", content: "Say hello from the fabric." }],
})

console.log(res.choices[0].message.content)

Prompt library

Example runs

Here's our 40k-line service in one paste. Find the request path that can double-charge a card and show the exact lines.

This exact run cost $0.14

Summarize this 300-page contract and flag the three riskiest clauses for a buyer.

This exact run cost $0.05

Plan a database migration from Postgres to a sharded setup with zero downtime. Think it through at high effort.

This exact run cost $0.03

FAQ

Frequently asked questions

How much does GPT-6 Astra cost?

$10 / M input · $50 / M output. The exact cost of each call is shown before you run it and metered to your prepaid balance, no subscription required.

Why use GPT-6 Astra on CompanyFabric instead of going direct?

One key and one balance across every model in the library, at pricing at parity with or below the direct API. Switching models is a one-line change.

Is GPT-6 Astra available through the OpenAI SDK?

Yes, point any OpenAI SDK at api.companyfabric.com/v1 and set model to "openai/gpt-6-astra".

Variants

Same family

Explore

Related model APIs

One key. Every model. Exact prices.

Run GPT-6 Astra with free starter credits. Free starter credits included, no subscription required.