curl /chat/completions \
-H "Authorization: Bearer sk-bsa-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"blacksec-big-pickle","messages":[{"role":"user","content":"Hello"}]}'One OpenAI-compatible endpoint for every model on the platform. Works with the official OpenAI SDKs. Point base_url at the gateway.
The API is fully compatible with the OpenAI Chat Completions format. Responses return as plain JSON by default. Streaming is available when you request it.
curl /chat/completions \
-H "Authorization: Bearer sk-bsa-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"blacksec-big-pickle","messages":[{"role":"user","content":"Hello"}]}'Need help with keys, billing or integration? Reach the platform team directly on Telegram.
@BlackSecOfficial