<p>This is a small release with exactly one headline, and the headline earns it: <strong>Claude Fable 5.1 is here</strong>, and Elyra has it on day one. But the more interesting story might be what we <em>didn't</em> change — so let's talk about both.</p><h2>Why releases like this exist</h2><p>Elyra ships its model registry inside the package. No phone-home, no remote config, no surprise model swaps behind your back — the models your Elyra knows are the models it shipped with. That's a deliberate choice: it keeps offline mode honest and your setup reproducible.</p><p>The tradeoff is that when something new lands upstream, we cut a release. So when a new Anthropic flagship appears, you get a version bump whose entire job is: <em>update, and it's in your </em><code>/model</code><em> picker</em>. This is that release.</p><h2>Claude Fable 5.1</h2><p>Anthropic's newest flagship, available in Elyra everywhere it exists upstream:</p><pre><code class="language-text">/model fable
  claude-fable-5-1        Claude Fable 5.1     anthropic     $10/$50
  anthropic.claude-fable-5-1                   bedrock (us)
  global.anthropic.claude-fable-5-1            bedrock (global)
  anthropic/claude-fable-5.1                   gateways
</code></pre><p>The numbers worth knowing: <strong>1M token context</strong>, 128K output, and adaptive thinking with a new <code>max</code> effort level above <code>xhigh</code> — the model decides when to think, and you can now tell it to really lean in. Cache reads at $0.25 per million make long agentic sessions far cheaper than the sticker price suggests.</p><p>At $10/$50 this is a premium instrument. Which brings us to the decision part.</p><h2>Why the default stays Sonnet</h2><p>Every time a shiny new flagship lands, there's a temptation to crown it the default. We didn't. Elyra's Anthropic default remains <code>claude-sonnet-5</code> — and that's a philosophy, not an oversight.</p><p>A default model is what runs when you haven't expressed an opinion: quick questions, routine edits, the everyday middle of the work. That job description calls for the best <em>value</em>, not the best <em>ceiling</em>. Sonnet 5 at $3/$15 does everyday agentic coding brilliantly. Fable 5.1 at $10/$50 is what you reach for when the problem deserves it.</p><p>The good news: with smart routing you don't have to choose. Pin Fable 5.1 to your deep tier and let the router escalate only when a turn actually warrants it:</p><pre><code class="language-text">/route
Next turn: tier=deep (architecture question spanning 14 files)
  cheap    → gemini-3.7-flash
  standard → claude-sonnet-5
  deep     → claude-fable-5-1
</code></pre><p>The expensive model works the hard problems; the sensible model handles the rest. Your invoice reflects the difference.</p><h2>Also in the registry</h2><ul><li><p><strong>GLM-5.3 on HuggingFace</strong> — the new GLM now reachable through HF inference too</p></li><li><p><strong>A wave of OpenAI </strong><code>:batch</code><strong> variants</strong> on the gateways — half-price siblings for gpt-4o through gpt-5.6. If you run budgeted <code>/goal</code> loops with the <code>goalBatchModels</code> setting, your unattended work just got a wider discount aisle</p></li><li><p><strong>New arrivals:</strong> Qwen 3.8 Flash Next, Inception's Mercury 2.5 preview, IBM Granite 4.2, and a MiMo "ultraspeed" variant</p></li></ul><h2>Get it</h2><pre><code class="language-bash">elyra update
</code></pre><p>Then <code>/model fable</code> if today's problem deserves the good stuff — or change nothing, and enjoy knowing your defaults were chosen on purpose.</p>