Skip to Content

Venice

A privacy-first, uncensored language model. It is excellent for creative writing and open-ended generation tasks without strict guardrails.

Endpoint

POST https://z.os7.site/api/llm/venice

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/venice \ -H "Content-Type: application/json" \ -d '{ "apikey": "zp_your_secret_api_key", "prompt": "Write an edgy sci-fi story opening.", "systemprompt": "You are a sci-fi author." }'
Last updated on