changelogOpenAI

OpenAI Python SDK v3.8.0 Reveals Reference to Unannounced 'gpt-6-astra' Model

TL;DR

The openai-python SDK v3.8.0 release notes, dated September 3, 2026, list a feature addition for 'gpt-6-astra' — a model name not previously confirmed by OpenAI. No official announcement, pricing, or specifications have been released.

2 min read
0

What happened

OpenAI shipped version 3.8.0 of its official Python SDK on September 3, 2026. Buried in the changelog is a single feature line: "api: add gpt-6-astra and related features" (PR #3791, commit 09f446f). The release also includes a documentation update adding what OpenAI calls a "canonical SDK security model" (PR #3778).

This is the first public reference to a model called gpt-6-astra. OpenAI has not published a blog post, model card, or announcement confirming the model's existence, capabilities, or availability. The SDK changelog is the only public trace of it as of this writing.

What we know — and what we don't

Confirmed:

  • The string "gpt-6-astra" now appears in the openai-python codebase as of v3.8.0.
  • The change was merged via a single pull request with no accompanying technical documentation in the public changelog.

Not confirmed:

  • Context window size
  • Pricing per 1M input/output tokens
  • Benchmark scores
  • Parameter count
  • Training data cutoff
  • Whether "gpt-6-astra" is a full model release, an internal codename, a preview/snapshot build, or a routing alias for an existing model

OpenAI frequently ships SDK support ahead of public model announcements to prepare client libraries for upcoming API endpoints. This pattern has preceded past releases, but SDK-level references have also sometimes referred to internal testing builds, deprecated experiments, or features that never shipped publicly. Treat the "astra" designation as unverified until OpenAI issues an official statement.

What this means

A name showing up in an SDK changelog is a signal, not a launch. It tells us OpenAI's engineering pipeline is actively integrating a model called gpt-6-astra into its client libraries — typically a precursor to a public API release, but not proof one is imminent or that the naming will stick. Companies routinely rename or scrap internal builds before shipping.

For developers, the practical takeaway is limited: there is no new endpoint to call, no pricing to budget for, and no benchmark to evaluate against. The only actionable step is watching the openai-python repository and OpenAI's official channels for a follow-up announcement that would confirm specifications.

Until OpenAI publishes a model card with concrete numbers — context window, pricing, benchmark scores — gpt-6-astra should be treated as an unconfirmed, in-development identifier rather than a released product. We will publish a full model-release article the moment OpenAI discloses specifications.

Related Articles

model release

OpenAI's GPT-6 Astra Reportedly Automates AI Engineering Tasks at Under $6 an Hour, According to Latent Space Testing

A Latent Space report describes GPT-6 Astra, a new OpenAI model the blog says can autonomously handle AI engineering tasks—training models, labeling data, deploying systems—at an estimated cost of under $6 per hour. The claims, including 97.6% on FrontierMath and 99.9% on ARC-AGI-3, come from independent blog testing rather than an official OpenAI announcement.

model release

OpenAI Launches GPT-6 Astra, Claims State-of-the-Art Computer Use and 98% on FrontierMath Tier 4

OpenAI has launched GPT-6 Astra, claiming state-of-the-art results on computer use, coding, and scientific reasoning benchmarks. The model is rolling out to a limited set of organizations first, with general ChatGPT availability expected within days.

model release

OpenAI Launches GPT-6 Astra, Matches Claude Fable Pricing at $10/$50 per Million Tokens

OpenAI has begun rolling out GPT-6 Astra, priced at $10/million input and $50/million output tokens to match Claude Fable. The model claims a 99.9% score on ARC-AGI 3 using a custom harness and leads on security and long-context benchmarks, though it trails Fable on general intelligence rankings.

model release

OpenAI Launches GPT-6 Astra, Says the Model May Already Qualify as AGI

OpenAI has released GPT-6 Astra, its most capable model yet, with benchmark scores the company says surpass GPT-5.6 Sol and Anthropic's Fable 5 models. President Greg Brockman called it a step into the 'AGI era,' though OpenAI acknowledges there's no agreed-upon threshold for that term.

Comments

Loading...