# Kimi CLI [← back to overview](index.md) Kimi CLI speaks plain **OpenAI Chat Completions**. Configure a provider block in its config file (`config.toml`): ```toml [providers.openai] type = "openai" base_url = "http://:${OMNIROUTE_PORT:-4000}/v1" api_key = "" ``` If Kimi CLI's response parsing gets confused by Qwen's `...` reasoning tags, check its `reasoning_key` setting — it's configurable for non-standard local server responses.