---
title: "Fable 5.1, Gemini 3.8 Flash and Astra: what changes"
description: "The new models change cache prices, reasoning costs and access. Here’s what to check before switching."
source: "https://blog.dvx.ventures/signals/fable-gemini-astra-costs"
site: "DVx Blog"
publisher: "DVx Ventures"
type: "DVx Signal — Builder"
issue: "006"
published: "2026-09-10"
updated: "2026-09-10"
last_verified: "2026-09-10"
---

# DVx Signal — Builder 006 — Fable 5.1, Gemini 3.8 Flash and Astra: what changes

> The new models change cache prices, reasoning costs and access. Here’s what to check before switching.

01

Claude

## Fable 5.1 cuts cache-read costs

September 1 release · checked September 10 [Official source ↗](https://www.anthropic.com/claude-fable-and-mythos-5-1)

[![Anthropic’s official Claude Fable 5.1 and Mythos 5.1 launch page](https://blog.dvx.ventures/signals/006/evidence/fable-release.png)](https://www.anthropic.com/claude-fable-and-mythos-5-1)

*Anthropic’s release page. Fable is generally available; Mythos has restricted access. [View source ↗](https://www.anthropic.com/claude-fable-and-mythos-5-1)*

Fable 5.1 keeps standard API rates at $10 per million input tokens and $50 per million output tokens. [Cache reads fall to $0.25 per million](https://platform.claude.com/docs/en/models/fable-5-1/overview), a quarter of Fable 5’s rate. The savings depend on how much of your input is already cached.

The upgrade has [three breaking changes](https://platform.claude.com/docs/en/models/fable-5-1/overview): forced tool use returns an error, older models cannot read its thinking blocks, and editing earlier turns invalidates those blocks. Check these paths before swapping the model ID.

**Try this.** Replay a few real tool conversations, including a resumed conversation and an edited earlier turn. Compare total cost and failures against your current model.

Go deeper [Migration and pricing ↗](https://platform.claude.com/docs/en/models/fable-5-1/overview)

02

Gemini

## Gemini 3.8 Flash prices double in January

September 2 release · checked September 10 [Official source ↗](https://blog.google/innovation-and-ai/models-and-research/gemini-models/3-8-flash-and-3-8-flash-cyber/)

[![Google’s official Gemini 3.8 Flash and Flash Cyber launch artwork](https://blog.dvx.ventures/signals/006/evidence/gemini-release.png)](https://blog.google/innovation-and-ai/models-and-research/gemini-models/3-8-flash-and-3-8-flash-cyber/)

*Google’s launch artwork. Flash Cyber is a separate trusted-access offering. [View source ↗](https://blog.google/innovation-and-ai/models-and-research/gemini-models/3-8-flash-and-3-8-flash-cyber/)*

[Standard API prices](https://ai.google.dev/gemini-api/docs/pricing) are $0.75 per million input tokens and $3.75 per million output tokens through December 31. On January 1, 2027, they become $1.50 and $7.50. Thinking tokens count as output.

At fixed usage of 100,000 input and 20,000 output tokens, that is $0.15 now and $0.30 in January. This example excludes tools, cache storage, retries and taxes; it does not compare task quality.

The model can spend more tokens on difficult tasks. [Supported effort levels](https://ai.google.dev/gemini-api/docs/models/gemini-3.8-flash) are low, medium and high; minimal returns an error. Google still supports 3.7 Flash for efficiency-focused workloads.

**Try this.** Test low and medium effort on the same tasks. Budget using January’s rates and the tokens actually consumed.

Go deeper [Dated prices ↗](https://ai.google.dev/gemini-api/docs/pricing)[Model limits ↗](https://ai.google.dev/gemini-api/docs/models/gemini-3.8-flash)

03

OpenAI

## Astra charges more above 272K input tokens

September 3 launch · checked September 10 [Official source ↗](https://developers.openai.com/api/docs/models/gpt-6-astra)

[![GitHub Copilot model picker with GPT-6 Astra selected](https://blog.dvx.ventures/signals/006/evidence/astra-copilot.png)](https://github.blog/changelog/2026-09-04-gpt-6-astra-is-generally-available-in-github-copilot/)

*GitHub’s official Astra model-picker image. API prices below apply to OpenAI’s API. [View source ↗](https://github.blog/changelog/2026-09-04-gpt-6-astra-is-generally-available-in-github-copilot/)*

[OpenAI’s API documentation](https://developers.openai.com/api/docs/models/gpt-6-astra) lists a 1,050,000-token context window, but the standard price changes much earlier. Above 272,000 input tokens, the entire request uses twice the input and cache rates and 1.5 times the output rate.

With no caching, 260,000 input tokens and 20,000 output tokens cost $3.60. At 300,000 input tokens and the same output, the cost is $7.50. These are standard API calculations, excluding tools, retries and taxes.

Access also differs by product: [Copilot began a gradual rollout September 4](https://github.blog/changelog/2026-09-04-gpt-6-astra-is-generally-available-in-github-copilot/); [ChatGPT Enterprise access is off by default](https://openai.com/index/gpt-6-astra-next-generation-work/) until an administrator enables it under the organization’s agreement.

**Try this.** Track input size before each call. Test whether trimming repeated context keeps the task accurate and below the pricing threshold.

Go deeper [API contract ↗](https://developers.openai.com/api/docs/models/gpt-6-astra)[Copilot availability ↗](https://github.blog/changelog/2026-09-04-gpt-6-astra-is-generally-available-in-github-copilot/)

04

Coding tools

## HydraFusion can use several models for one task

September 4 research preview · checked September 10 [Official source ↗](https://github.blog/ai-and-ml/github-copilot/project-hydrafusion-frontier-quality-via-multi-model-orchestration/)

[![GitHub’s HydraFusion research preview with its Copilot CLI model selector](https://blog.dvx.ventures/signals/006/evidence/hydrafusion-release.jpg)](https://github.blog/ai-and-ml/github-copilot/project-hydrafusion-frontier-quality-via-multi-model-orchestration/)

*GitHub’s research-preview announcement and model selector. [View source ↗](https://github.blog/ai-and-ml/github-copilot/project-hydrafusion-frontier-quality-via-multi-model-orchestration/)*

GitHub’s new Copilot CLI option can use one model, escalate to a stronger model, or ask another model to review a draft. The reviewer cannot use tools or modify the repository.

Every model’s tokens count toward the bill at its standard rate. GitHub reports lower estimated costs in offline benchmarks; those results are not a guarantee for your codebase.

**Try this.** Update Copilot CLI, enable experimental features, and select HydraFusion. Start with one well-scoped coding task. Compare the final patch, elapsed time and total usage.

Go deeper [Preview setup and results ↗](https://github.blog/ai-and-ml/github-copilot/project-hydrafusion-frontier-quality-via-multi-model-orchestration/)

Also this week

## Other releases

### Muse Spark 1.3

[Meta’s September 2 release](https://research.meta.ai/blog/introducing-muse-spark-1-3) adds max reasoning through Muse Code and Meta Model API.

### Qwen’s September snapshot

[Qwen3.8 Max 0902](https://www.qwencloud.com/models/qwen3.8-max-0902) is a September 2 snapshot. Check prices for the specific provider and region.

### Mistral OCR 4.1

[Mistral’s changelog](https://docs.mistral.ai/resources/changelogs) records general availability on August 31, following the July preview.

One comparison to run

## Test one workflow before switching

1. **Choose** Use five recent tasks with known acceptable results.
2. **Compare** Keep inputs, tools and completion criteria the same.
3. **Record** Check accuracy, failures, elapsed time and total cost.

Switch only if the improvement matters for the work your team actually does.

---

*Source: https://blog.dvx.ventures/signals/fable-gemini-astra-costs — DVx Blog, published by [DVx Ventures](https://dvx.ventures).*
