MoonshotAI: Kimi K2.5
Chatmoonshotai/kimi-k2.5Kimi K2.5 is Moonshot AI''s native multimodal model, delivering state-of-the-art visual coding capability and a self-directed agent swarm paradigm. Built on Kimi K2 with continued pretraining over approximately 15T mixed visual and text tokens, it delivers strong performance in general reasoning, visual coding, and agentic tool-calling.
262K context window
262K max output tokens
Released: 2026-01-27
Supported Protocols:openaianthropic
Available Providers:AliyunMoonshot
Capabilities:VisionFunction CallingReasoningPrompt CachingWeb SearchVideo Input
Pricing
| Type | Price |
|---|---|
| Input Tokens | $0.6/M |
| Output Tokens | $3/M |
| Cache Read | $0.1/M |
| Web Search | $0.0043/R |
Code Examples
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.ai/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="moonshotai/kimi-k2.5",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Related Models
Frequently Asked Questions
MoonshotAI: Kimi K2.5 on Ofox.ai costs $0.6/M per million input tokens and $3/M per million output tokens. Pay-as-you-go, no monthly fees.
MoonshotAI: Kimi K2.5 supports a context window of 262K tokens with max output of 262K tokens, allowing you to process large documents and maintain long conversations.
Simply set your base URL to https://api.ofox.ai/v1 and use your Ofox API key. The API is OpenAI-compatible โ just change the base URL and API key in your existing code.
MoonshotAI: Kimi K2.5 supports the following capabilities: Vision, Function Calling, Reasoning, Prompt Caching, Web Search, Video Input. Access all features through the Ofox.ai unified API.