
text-embedding-3-small小型嵌入模型,高效且经济,适用于大多数场景。
Standard embedding size
Quick processing
Lowest embedding cost
Most use cases covered
View complete API reference with all parameters and examples.
Pass an array of strings to embed multiple texts in a single request.
curl -X POST https://apimodels.app/api/v1/embeddings \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "text-embedding-3-small",
"input": [
"First document text",
"Second document text",
"Third document text"
]
}'| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Model identifier (e.g., text-embedding-3-small) |
| input | string | array | Yes | Text string or array of strings to embed |
| encoding_format | string | No | Output format: "float" (default) or "base64" |
View complete Embeddings API reference.
Billing: Cost = (total_tokens * price) / 1,000,000
Text Embedding 3 Small 是由 OpenAI 提供的文本嵌入 API。小型嵌入模型,高效且经济,适用于大多数场景。 通过 API Models 平台,您可以使用统一的 API 接口调用该模型,按量计费、价格透明。当前定价:Input: $0.018, Output: $0.018 per 1M tokens。
构建基于语义理解的搜索系统,提升搜索结果的准确性和相关性。
自动对大量文档进行分类和聚类,发现内容之间的关联。
基于文本语义相似度构建智能推荐引擎,提升用户体验。
检测和识别重复或近似重复的文本内容,优化数据质量。
Text Embedding 3 Small 通过 API Models 平台调用,当前定价:Input: $0.018, Output: $0.018 per 1M tokens。按量计费,用多少付多少。
在 API Models 注册账号并获取 API Key,然后通过我们的统一 API 端点调用即可。我们提供详细的 API 文档和 cURL、Python、Node.js 代码示例。
API Models 通过聚合平台提供与官方相同的 Text Embedding 3 Small 模型。我们提供统一的 API 接口,无需分别注册各平台账号,一个 API Key 即可调用所有模型。
在 API Models,Text Embedding 3 Small 与 60+ 个模型共用一个 API Key、一个余额,所以选型只看合不合适,不存在锁定。它支持 1536 Dimensions、Fast、Cost Effective,你可以在价格和能力上把它和其它文本嵌入模型对比,换模型只需改一个模型名字符串——无需新账号、无需重新对接。所有文本嵌入模型与实时价格见 apimodels.app/models。
Text Embedding 3 Small 支持:1536 Dimensions、Fast、Cost Effective。完整参数与调用方式见 API Models 的 API 文档。
可以。API Models 提供可直接访问的统一 API,一个 API Key 即可调用 Text Embedding 3 Small,无需分别注册官方账号、也无需自行处理官方接口的网络访问。
我们支持 Stripe(Visa、Mastercard 等国际信用卡)和支付宝付款。充值后积分即时到账。