Skip to content

chore: update supported models to latest versions#1479

Merged
EItanya merged 1 commit intokagent-dev:mainfrom
jsonmp-k8:fix/update-supported-models
Mar 11, 2026
Merged

chore: update supported models to latest versions#1479
EItanya merged 1 commit intokagent-dev:mainfrom
jsonmp-k8:fix/update-supported-models

Conversation

@jsonmp-k8
Copy link
Contributor

@jsonmp-k8 jsonmp-k8 commented Mar 11, 2026

Summary

  • 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; keep FunctionCalling false for all Ollama models due to inconsistent tool-use support across quantizations

All existing model IDs are preserved for backward compatibility.

Closes #1419

Test plan

  • Verify the /api/models endpoint returns the updated model list
  • Confirm UI model dropdowns display the new models correctly
  • Verify existing model configs using older model IDs still work

Copilot AI review requested due to automatic review settings March 11, 2026 05:07
Copy link
Contributor

Copilot AI left a comment

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 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.

@jsonmp-k8 jsonmp-k8 force-pushed the fix/update-supported-models branch from 69bf74b to 5df0c75 Compare March 11, 2026 05:15
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>
@jsonmp-k8 jsonmp-k8 force-pushed the fix/update-supported-models branch from 5df0c75 to 7bbb436 Compare March 11, 2026 12:30
@EItanya EItanya merged commit 480c095 into kagent-dev:main Mar 11, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] update to latest models we're using in kagent

3 participants