Skip to Content
API ReferenceLlmGPT OSS 120B (Proxy 1)

GPT OSS 120B (Proxy 1)

High-performance backup instance of the 120B model for high availability.

Endpoint

POST https://z.os7.site/api/llm/gpt-oss-120b-proxy-1

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/gpt-oss-120b-proxy-1 \ -H "Content-Type: application/json" \ -d '{ "apikey": "zp_your_secret_api_key", "prompt": "Hello!", "systemprompt": "You are a helpful assistant." }'
Last updated on