Skip to Content
API ReferenceLlmGPT OSS 20B

GPT OSS 20B

An open-source 20B model delivering flagship-quality reasoning and conversational performance in an efficient package.

Endpoint

POST https://z.os7.site/api/llm/gpt-oss-20b

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