Skip to Content
API ReferenceLlmLlama 4 Scout 17B

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

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/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