API Reference
Create a response
Creates a response using the OpenAI Responses API format. Set stream: true for server-sent events.
POST
Authorizations
Use a JWT or abliteration.ai API key as a Bearer token.
Headers
Set to true to use the single anonymous free request.
Available options:
true Body
application/json
Model id.
Plain text input or a structured Responses API input array.
Optional system-style instruction.
Required range:
0 <= x <= 2Required range:
x >= 1Tool definitions passed through to the upstream Responses implementation.
Controls whether the model may call tools.
Optional moderation categories to block for this request. Supported: harassment, hate, illicit, sexual. Self-harm and sexual/minors are always blocked.
Last modified on May 2, 2026