Skip to content

Update llm-info model catalog and backfill descriptions#10002

Merged
Light2Dark merged 1 commit into
mainfrom
automation/sync-llm-info-models
Jun 29, 2026
Merged

Update llm-info model catalog and backfill descriptions#10002
Light2Dark merged 1 commit into
mainfrom
automation/sync-llm-info-models

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This pull request was authored by a coding agent.

📝 Summary

  • Syncs packages/llm-info/data/models.yml with the latest models from models.dev, adding recent entries for Azure (Claude Opus 4.8, DeepSeek V4 Flash/Pro), Ollama (GLM-5.2, Kimi K2.7 Code, MiniMax M3, Nemotron 3 Ultra), and OpenCode Go (GLM-5.2, Kimi K2.7 Code, MiniMax M3, Qwen3.7 Plus).
  • Backfills every empty model description using OpenRouter and provider documentation so the model picker shows concise capability summaries instead of blanks.
  • Removes unverified placeholder entries from the initial sync that were not ready for the catalog — Claude Fable 5 regional Bedrock stubs, duplicate Google/Azure Claude entries, gpt-image-2, and superseded Ollama/OpenCode Go listings (e.g. MiMo V2 Omni/Pro, GLM 5, MiniMax M2.5).
  • Reorders provider sections by release date so newer models surface first in the picker.

📋 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.
@github-actions github-actions Bot added the enhancement New feature or request label Jun 26, 2026
@vercel

vercel Bot commented Jun 26, 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 Jun 29, 2026 10:07am

Request Review

@Light2Dark Light2Dark changed the title Update LLM model catalog Jun 26, 2026
@Light2Dark Light2Dark marked this pull request as ready for review June 26, 2026 15:24
@mscolnick mscolnick requested a review from Light2Dark June 26, 2026 19:20
Light2Dark
Light2Dark previously approved these changes Jun 29, 2026
@Light2Dark Light2Dark enabled auto-merge (squash) June 29, 2026 04:36
@Light2Dark Light2Dark requested a review from kirangadhave June 29, 2026 04:36
@Light2Dark Light2Dark merged commit d3cd56a into main Jun 29, 2026
29 checks passed
@Light2Dark Light2Dark deleted the automation/sync-llm-info-models branch June 29, 2026 16:01
@github-actions

Copy link
Copy Markdown
Contributor Author

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

Light2Dark added a commit that referenced this pull request Jun 30, 2026
## 📝 Summary

<!--
If this PR closes any issues, list them here by number (e.g., Closes
#123).

Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->
For some reason, this was merged
#10002 with incorrect info.

This PR removes unavailable models, adds descriptions, and reorders
model according to group.

## 📋 Pre-Review Checklist
<!-- These checks need to be completed before a PR is reviewed -->

- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/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). <!-- PR is more likely to be merged if evidence is provided
for changes made -->

## ✅ Merge Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] Documentation has been updated where applicable, including
docstrings for API changes.
- [ ] Tests have been added for the changes made.


<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/marimo-team/marimo/pull/10025?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

2 participants