Llama 3.3 70B Versatile
A highly capable 70B general-purpose model with excellent reasoning, writing, and instruction following at scale.
Endpoint
POST https://z.os7.site/api/llm/llama-3.3-70b-versatile
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-3.3-70b-versatile \
-H "Content-Type: application/json" \
-d '{
"apikey": "zp_your_secret_api_key",
"prompt": "Write a complex legal disclaimer.",
"systemprompt": "You are a legal expert."
}'Last updated on