Skip to Content
API ReferenceLlmKimi K2 Instruct

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

ParameterTypeRequiredDescription
apikeystringYesYour secret Zapi API key.
promptstringYesThe core instruction or question.
systempromptstringNoSystem-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