
Text Embedding 3 Small
text-embedding-3-small小型嵌入模型,高效且经济,适用于大多数场景。
1536 Dimensions
Standard embedding size
Fast
Quick processing
Cost Effective
Lowest embedding cost
Versatile
Most use cases covered
API Documentation
View complete API reference with all parameters and examples.
Batch Embeddings
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"
]
}'API Parameters Reference
| 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" |
Full API Documentation
View complete Embeddings API reference.
Pricing
Billing: Cost = (total_tokens * price) / 1,000,000
关于 Text Embedding 3 Small
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。
核心功能
- 1536 Dimensions -- Standard embedding size
- Fast -- Quick processing
- Cost Effective -- Lowest embedding cost
- Versatile -- Most use cases covered
适用场景
语义搜索
构建基于语义理解的搜索系统,提升搜索结果的准确性和相关性。
文档聚类
自动对大量文档进行分类和聚类,发现内容之间的关联。
推荐系统
基于文本语义相似度构建智能推荐引擎,提升用户体验。
重复检测
检测和识别重复或近似重复的文本内容,优化数据质量。
为什么选择 API Models
- 统一 API 接口 -- 一个 API Key 调用所有模型,无需分别注册各平台账号
- 价格优势 -- 比官方价格低 60-95%,适合小微开发者和初创团队
- 即开即用 -- 注册即可使用,支持 Stripe 和支付宝充值
- 完整文档 -- 提供详细的 API 文档和代码示例(cURL、Python、Node.js)
常见问题
Text Embedding 3 Small 的价格是多少?
Text Embedding 3 Small 通过 API Models 平台调用,当前定价:Input: $0.018, Output: $0.018 per 1M tokens。相比官方价格,最高可节省 95% 的费用。
如何使用 Text Embedding 3 Small API?
在 API Models 注册账号并获取 API Key,然后通过我们的统一 API 端点调用即可。我们提供详细的 API 文档和 cURL、Python、Node.js 代码示例。
API Models 与 OpenAI 官方 API 有什么区别?
API Models 通过聚合平台提供与官方相同的 Text Embedding 3 Small 模型,价格低 60-95%。我们提供统一的 API 接口,无需分别注册各平台账号,一个 API Key 即可调用所有模型。
支持哪些付款方式?
我们支持 Stripe(Visa、Mastercard 等国际信用卡)和支付宝付款。充值后积分即时到账。