Azure AI Foundry/Kimi K2.5: "This model is not supported by the Responses API" #8967

Open
opened 2026-02-16 18:11:17 -05:00 by yindo · 1 comment
Owner

Originally created by @gdl-reif on GitHub (Feb 10, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

We deployed Kimi K2.5 to Azure AI Foundry, set the environment variables according to the docs and connected with the API key thru the TUI. Every request to the Kimi K2.5 model fails though with the error message.

Image

Plugins

none

OpenCode version

1.1.53

Steps to reproduce

  1. Deploy Kimi K2.5 to Azure AI foundry
  2. Set up AZURE_COGNITIVE_SERVICES_RESOURCE_NAME as described in the docs
  3. Set up opencode.json:
{
    "$schema": "https://opencode.ai/config.json",
    "autoupdate": true,
    "provider": {
        "azure-cognitive-services": {
            "options": {
                "apiKey": "<redacted>",
                "resourceName": "<redacted>"
            },
            "models": {
                "Kimi-K2.5": {
                    "name": "Kimi-K2.5-az"
                }
            }
        }
    }
}
  1. auth opencode via opencode auth login oder /connect
  2. Select the model and send any message

Screenshot and/or share link

No response

Operating System

Windows 11

Terminal

Windows Terminal

Originally created by @gdl-reif on GitHub (Feb 10, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description We deployed Kimi K2.5 to Azure AI Foundry, set the environment variables according to the docs and connected with the API key thru the TUI. Every request to the Kimi K2.5 model fails though with the error message. <img width="1575" height="782" alt="Image" src="https://github.com/user-attachments/assets/9aa6d777-5cd3-4580-a830-b056420adc03" /> ### Plugins none ### OpenCode version 1.1.53 ### Steps to reproduce 1. Deploy Kimi K2.5 to Azure AI foundry 2. Set up AZURE_COGNITIVE_SERVICES_RESOURCE_NAME as described in the docs 3. Set up opencode.json: ``` { "$schema": "https://opencode.ai/config.json", "autoupdate": true, "provider": { "azure-cognitive-services": { "options": { "apiKey": "<redacted>", "resourceName": "<redacted>" }, "models": { "Kimi-K2.5": { "name": "Kimi-K2.5-az" } } } } } ``` 4. auth opencode via `opencode auth login` oder `/connect` 4. Select the model and send any message ### Screenshot and/or share link _No response_ ### Operating System Windows 11 ### Terminal Windows Terminal
yindo added the windowsbug labels 2026-02-16 18:11:17 -05:00
Author
Owner

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

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

  • #12879: Bad request when using Kimi K2.5 on Azure Foundry (same platform/model combination with a related error)
  • #12917: kimi-k2.5 model not available (Model not found/inaccessible/not deployed)
@github-actions[bot] commented on GitHub (Feb 10, 2026): This issue might be a duplicate of existing issues. Please check: - #12879: Bad request when using Kimi K2.5 on Azure Foundry (same platform/model combination with a related error) - #12917: kimi-k2.5 model not available (Model not found/inaccessible/not deployed)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8967