MoonshotAI: Kimi K2.6
Chatmoonshotai/kimi-k2.6Kimi K2.6 是 Kimi 最新最智能的模型,Kimi K2.6 的通用 Agent、代码、视觉理解等综合能力得到全面提升,其中在博士级难度的完整版人类最后的考试(Humanity’s Last Exam)、在考察模型真实软件工程能力的 SWE-Bench Pro、评估 Agent 深度检索能力的 DeepSearchQA 等基准测试中均取得行业领先的成绩,同时支持文本、图片与视频输入,思考与非思考模式,对话与 Agent 任务。
262K context window
262K max output tokens
Released: 2026-04-21
Supported Protocols:openaianthropic
Available Providers:Moonshot
Capabilities:VisionFunction CallingReasoningPrompt CachingWeb Search
Pricing
| Type | Price |
|---|---|
| Input Tokens | $0.95/M |
| Output Tokens | $4/M |
| Cache Read | $0.16/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.6",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Related Models
More from MoonshotAI
Frequently Asked Questions
MoonshotAI: Kimi K2.6 on Ofox.ai costs $0.95/M per million input tokens and $4/M per million output tokens. Pay-as-you-go, no monthly fees.
MoonshotAI: Kimi K2.6 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.6 supports the following capabilities: Vision, Function Calling, Reasoning, Prompt Caching, Web Search. Access all features through the Ofox.ai unified API.