Support for Azure chat completions non-openai models

Resolved 💬 2 comments Opened May 7, 2026 by bhavyajoshi-mahindra Closed May 7, 2026

What variant of Codex are you using?

CLI

What feature would you like to see?

Request support to use Azure Kimi-K2.6 chat completions model in OpenAI Codex CLI.

Codex version used : codex-cli 0.128.0

config.toml used:

model = "Kimi-K2.6" # Replace with your actual deployment name from Azure
model_provider = "azure"
model_reasoning_effort = "high"

[model_providers.azure]
name = "Azure AI Foundry Inference"
# For .services.ai.azure.com, the base_url must stop before '/models'
base_url = "https://xx-dev-resource.services.ai.azure.com"
env_key = "AZURE_OPENAI_API_KEY"
wire_api = "responses"

Response:

Model metadata for `Kimi-K2.5` not found. Defaulting to fallback metadata; this can degrade performance and
  cause issues.

Additional information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗