WandB models updated#10040
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Light2Dark
previously approved these changes
Jul 1, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the curated LLM model catalog for the wandb provider (Weights & Biases) in packages/llm-info, based on the latest WandB inference model list, so downstream consumers (e.g., marimo’s AI model picker/registry) have an up-to-date set of available models.
Changes:
- Added new WandB model entries (e.g., DeepSeek V4-Flash/V4-Pro, GLM-5.2, Kimi K2.7 Code, Qwen3.6 variants, JetBrains Mellum2).
- Removed/replaced several older WandB entries.
- Applied widespread formatting-only changes to
cost:inline maps across multiple providers.
Contributor
There was a problem hiding this comment.
1 issue found across 1 file
Architecture diagram
sequenceDiagram
participant UI as Marimo UI
participant Backend as Marimo Backend
participant Provider as W&B Provider Config
participant Models as LLM Info Registry
Note over UI,Models: Static model configuration update flow
UI->>Backend: Request available LLM models for provider
Backend->>Models: Load models.yml configuration
Models-->>Backend: Return model definitions
Backend->>Provider: NEW: Return updated W&B provider model list
Provider-->>Backend: Model list with updated names/costs
Backend-->>UI: Return formatted model selections
Note over UI,Models: Key configuration entries updated in models.yml
Note over Providers: wandb provider entry updated with latest model versions, costs, and capabilities
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Co-authored-by: Shahmir Varqha <Sham9871@gmail.com>
Light2Dark
previously approved these changes
Jul 1, 2026
Fill in W&B inference costs for newly added models, align all wandb entries on thinking + tool_calling, and correct GLM-5.1 and gpt-oss pricing/release dates. Co-authored-by: Cursor <cursoragent@cursor.com>
Member
|
Filled in missing
|
Light2Dark
approved these changes
Jul 1, 2026
mscolnick
approved these changes
Jul 1, 2026
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.
I noticed that some of the models were out of date, so I updated the list.