Create embedding
OpenAI
Text Embedding 3 Large
POST
Create embedding
Documentation Index
Fetch the complete documentation index at: https://docs.siray.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication using API key
Body
application/json
Request payload
OpenAI-compatible embeddings API request format
The input text to embed, either a string or array of strings
Model name to use for the request
Available options:
openai/text-embedding-3-large The number of dimensions the resulting output embeddings should have. Only supported in some models.
Required range:
x >= 1The format to return the embeddings in
Available options:
float, base64 Response
200 - application/json
Successful response
