chore: update supported models to latest versions#1479
Merged
EItanya merged 1 commit intokagent-dev:mainfrom Mar 11, 2026
Merged
chore: update supported models to latest versions#1479EItanya merged 1 commit intokagent-dev:mainfrom
EItanya merged 1 commit intokagent-dev:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the backend’s stock supported-model catalog returned by /api/models so the UI can present current provider/model options.
Changes:
- Refresh OpenAI model list (add gpt-4.1 family, gpt-4o-mini, o3; remove deprecated gpt-4/gpt-4-turbo/gpt-3.5-turbo).
- Refresh Anthropic, AzureOpenAI, Ollama, and Bedrock model lists to newer model identifiers and remove deprecated entries.
- Enable function calling flags for additional Ollama models (notably mistral/mixtral).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
69bf74b to
5df0c75
Compare
Add latest models across providers while keeping existing entries for backward compatibility: - OpenAI: add gpt-4.1 family, gpt-4o-mini, o3, o3-mini - Anthropic: add claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5 - AzureOpenAI: add gpt-5 family - Ollama: add llama3.3, llama3.1, qwen2.5-coder, deepseek-r1 Closes kagent-dev#1419 Signed-off-by: Jaison Paul <paul.jaison@gmail.com>
5df0c75 to
7bbb436
Compare
EItanya
approved these changes
Mar 11, 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.
Summary
All existing model IDs are preserved for backward compatibility.
Closes #1419
Test plan
/api/modelsendpoint returns the updated model list