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.
인증
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
