Door background frame
Kimi K2.7 Code
Limited Trial
Kimi K2.7-Code visualization

Kimi K2.7 Code

Limited Trial
Coding-focused agentic MoE model with 1T parameters (32B activated), built on Kimi K2.6. Excels at real-world long-horizon coding and end-to-end software engineering.

Moonshot AI API Usage

POST /v1/chat/completions
import requests
import json

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

payload = {
    "model": "moonshotai/Kimi-K2.7-Code",
    "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
Kimi K2.7 Code
$0.95
$4.00

Model Details

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