docs: refresh the model fleet and link the chat / code / design surfaces - #61
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
--modelexample pointed atopus.Models & pricing
--modelkey 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).--model opusstill resolves to Claude Opus 4.8. Anyone with it pinned reads that and stops worrying.--modelflag example moves to real frontier keys.Platform links
Part of the Aether platformmentioned only the desktop app. It now links every surface, with a line each on what it is: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_klingas 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/main—lib/model_registry.py,lib/plan_tiers.py,lib/model_catalog.py— not from the release-notes prose. Keys withenabled=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.tsmaps providergoogle→ 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