Embeddings
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Body
inputstring · nullableRequired
dimensionsinteger · int32 · nullableOptional
Responses
200
Successfully generated embeddings for the input text
application/json
400
Invalid request - missing input text, token limit exceeded, or balance update failed
application/json
401
Unauthorized
application/json
402
Insufficient credits to process the request
application/json
403
Forbidden
application/json
404
Configured embeddings model not found
application/json
500
Internal server error during embeddings generation
post
/inference/embeddingsLast updated
