Documentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Universal Config
Every AI agent that supports OpenAI-compatible APIs works with Kyma. Here’s everything you need:/v1/models.
Auto-Detection
Kyma API keys start withky-. Configure:
| Setting | Value |
|---|---|
| Base URL | https://kymaapi.com/v1 |
| API Key | The ky- key |
| Format | OpenAI-compatible |
| Streaming | Supported |
| Default model | qwen-3.6-plus |
Quick Verify
Agent-Specific Configs
Claude Code / Claude CLI
Claude Code / Claude CLI
Cursor IDE
Cursor IDE
Settings → OpenAI API:
- API Key:
ky-your-api-key - Base URL:
https://kymaapi.com/v1 - Model:
qwen-3-32b(best for code)
Continue.dev
Continue.dev
~/.continue/config.json:OpenAI Python SDK
OpenAI Python SDK
OpenAI Node.js SDK
OpenAI Node.js SDK
LangChain
LangChain
Any OpenAI-compatible client
Any OpenAI-compatible client
Recommended Models
| Use Case | Model | Speed |
|---|---|---|
| General / reasoning | qwen-3.6-plus | Medium |
| Coding | qwen-3-coder | Medium |
| Long context | gemini-2.5-flash | ⚡ Fast |
| Deep reasoning | deepseek-r1 | Slow |
| Agentic tasks | kimi-k2.6 | Medium |
| Fastest response | qwen-3-32b | ⚡ Fast |