/
ModellenOndersteuningOndernemingBlog
500+ AI Model API, Alles In Één API. Gewoon In CometAPI
Modellen API
Ontwikkelaar
Snelle StartDocumentatieAPI Dashboard
Bronnen
AI-modellenBlogOndernemingWijzigingslogboekOver ons
2025 CometAPI. Alle rechten voorbehouden.PrivacybeleidServicevoorwaarden
Home/Models/OpenAI/text-embedding-3-large
O

text-embedding-3-large

Invoer:$0.104/M
Uitvoer:$0.104/M
A large text embedding model for a wide range of natural language processing tasks.
Nieuw
Commercieel gebruik
Overzicht
Functies
Prijzen
API

Technical Specifications of text-embedding-3-large

SpecificationDetails
Model IDtext-embedding-3-large
Model TypeText embedding model
Primary FunctionConverts text into dense numerical vectors for semantic search, clustering, classification, retrieval, recommendation, and similarity analysis
Embedding SizeUp to 3072 dimensions by default, with support for shortening via the dimensions parameter
Input FormatString or array of strings/token arrays for batch embedding requests
Maximum Input LengthUp to 8192 tokens per input; total tokens across inputs in one request can be up to 300,000 tokens
Output FormatEmbedding vectors returned as float by default, with base64 also supported via encoding_format
API Endpoint CompatibilityEmbeddings API-compatible workflows
Common Use CasesSemantic search, retrieval-augmented generation, deduplication, recommendation systems, document ranking, topic grouping, and text similarity

What is text-embedding-3-large?

text-embedding-3-large is a large text embedding model designed to transform natural language into high-dimensional vector representations that preserve semantic meaning. It is well suited for applications where measuring similarity between pieces of text is important, such as search, recommendation, clustering, classification, and retrieval pipelines. Its larger embedding size makes it useful for teams that need stronger semantic representation quality across a wide range of natural language processing tasks.

Unlike generative models that produce text, text-embedding-3-large specializes in encoding text into vectors that downstream systems can compare mathematically. These embeddings can then be stored in vector databases, used in ranking systems, or supplied to analytics and machine learning workflows for more accurate text understanding.

Main features of text-embedding-3-large

  • High-dimensional semantic embeddings: Produces rich vector representations, with 3072 dimensions by default, for nuanced understanding of meaning and similarity across texts.
  • Flexible dimensionality control: Supports the dimensions parameter, allowing developers to reduce vector size when optimizing for storage, latency, or infrastructure cost.
  • Batch input support: Accepts single strings or arrays of inputs, making it practical for indexing documents, knowledge bases, and large-scale corpora efficiently.
  • Multiple encoding formats: Returns embeddings in float format by default and can also provide base64, depending on integration needs.
  • Wide NLP applicability: Can be used for semantic search, clustering, ranking, recommendation, duplicate detection, and retrieval-augmented systems built on vector similarity.
  • Longer input handling: Supports inputs up to 8192 tokens per item, which is useful for embedding larger passages and structured text segments.

How to access and integrate text-embedding-3-large

Step 1: Sign Up for API Key

To get started, first register on CometAPI and generate your API key from the dashboard. This key is required to authenticate all requests and connect your application to the text-embedding-3-large model.

Step 2: Send Requests to text-embedding-3-large API

Once you have your API key, send a request to the embeddings-compatible API endpoint using text-embedding-3-large as the model name. Include the text you want to convert into embeddings in the request body.

curl https://api.cometapi.com/v1/embeddings \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "model": "text-embedding-3-large",
    "input": "The quick brown fox jumped over the lazy dog"
  }'

Step 3: Retrieve and Verify Results

After the request is processed, the API returns a structured response containing the embedding vector data, model identifier, and token usage. Verify that the model field is text-embedding-3-large, confirm the embedding payload is present, and then store or forward the vector for use in search, ranking, clustering, or retrieval workflows.

Functies voor text-embedding-3-large

<think> 用户要求我将英文文本翻译成荷兰语(Nederlands)。我需要注意: 1. 保持格式和特殊字符(如{} 变量占位符) 2. 技术术语保持准确性 3. 保持语气和风格 4. UI文本要简洁明了 5. 只返回翻译文本,不要添加解释 6. 不要添加任何前缀或说明 原文是: "Explore the key features of text-embedding-3-large, designed to enhance performance and usability. Discover how these capabilities can benefit your projects and improve user experience." 这看起来是产品或技术介绍的文本,需要翻译成荷兰语。我需要保持text-embedding-3-large这个占位符不变。 让我翻译: - Explore = Ontdek/Verken - key features = belangrijkste functies/eigenschappen - designed to enhance = ontworpen om te verbeteren - performance = prestaties - usability = bruikbaarheid - Discover = Ontdek - capabilities = mogelijkheden - benefit = ten goede komen/voordeel opleveren - projects = projecten - improve = verbeteren - user experience = gebruikerservaring 翻译: Ontdek de belangrijkste functies van text-embedding-3-large, ontworpen om prestaties en bruikbaarheid te verbeteren. Ontdek hoe deze mogelijkheden uw projecten ten goede kunnen komen en de gebruikerservaring kunnen verbeteren. 不过"Ontdek"出现了两次,可能需要调整一下: Verken de belangrijkste functies van text-embedding-3-large, ontworpen om prestaties en bruikbaarheid te verbeteren. Ontdek hoe deze mogelijkheden uw projecten ten goede kunnen komen en de gebruikerservaring kunnen verbeteren. I'll explore how these capabilities can positively impact your projects and optimize the user experience. </think> Verken de belangrijkste functies van text-embedding-3-large, ontworpen om prestaties en bruikbaarheid te verbeteren. Ontdek hoe deze mogelijkheden uw projecten ten goede kunnen komen en de gebruikerservaring verbeteren.

Prijzen voor text-embedding-3-large

Ontdek concurrerende prijzen voor text-embedding-3-large, ontworpen om te passen bij verschillende budgetten en gebruiksbehoeften. Onze flexibele abonnementen zorgen ervoor dat u alleen betaalt voor wat u gebruikt, waardoor het gemakkelijk is om op te schalen naarmate uw vereisten groeien. Ontdek hoe text-embedding-3-large uw projecten kan verbeteren terwijl de kosten beheersbaar blijven.
Comet Prijs (USD / M Tokens)Officiële Prijs (USD / M Tokens)Korting
Invoer:$0.104/M
Uitvoer:$0.104/M
Invoer:$0.13/M
Uitvoer:$0.13/M
-20%

Voorbeeldcode en API voor text-embedding-3-large

Krijg toegang tot uitgebreide voorbeeldcode en API-bronnen voor text-embedding-3-large om uw integratieproces te stroomlijnen. Onze gedetailleerde documentatie biedt stapsgewijze begeleiding en helpt u het volledige potentieel van text-embedding-3-large in uw projecten te benutten.

Meer modellen