

In
Aus


Text to Speech
const { OpenAI } = require('openai');
const api = new OpenAI({
baseURL: 'https://api.ai.cc/v1',
apiKey: '',
});
const main = async () => {
const result = await api.chat.completions.create({
model: 'moonshotai/kimi-k3-thinking',
messages: [
{
role: 'system',
content: 'You are an AI assistant who knows everything.',
},
{
role: 'user',
content: 'Tell me, why is the sky blue?'
}
],
});
const message = result.choices[0].message.content;
console.log(`Assistant: ${message}`);
};
main();
import os
from openai import OpenAI
client = OpenAI(
base_url="https://api.ai.cc/v1",
api_key="",
)
response = client.chat.completions.create(
model="moonshotai/kimi-k3-thinking",
messages=[
{
"role": "system",
"content": "You are an AI assistant who knows everything.",
},
{
"role": "user",
"content": "Tell me, why is the sky blue?"
},
],
)
message = response.choices[0].message.content
print(f"Assistant: {message}")

WIE K3 API
Entwicklerzugangsschein
Installieren Sie ein beliebiges OpenAI-kompatibles SDK und verweisen Sie es auf api.ai.cc/v1und stellen Sie das Modell auf ein moonshotai/kimi-k3-thinkingDie
// base_url
Basis-URL = "api.ai.cc/v1"
// Modell
Modell = „moonshotai/kimi-k3-thinking“
Eingangpro 1 Million Token
3,90 €
Ausgabepro 1 Million Token
19,50 $
PREISKARTEUSD / 1 Mio. Tok
| Modell | Eingang | Ausgabe | Kontext | Am besten geeignet für |
|---|---|---|---|---|
| Kimi K3Diese Seite | 3,9 $/1 Mio. | 19,5 $/1 Mio. | 1 Million nahm | Langzeitkontext, multimodale und agentenbasierte Workflows |
| Wie K2.6 | 1,235 $/1 Mio. | 5,2 $/1 Mio. | 262.000 benötigten | Codierung + Agenten |
| MiniMax M3 | 0,39 $/1 Mio. | 1,56 $/1 Mio. | 524K dauerte | Codierung + Agenten |
| Qwen 3.7 Max | 2,6 $/1 Mio. | 7,8 $/1 Mio. | 1 Million nahm | Argumentation + Agenten |
| DeepSeek V4 Pro | 0,5655 $/1 Mio. | 1,131 $/1 Mio. | 1 Million nahm | Argumentation + Agenten |
VIELEN DANK FÜR IHREN AUFRUF DER API
ai.cc · MOONSHOTAI/KIMI-K3-THINKING
KI-Spielplatz
Testen Sie alle API-Modelle in der Sandbox-Umgebung, bevor Sie sie integrieren. Wir bieten über 300 Modelle zur Integration in Ihre App an.
Kontaktieren Sie uns
