O

OpenAI: Text Embedding 3 Large

OpenAI
Streaming Vision
8K
Context
Free
Input /1M
Free
Output /1M
0
Max Output

OpenAI: Text Embedding 3 Large

Model Overview

Property Value
Model ID openai/text-embedding-3-large
Name Text Embedding 3 Large
Released January 2024
Provider OpenAI

Description

Large embedding model for advanced semantic tasks. This model supports multimodal capabilities including vision and image understanding. It features advanced reasoning capabilities for complex problem-solving tasks.

Description

OpenAI: Text Embedding 3 Large is a language model provided by OpenAI. This model offers advanced capabilities for natural language processing tasks.

Description

OpenAI: Text Embedding 3 Large is a language model provided by OpenAI. This model offers advanced capabilities for natural language processing tasks.

Specifications

Spec Value
Context Window 8,191 tokens
Max Completion 0 tokens
Knowledge Cutoff April 2024
Modalities Text only

Pricing

Type Price
Input $0.00 per 1M tokens
Output $0.00 per 1M tokens

Capabilities

  • Vision: No
  • Tool Use: No
  • JSON Mode: No
  • Reasoning: No
  • Streaming: Yes
  • Function Calling: No

Use Cases

Dense vector search, advanced RAG systems

Best For

  • Text-based applications
  • General language tasks
  • Straightforward text generation
  • Real-time applications requiring low latency
  • Systems where cost is the primary concern

Integration with LangMart

Gateway Support: Type 2 (Cloud), Type 3 (Self-hosted)

API Usage:

curl -X POST https://api.langmart.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/text-embedding-3-large",
    "messages": [{"role": "user", "content": "Hello"}],
    "max_tokens": 0
  }'

Testing in LangMart

# Test chat completion
curl -X POST https://api.langmart.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/text-embedding-3-large",
    "messages": [
      {"role": "user", "content": "Explain quantum computing"}
    ]
  }'

# Test with structured output
curl -X POST https://api.langmart.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/text-embedding-3-large",
    "messages": [{"role": "user", "content": "Extract data"}],
    "response_format": {"type": "json_object"}
  }'

From OpenAI:

  • GPT-4 Family - Advanced reasoning
  • GPT-3.5 Turbo - Fast and affordable
  • GPT-4o - Optimized multimodal
  • o1 - Extended reasoning

References


Last Updated: December 28, 2025 Generator: OpenAI Markdown Documentation Generator