Llama 4 Scout 17B
A 17B active-parameter mixture-of-experts model built for versatile and accurate instruction following.
Endpoint
POST https://z.os7.site/api/llm/llama-4-scout-17b-16e-instruct
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/llama-4-scout-17b-16e-instruct \
-H "Content-Type: application/json" \
-d '{
"apikey": "zp_your_secret_api_key",
"prompt": "Explain MoE architectures.",
"systemprompt": "You are an AI research assistant."
}'Last updated on