Skip to content

add fable and sonnet 5 to models list#10051

Merged
Light2Dark merged 1 commit into
mainfrom
sham/add-black-claude-5
Jul 2, 2026
Merged

add fable and sonnet 5 to models list#10051
Light2Dark merged 1 commit into
mainfrom
sham/add-black-claude-5

Conversation

@Light2Dark

Copy link
Copy Markdown
Member

📝 Summary

Closes #

📋 Pre-Review Checklist

  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • Any AI generated code has been reviewed line-by-line by the human PR author, who stands by it.
  • Video or media evidence is provided for any visual changes (optional).

✅ Merge Checklist

  • I have read the contributor guidelines.
  • Documentation has been updated where applicable, including docstrings for API changes.
  • Tests have been added for the changes made.

Copilot AI review requested due to automatic review settings July 2, 2026 04:28
@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Jul 2, 2026 4:28am

Request Review

@Light2Dark Light2Dark changed the title add back fable and sonnet 5 add fable and sonnet 5 Jul 2, 2026
@Light2Dark Light2Dark changed the title add fable and sonnet 5 add fable and sonnet 5 to models list Jul 2, 2026
@Light2Dark Light2Dark requested a review from koaning July 2, 2026 04:29
@Light2Dark Light2Dark added the enhancement New feature or request label Jul 2, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Architecture diagram
sequenceDiagram
    participant App as Application Startup
    participant ConfigLoader as ConfigLoader
    participant ModelsYAML as models.yml
    participant LLMInfo as LLM Info Registry
    participant UI as Model Selector UI
    participant User as End User

    Note over App,ModelsYAML: System Startup
    App->>ConfigLoader: initialize()
    ConfigLoader->>ModelsYAML: read() — includes NEW: claude-fable-5, claude-sonnet-5
    ModelsYAML-->>ConfigLoader: raw YAML content
    ConfigLoader->>ConfigLoader: parse YAML into model definitions
    ConfigLoader->>LLMInfo: registerModels(parsed_definitions)
    LLMInfo-->>ConfigLoader: models loaded
    ConfigLoader-->>App: ready

    Note over UI,User: Runtime Model Selection
    User->>UI: open model selector
    UI->>LLMInfo: getModels(provider="anthropic")
    LLMInfo-->>UI: list of models (including Claude Fable 5, Claude Sonnet 5)
    UI->>UI: render model options
    UI-->>User: show available models
    User->>UI: select "Claude Sonnet 5"
    UI->>LLMInfo: getModelMetadata("claude-sonnet-5")
    LLMInfo-->>UI: capabilities, costs, input_types, roles
    UI-->>User: model selected
Loading

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread packages/llm-info/data/models.yml

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the llm-info model registry to include the newly released Claude Fable 5 and Claude Sonnet 5 entries across the relevant providers, so downstream tooling/UI can surface them as selectable models.

Changes:

  • Added Claude Fable 5 and Claude Sonnet 5 entries under anthropic.
  • Added corresponding entries under bedrock (including a global.* model id for Fable) and azure.
  • Extended the provider sections’ model lists with release dates and per-1M token pricing metadata.

Comment thread packages/llm-info/data/models.yml
Comment thread packages/llm-info/data/models.yml
Comment thread packages/llm-info/data/models.yml

@koaning koaning left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double checked the id's. LGTM!

@Light2Dark Light2Dark merged commit 4d33427 into main Jul 2, 2026
34 of 37 checks passed
@Light2Dark Light2Dark deleted the sham/add-black-claude-5 branch July 2, 2026 15:21
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.23.14-dev2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants