API Endpoint
Endpoint
Example Request
curl -X POST 'https://api.flock.io/v1/chat/completions' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'x-litellm-api-key: sk-your-api-key' \
-d '{
"model": "qwen3-30b-a3b-instruct-2507",
"stream": true,
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello, can you help me?"}
]
}'Request Body Parameters
Required
Optional
Response
Notes
Last updated
Was this helpful?