Door background frame
Kimi K3
Limited Trial
Kimi K3 visualization

Kimi K3

Limited Trial
Native multimodal agentic MoE model with 2.8T parameters (104B activated), built on Kimi Delta Attention. Excels at long-horizon coding, agentic knowledge work, and reasoning.

Moonshot AI API Usage

POST /v1/chat/completions
import requests
import json

url = "https://api.akashml.com/v1/chat/completions"

payload = {
    "model": "moonshotai/Kimi-K3",
    "messages": [
        {
            "role": "user",
            "content": "Hello, how are you?"
        }
    ],
    "max_tokens": 150,
    "temperature": 0.7
}

headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer YOUR_API_KEY"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())

Pricing

Price (per 1M Tokens)
Model
Input
Output
Cache Read
Kimi K3
$3.00
$15.00

Model Details

Model Details
Provider
Moonshot AI
Type
Multimodal
Parameters
2.8T (104B active)
Context Length
1M
Don't see the model you need?
Let us know, and we'll add it for you.
Request Model
AkashML
X (Twitter)GitHubDiscordYouTube
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2026 © akashml.com