Skip to content

Feat #6231 - automatic discovery of models from providers - #39176

Open
jakubsuchy wants to merge 3 commits into
anomalyco:devfrom
jakubsuchy:dev
Open

Feat #6231 - automatic discovery of models from providers#39176
jakubsuchy wants to merge 3 commits into
anomalyco:devfrom
jakubsuchy:dev

Conversation

@jakubsuchy

Copy link
Copy Markdown

Issue for this PR

Closes #6231

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Fixes issue #6231 to provide a generic way that providers can pull /v1/models, and therefore automatically update their model list at any time.

Updates documentation with information how providers can use this functionality

How did you verify your code works?

Testing + Automated testing

Screenshots / recordings

none

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Jakub Suchy and others added 2 commits July 22, 2026 21:15
…ay to enable model discovery on a provider. Model discovery is opt-in by provider, to provide backwards compatibility
@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title Fixes #6231 - automatic discovery of models from providers doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

Based on my search results, I found several potentially related PRs that address similar model discovery functionality:

Most Relevant:

Related Features:

These PRs are not exact duplicates of PR #39176, but they address overlapping concerns around automatic model discovery from various provider types. You may want to review these to ensure consistency in implementation approach and avoid duplicate logic.

@jakubsuchy jakubsuchy changed the title Fixes #6231 - automatic discovery of models from providers Feat #6231 - automatic discovery of models from providers Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Auto-discover models from OpenAI-compatible provider endpoints

1 participant