Create EmbeddingsAsk AIpost https://api.siliconflow.cn/v1/embeddingsCreates an embedding vector representing the input text.Body ParamsmodelstringenumrequiredThe name of the embedding model to use.要使用的 embedding 模型名称。BAAI/bge-large-zh-v1.5BAAI/bge-large-en-v1.5netease-youdao/bce-embedding-base_v1BAAI/bge-m3Pro/BAAI/bge-m3Allowed:BAAI/bge-large-zh-v1.5BAAI/bge-large-en-v1.5netease-youdao/bce-embedding-base_v1BAAI/bge-m3Pro/BAAI/bge-m3inputstringarrayrequiredDefaults to 硅基流动embedding上线,多快好省的 embedding 服务,快来试试吧Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays. The input must not exceed the max input tokens for the model (512 tokens for all models except BAAI/bge-m3 which is 8192), cannot be an empty string. 输入的文本将被编码为字符串或 tokens 数组。要在单个请求中嵌入多个输入,请传递字符串数组或字符串数组。每个字符串不得超过模型的最大 tokens 限制(BAAI/bge-m3模型为8192tokens,其余模型为512tokens),且不能为空字符串。encoding_formatstringenumDefaults to float"The format to return the embeddings in. Can be either float or base64. 返回嵌入的格式。可以是 float 或 base64."floatbase64Allowed:floatbase64Responses 200200 400BadRequest 401Unauthorized 404NotFound 429RateLimit 503Overloaded 504TimeoutUpdated over 1 year ago