Skip to content

Commit 9bd00bb

Browse files
docs: add Claude Opus 5 to available models (#1324)
* docs: add Claude Opus 5 to available models * docs: align available model list Align the public model catalog with active model availability and remove stale launch guidance. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --------- Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent a80aa7c commit 9bd00bb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/models.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,20 @@ keywords: ['models', 'model id', 'available models', 'model families', 'model mu
88

99
| Model | Model ID | Multiplier | Reasoning |
1010
| --- | --- | --- | --- |
11-
| Claude Fable 5<sup>\*†</sup> | `claude-fable-5` || `Off`, `Low`, `Medium`, `High (default)`, `Extra High`, `Max` |
11+
| Claude Fable 5<sup>\*</sup> | `claude-fable-5` || `Off`, `Low`, `Medium`, `High (default)`, `Extra High`, `Max` |
12+
| Claude Opus 5 | `claude-opus-5` || `Off`, `Low`, `Medium`, `High (default)`, `Extra High`, `Max` |
13+
| Claude Opus 5 Fast | `claude-opus-5-fast` || `Off`, `Low`, `Medium`, `High (default)`, `Extra High`, `Max` |
1214
| Claude Opus 4.8 | `claude-opus-4-8` || `Off`, `Low`, `Medium`, `High (default)`, `Extra High`, `Max` |
13-
| Claude Opus 4.8 Fast | `claude-opus-4-8-fast` || `Off`, `Low`, `Medium`, `High (default)`, `Extra High`, `Max` |
14-
| Claude Opus 4.7 | `claude-opus-4-7` || `Off`, `Low`, `Medium`, `High (default)`, `Max` |
15-
| Claude Opus 4.7 Fast | `claude-opus-4-7-fast` | 12× | `Off`, `Low`, `Medium`, `High (default)`, `Max` |
15+
| Claude Opus 4.7 | `claude-opus-4-7` || `Off`, `Low`, `Medium`, `High (default)`, `Extra High`, `Max` |
1616
| Claude Opus 4.6 | `claude-opus-4-6` || `Off`, `Low`, `Medium`, `High (default)`, `Max` |
17-
| Claude Opus 4.6 Fast | `claude-opus-4-6-fast` | 12× | `Off`, `Low`, `Medium`, `High (default)`, `Max` |
17+
| Claude Sonnet 5 | `claude-sonnet-5` | 1.2× | `Off`, `Low`, `Medium`, `High (default)`, `Extra High`, `Max` |
1818
| Claude Sonnet 4.6 | `claude-sonnet-4-6` | 1.2× | `Off`, `Low`, `Medium`, `High (default)`, `Max` |
1919
| Claude Opus 4.5 | `claude-opus-4-5-20251101` || `Off (default)`, `Low`, `Medium`, `High` |
2020
| Claude Sonnet 4.5 | `claude-sonnet-4-5-20250929` | 1.2× | `Off (default)`, `Low`, `Medium`, `High` |
2121
| Claude Haiku 4.5 | `claude-haiku-4-5-20251001` | 0.4× | `Off (default)`, `Low`, `Medium`, `High` |
2222

2323
<sup>\*</sup> Anthropic requires all Mythos-class models comply with 30 day data retention for trust and safety, please see more information [here](https://support.claude.com/en/articles/15425996-data-retention-practices-for-mythos-class-models).
2424

25-
<sup>†</sup> As of June 12, 2026, Claude Fable 5 is not currently available—see Anthropic's update on Mythos access [here](https://www.anthropic.com/news/fable-mythos-access).
26-
2725
## <span className="provider-heading"><img src="/images/model-icons/openai.svg" alt="" className="provider-icon openai-icon" />OpenAI</span>
2826

2927
| Model | Model ID | Multiplier | Reasoning |
@@ -45,6 +43,7 @@ keywords: ['models', 'model id', 'available models', 'model families', 'model mu
4543

4644
| Model | Model ID | Multiplier | Reasoning |
4745
| --- | --- | --- | --- |
46+
| Gemini 3.6 Flash | `gemini-3.6-flash` | 0.6× | `Minimal`, `Low`, `Medium`, `High (default)` |
4847
| Gemini 3.1 Pro | `gemini-3.1-pro-preview` | 0.8× | `Low`, `Medium`, `High (default)` |
4948
| Gemini 3.5 Flash | `gemini-3.5-flash` | 0.6× | `Minimal`, `Low`, `Medium`, `High (default)` |
5049
| Gemini 3 Flash | `gemini-3-flash-preview` | 0.2× | `Minimal`, `Low`, `Medium`, `High (default)` |
@@ -60,6 +59,7 @@ keywords: ['models', 'model id', 'available models', 'model families', 'model mu
6059
| Model | Model ID | Multiplier | Reasoning |
6160
| ---------------- | ------------------ | ---------- | ------------------------------------- |
6261
| GLM-5.2 | `glm-5.2` | 0.55× | `Off`, `High (default)`, `Max` |
62+
| GLM-5.2 Fast | `glm-5.2-fast` | 1.1× | `Off`, `High (default)`, `Max` |
6363
| GLM-5.1 | `glm-5.1` | 0.55× | `Off`, `High (default)` |
6464
| Nemotron 3 Ultra | `nemotron-3-ultra` | 0.4× | `Off`, `High (default)` |
6565
| Kimi K2.7 Code | `kimi-k2.7-code` | 0.4× | `Off`, `High (default)` |

0 commit comments

Comments
 (0)