Skip to Content
API ReferenceLlmLlama 3.3 70B Versatile

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

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