Skip to content

WandB models updated#10040

Merged
Light2Dark merged 5 commits into
mainfrom
update-wandb-models
Jul 1, 2026
Merged

WandB models updated#10040
Light2Dark merged 5 commits into
mainfrom
update-wandb-models

Conversation

@koaning

@koaning koaning commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

I noticed that some of the models were out of date, so I updated the list.

Review in cubic

Copilot AI review requested due to automatic review settings July 1, 2026 10:18
@vercel

vercel Bot commented Jul 1, 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 1, 2026 11:07am

Request Review

Light2Dark
Light2Dark previously approved these changes Jul 1, 2026

@Light2Dark Light2Dark left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

tq!

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

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 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.
Comment thread packages/llm-info/data/models.yml Outdated

@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 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
Loading

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

Re-trigger cubic

Comment thread packages/llm-info/data/models.yml
@Light2Dark Light2Dark added the enhancement New feature or request label Jul 1, 2026
Co-authored-by: Shahmir Varqha <Sham9871@gmail.com>
Light2Dark
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>
@Light2Dark

Copy link
Copy Markdown
Member

Filled in missing wandb model metadata in models.yml:

  • Added release_date for 8 models that were missing it
  • Added cost from W&B inference pricing for those same models
  • Normalized all wandb entries to capabilities: [thinking, tool_calling]
  • Fixed GLM-5.1 release date (2026-04-07) and gpt-oss pricing to match W&B's current rates
@Light2Dark Light2Dark requested a review from kirangadhave July 1, 2026 13:10
@Light2Dark Light2Dark merged commit bc14b19 into main Jul 1, 2026
30 checks passed
@Light2Dark Light2Dark deleted the update-wandb-models branch July 1, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

4 participants