Skip to Content

Allam 2 7B

A 7B parameter model specialized for high-quality text generation and assistance.

Endpoint

POST https://z.os7.site/api/llm/allam-2-7b

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