Kimi AI by Moonshot AI provides advanced multimodal reasoning models with up to 256K context windows. Use Kimi K2.5 and other models through the OpenAI-compatible Chat Completions API with Vision Agents.Documentation Index
Fetch the complete documentation index at: https://visionagents.ai/llms.txt
Use this file to discover all available pages before exploring further.
Vision Agents requires a Stream account
for real-time transport. Get your Kimi API key from the Moonshot
Platform.
Installation
Quick Start
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
model | str | — | Model identifier (see available models below) |
api_key | str | None | API key (defaults to MOONSHOT_API_KEY env var) |
base_url | str | "https://api.moonshot.ai/v1" | Kimi API endpoint |
Available Models
| Model | Context | Description |
|---|---|---|
kimi-k2.5-preview | 256K | Latest multimodal model with vision and reasoning |
kimi-k2-0711-preview | 128K | 1T parameter MoE model with strong reasoning |
moonshot-v1-8k | 8K | Fast responses for shorter contexts |
moonshot-v1-32k | 32K | Balanced performance and context |
moonshot-v1-128k | 128K | Extended context for long documents |
Function Calling
Kimi K2.5 supports function calling with automatic tool invocation:Next Steps
Build a Voice Agent
Get started with voice
Build a Video Agent
Add video processing

