Skip to content

Bug: Strip redundant vendor prefix from LLM catalog model IDs #415

@lbedner

Description

@lbedner

Bug Description

When listing models from the LLM catalog, model IDs display redundant vendor prefixes like gemini/gemini-3 instead of just gemini-3.

Expected Behavior

Model IDs should be displayed without the redundant vendor prefix when the vendor is already shown in a separate column, or the prefix should be stripped when it matches the vendor name.

Current Behavior

Model IDs include the full path with vendor prefix (e.g., gemini/gemini-3, openai/gpt-4o), making the display redundant when vendor is shown separately.

Affected Areas

Suggested Fix

Strip the {vendor}/ prefix from model IDs when displaying, or provide a display name that excludes the prefix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions