Compound Mini
A lightweight, blazing-fast model optimized for low-latency tasks and high-throughput conversational workloads.
Endpoint
POST https://z.os7.site/api/llm/compound-mini
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/compound-mini \
-H "Content-Type: application/json" \
-d '{
"apikey": "zp_your_secret_api_key",
"prompt": "Hello!",
"systemprompt": "You are a helpful assistant."
}'Last updated on