Completions
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
modelIdentifierstring · uuidRequired
The unique identifier of the AI model to use for completion.
Body
streambooleanOptional
max_tokensinteger · int32 · nullableOptional
Responses
200
Successfully generated chat completion response
application/json
400
Invalid request - token limit exceeded or malformed input
application/json
401
Unauthorized
application/json
402
Insufficient credits to process the request
application/json
403
Forbidden
application/json
404
Specified model not found
application/json
500
Internal server error during processing
post
/inference/completions/{modelIdentifier}Last updated
