Creates an embedding vector representing the input text.
API Reference
Creates an embedding vector representing the input text.
POST
Creates an embedding vector representing the input text.
Documentation Index
Fetch the complete documentation index at: https://docs.acedata.cloud/llms.txt
Use this file to discover all available pages before exploring further.
授權
API token from https://platform.acedata.cloud
標頭
Specifies the format of the response from the server.
可用選項:
application/json 主體
application/json
ID of the embedding model to use (e.g., text-embedding-3-small, text-embedding-3-large).
可用選項:
text-embedding-3-small, text-embedding-3-large, text-embedding-ada-002 Input to embed: a single string, an array of strings, or token arrays.
Format of the returned embeddings.
可用選項:
float, base64 Optional output embedding size when supported by the model.
必填範圍:
x >= 1
