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
