Pricing
- Input Tokens: $1.1 /M tokens
- Output Tokens: $3.3 /M tokens
Input Modalities
- Text
Output Modalities
- Text
Capabilities
- Tools
- Tool calling
- Structured outputs
Try this model
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://aihubmix.com/v1",
)
response = client.chat.completions.create(
model="cc-kimi-k2-instruct",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
What is CC Kimi K2 Instruct?
How much does CC Kimi K2 Instruct cost?
What modalities does CC Kimi K2 Instruct support?
What capabilities does CC Kimi K2 Instruct support?
How do I call CC Kimi K2 Instruct via API?
Who created CC Kimi K2 Instruct?
Compare CC Kimi K2 Instruct
More models from Moonshot AI
See all Moonshot AI models →Kimi K3 is Kimi’s flagship model for long-horizon coding and end-to-end knowledge work, with a 1M-token context window and industry-leading intelligence.
coding-kimi-k3-free is the open and free version of coding-kimi-k3. To maintain reliable service, each account is limited to 5 requests per minute, 100 requests per day, and 1 million tokens per day.
Kimi K2.7 Code is Kimi’s most intelligent Coding model, capable of completing programming tasks with higher success rates in long context. It features a native multimodal architecture that supports text, image, video input, and thinking modes, and dialogue and agent tasks.
High-Speed version of Kimi K2.7 Code model, with output speed of approximately 180 Tokens/s and up to 260 Tokens/s in short context scenarios, delivering a more extreme coding experience.
Kimi K2.6 is Kimi's latest and most intelligent model, with stronger and more stable long-range code-writing capabilities, significantly improved instruction-following and self-correction abilities, and support for text, image, and video inputs, thinking and non-thinking modes, as well as dialogue and Agent tasks.The model has a context length of 256k, supports long-form thinking, and excels at deep reasoning.
© 2023 - 2026 AIHubMix, LLC