
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。Small embedding model, efficient and cost-effective for most use cases. 通过 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。相比官方价格,最高可节省 95% 的费用。
在 API Models 注册账号并获取 API Key,然后通过我们的统一 API 端点调用即可。我们提供详细的 API 文档和 cURL、Python、Node.js 代码示例。
API Models 通过聚合平台提供与官方相同的 Text Embedding 3 Small 模型,价格低 60-95%。我们提供统一的 API 接口,无需分别注册各平台账号,一个 API Key 即可调用所有模型。
我们支持 Stripe(Visa、Mastercard 等国际信用卡)和支付宝付款。充值后积分即时到账。