OpenAI

OpenAI: Text Embedding 3 Large

Embedding
openai/text-embedding-3-large

text-embedding-3-large is OpenAI's most capable embedding model for both english and non-english tasks. Embeddings are a numerical representation of text that can be used to measure the relatedness between two pieces of text. Embeddings are useful for search, clustering, recommendations, anomaly detection, and classification tasks.

8K 上下文視窗
8K 最大輸出 token
發布日期: 2025-10-30
支援的協定:OpenAIopenai
可用供應商:AzureAzure

定價

類型價格
輸入 Token$0.13/M
輸出 Token$0/M

程式碼範例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.embeddings.create(
model="openai/text-embedding-3-large",
input="Hello, world!",
)
print(response.data[0].embedding[:5])

常見問題

OpenAI: Text Embedding 3 Large 在 Ofox.ai 上的價格為輸入 $0.13/M/百萬 Token,輸出 $0/百萬 Token。按量計費,無月費。

微信社群

掃碼加入開發者交流群

微信社群

Discord

加入 Discord 社群

Discord

技術顧問

掃碼新增技術顧問

技術顧問