Kimi 2.5 not available when using from Azure Cognitive Services #8642

Closed
opened 2026-02-16 18:10:28 -05:00 by yindo · 5 comments
Owner

Originally created by @AshrithSathu on GitHub (Feb 5, 2026).

Originally assigned to: @fwang on GitHub.

Description

I have deployed kimi k 2.5 on Azure AI Foundry, and when I select that kimi k 2.5 isn't popping up

Plugins

No response

OpenCode version

1.1.52

Steps to reproduce

No response

Screenshot and/or share link

Image

Operating System

macOS 26.2

Terminal

Warp

Originally created by @AshrithSathu on GitHub (Feb 5, 2026). Originally assigned to: @fwang on GitHub. ### Description I have deployed kimi k 2.5 on Azure AI Foundry, and when I select that kimi k 2.5 isn't popping up ### Plugins _No response_ ### OpenCode version 1.1.52 ### Steps to reproduce _No response_ ### Screenshot and/or share link <img width="908" height="368" alt="Image" src="https://github.com/user-attachments/assets/9a90d9a1-233f-4a38-9f74-e292edad3766" /> ### Operating System macOS 26.2 ### Terminal Warp
yindo added the bugzen labels 2026-02-16 18:10:28 -05:00
yindo closed this issue 2026-02-16 18:10:28 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 5, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #12102: Unable to connect Azure AI Foundry Serverless Models (DeepSeek) due to strict Provider/Model validation - deals with Azure AI Foundry model availability and validation
  • #12186: Azure OpenAI configuration returns "API version not supported" / "Resource not found" despite valid endpoint - similar Azure Cognitive Services connectivity issues
  • #12113: Azure models fail due to reasoning_effort being sent even with --variant none - Azure model parameter handling

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 5, 2026): This issue might be a duplicate of existing issues. Please check: - #12102: Unable to connect Azure AI Foundry Serverless Models (DeepSeek) due to strict Provider/Model validation - deals with Azure AI Foundry model availability and validation - #12186: Azure OpenAI configuration returns "API version not supported" / "Resource not found" despite valid endpoint - similar Azure Cognitive Services connectivity issues - #12113: Azure models fail due to reasoning_effort being sent even with --variant none - Azure model parameter handling Feel free to ignore if none of these address your specific case.
Author
Owner

@liama86 commented on GitHub (Feb 6, 2026):

+1

@liama86 commented on GitHub (Feb 6, 2026): +1
Author
Owner

@NimaAra commented on GitHub (Feb 9, 2026):

You can refresh the models list and see it but it is currently not supported as per my issue: #12879

To refresh the models run:
opencode models --refresh

@NimaAra commented on GitHub (Feb 9, 2026): You can refresh the models list and see it but it is currently not supported as per my issue: #12879 To refresh the models run: `opencode models --refresh`
Author
Owner

@rekram1-node commented on GitHub (Feb 9, 2026):

will track in the separate issue

@rekram1-node commented on GitHub (Feb 9, 2026): will track in the separate issue
Author
Owner

@ilrenzo commented on GitHub (Feb 10, 2026):

If you manually edit your opencode.json file adding the model, it works for me. I've deployed gpt-5-mini that is not available in the list but I can use it when added manually.

{
"$schema": "https://opencode.ai/config.json",
"model": "gpt-5.2-codex",
"theme": "opencode",
"autoupdate": true,
"provider": {
"azure-cognitive-services": {
"models": {
"gpt-5.1-codex": {
"name": "gpt-5.1-codex"
},
"gpt-5.1-codex-max": {
"name": "gpt-5.1-codex-max"
},
"gpt-5.2-codex": {
"name": "gpt-5.2-codex"
},
"your-kimi": {
"name": "your-kimi"
}
}
}
}
}

@ilrenzo commented on GitHub (Feb 10, 2026): If you manually edit your opencode.json file adding the model, it works for me. I've deployed gpt-5-mini that is not available in the list but I can use it when added manually. { "$schema": "https://opencode.ai/config.json", "model": "gpt-5.2-codex", "theme": "opencode", "autoupdate": true, "provider": { "azure-cognitive-services": { "models": { "gpt-5.1-codex": { "name": "gpt-5.1-codex" }, "gpt-5.1-codex-max": { "name": "gpt-5.1-codex-max" }, "gpt-5.2-codex": { "name": "gpt-5.2-codex" }, "your-kimi": { "name": "your-kimi" } } } } }
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8642