Skip to content

docs: refresh the model fleet and link the chat / code / design surfaces - #61

Merged
AetherAI3 merged 1 commit into
mainfrom
docs/readme-model-fleet-refresh
Aug 6, 2026
Merged

docs: refresh the model fleet and link the chat / code / design surfaces#61
AetherAI3 merged 1 commit into
mainfrom
docs/readme-model-fleet-refresh

Conversation

@AetherAI3

Copy link
Copy Markdown
Owner

What

The README's model copy predated two AetherCloud releases. It listed five providers and "image and video generation" with no detail — nothing told a reader the frontier tier exists, and the --model example pointed at opus.

Models & pricing

  • Frontier table (Pro/Team) — the six models that shipped July 25, each with its exact --model key and context window: Claude Opus 5 (opus5), GPT-5.6 Sol / Terra / Luna (gpt56_sol · gpt56_terra · gpt56_luna), Kimi K3 (kimi_k3), Gemini 3.6 Flash (gemini36_flash).
  • Opus 5 is called out as additive--model opus still resolves to Claude Opus 4.8. Anyone with it pinned reads that and stops worrying.
  • Per-plan table for the rest of the fleet (Free / Solo / Pro-Team), so the gating is visible without signing in.
  • Media expansion from the July 27 release: 15 image + 16 video + text-to-3D, up from the original eight.
  • --model flag example moves to real frontier keys.

Platform links

Part of the Aether platform mentioned only the desktop app. It now links every surface, with a line each on what it is:

Surface Link
Aether AI on the web (the Workbench) https://app.aethersystems.net/chat
Aether Code https://app.aethersystems.net/code
Aether Design https://app.aethersystems.net/design
AetherCloud desktop https://github.com/DBarr3/aethercloud
Aether Terminal https://aethersystems.net/terminal

RELEASE_NOTES.md

Gains an August 6 fleet entry covering the same ground, framed correctly — the fleet is server-side, so an installed CLI already reaches these models with no client upgrade. It also corrects the June note: that release shipped vision_kling as Kling 3.0 Standard; the "Kling 2.5 Turbo Pro" label named a model the backend does not call.

Provenance

Every model name, key, context window and tier gate is read from AETHER-CLOUD origin/mainlib/model_registry.py, lib/plan_tiers.py, lib/model_catalog.py — not from the release-notes prose. Keys with enabled=False (kimi_k26_thinking, gemma4_31b_free, gemma4_26b_moe) are deliberately not advertised, since they render as locked rows.

All five URLs verified 200.

Not in this PR

src/ui/model_picker.ts maps provider google → the label "Gemma". With Gemini 3.6 Flash now in the fleet, that group label is wrong for one of its two models. Left alone here — it's a code change, not a docs one.

🤖 Generated with Claude Code

The README's model copy predated two AetherCloud releases. It named five
providers and "image and video generation" with no detail, so nothing
told a reader that the frontier tier exists.

- Models & pricing now carries the six frontier models shipped July 25 —
  Claude Opus 5, GPT-5.6 Sol/Terra/Luna, Kimi K3 and Gemini 3.6 Flash —
  with the exact --model key and context window for each, plus a
  per-plan table for the rest of the fleet and the July 27 media
  expansion to 32 image/video/3D models.
- Opus 5 is called out as additive: --model opus still means Opus 4.8.
- The --model flag example moves off `opus` to real frontier keys.
- "Part of the Aether platform" now links the three web surfaces —
  /chat (the Workbench), /code and /design — alongside the desktop app
  and the /terminal page, instead of mentioning only the desktop.
- RELEASE_NOTES.md gains an August 6 fleet entry covering the same
  ground, and corrects the June note's "Kling 2.5 Turbo Pro" — the
  shipped model is Kling 3.0 Standard.

Every model name, key, context window and tier gate is taken from
AETHER-CLOUD origin/main (lib/model_registry.py, lib/plan_tiers.py,
lib/model_catalog.py); disabled keys are deliberately not advertised.
All five URLs verified 200.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@AetherAI3
AetherAI3 merged commit eae6e28 into main Aug 6, 2026
5 checks passed
@AetherAI3
AetherAI3 deleted the docs/readme-model-fleet-refresh branch August 6, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant