Kimi K2 Instruct
A frontier-class instruction model specializing in agentic tasks, long-context understanding, and multilingual capabilities.
Endpoint
POST https://z.os7.site/api/llm/kimi-k2-instruct-0905
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
apikey | string | Yes | Your secret Zapi API key. |
prompt | string | Yes | The core instruction or question. |
systemprompt | string | No | System-level instructions for persona. |
Example Request
curl -X POST https://z.os7.site/api/llm/kimi-k2-instruct-0905 \
-H "Content-Type: application/json" \
-d '{
"apikey": "zp_your_secret_api_key",
"prompt": "Translate this to Mandarin.",
"systemprompt": "You are a translation expert."
}'Last updated on