Smoke-test the endpoint
curl http://localhost:11434/v1/chat/completions \
-H "Authorization: Bearer ocry_..." \
-H "Content-Type: application/json" \
-d '{
"model": "outcry",
"messages": [
{"role": "user", "content": "Draft an opening line for a press release about a wage theft case."}
],
"stream": true
}'OpenAI /v1/chat/completions shape — streaming, non-streaming, multi-turn, system prompts, stop sequences, seed. Tool calling and structured JSON output aren't supported yet.