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 context window
8K max output tokens
Released: 2025-10-30
Supported Protocols:OpenAIopenai
Available Providers:AzureAzure

Pricing

TypePrice
Input Tokens$0.13/M
Output Tokens$0/M

Code Examples

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])

Frequently Asked Questions

OpenAI: Text Embedding 3 Large on Ofox.ai costs $0.13/M per million input tokens and $0 per million output tokens. Pay-as-you-go, no monthly fees.

Discord

Join our Discord server

Discord