Kimi K2

Advanced AI model designed for sophisticated language understanding and generation tasks

moonshotai
text
200,000 tokens
Context Length

200,000

tokens

Avg Latency

N/A

response time

Success Rate

99.0%

reliability

Total Requests

1M+

processed

Model Capabilities

Chat Completion Streaming Function Calling

Technical Specifications

Basic Information
Model ID:
moonshotai/kimi-k2
Provider:
moonshotai
Category:
text
Status:
Active
Performance & Limits
Context Length:
200,000 tokens
Max Requests:
10000/day
Version:
1.0
Added:
8/19/2025

Pricing

Input Tokens: $0.0015/1K
Output Tokens: $0.006/1K

Prices are per 1,000 tokens. Actual costs may vary based on usage patterns.
Quick Start Guide

Get started with this model in seconds

cURL Example
curl -X POST https://axione.vercel.app/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "moonshotai/kimi-k2",
    "messages": [
      {"role": "user", "content": "Hello, world!"}
    ],
    "max_tokens": 150,
    "temperature": 0.7
  }'
Replace YOUR_API_KEY with your actual API key from the dashboard

Related Models