- Text Generation
Mistral Embed 2312 is a text embedding model from Mistral optimized for semantic representations of text and code, with an 8K token context window and low-cost…
Powered by Thenlper
GTE-Large is a general-purpose English text embedding model from Thenlper based on the General Text Embeddings (GTE) architecture. It produces 1,024-dimensional sentence embeddings optimized for semantic similarity and retrieval tasks.
Output tokens per second · Higher is better
Seconds · Lower is better
USD per 1M tokens (blended) · Lower is better
About the model
GTE-Large is a BERT-based General Text Embeddings model released by Thenlper that generates 1,024-dimensional sentence and document embeddings for English text. It is mainly used for information retrieval and semantic search, where dense vector representations are required to match queries with relevant passages or documents. It is also applied to tasks such as semantic textual similarity, clustering, reranking, and various downstream applications evaluated on the MTEB benchmark. GTE-Large belongs to the GTE family of models introduced in the paper “Towards General Text Embeddings with Multi-stage Contrastive Learning,” alongside smaller variants like GTE-Base and GTE-Small.
Model capabilities
Encodes English sentences, paragraphs, and moderate-length documents into dense 1024-dimensional vectors for downstream semantic tasks.
Generates embeddings enabling accurate semantic textual similarity comparisons between sentence or document pairs using vector distance metrics.
Produces high-quality embeddings optimized for retrieval pipelines, improving search ranking and relevance over traditional lexical approaches.
Provides rich semantic embeddings that can rerank candidate search or recommendation results for better ordering and relevance.
Offers consistent vector representations suitable for clustering texts into semantically coherent groups in analytics or discovery workflows.
Use cases
Transparent pricing
LLM API offers the lowest embedding prices and best performance for GTE-Large–class models.
| Provider | Region | Latency | Throughput | Uptime | Input ($/1M) | Output ($/1M) | Context |
|---|---|---|---|---|---|---|---|
| LLM API BEST | Global | 80ms | ~15K tokens/s | 99.99% | $0.03 per 1M tokens | $0.03 per 1M tokens | ~8K tokens |
| Thenlper (Direct) | Global | ~220ms | ~5K tokens/s | ~99.5% | ~$0.10 per 1M tokens | ~$0.10 per 1M tokens | ~8K tokens |
| OpenAI (text-embedding-3-large equivalent) | Global | ~200ms | ~10K tokens/s | 99.9% | $0.13 per 1M tokens | $0.13 per 1M tokens | ~8K tokens |
| AWS Bedrock (similar embedding model) | US East | ~250ms | ~8K tokens/s | 99.9% | ~$0.20 per 1M tokens | ~$0.20 per 1M tokens | ~8K tokens |
Performance benchmarks
| Metric | GTE-Large (Thenlper) | text-embedding-3-large (OpenAI) | bge-large-en-v1.5 (BAAI) |
|---|---|---|---|
| Dimensions | 1024 | 3072 | 1024 |
| Max Input Tokens | ~8K | 8K | ~8K |
| Price per 1M Tokens | ~$0.02 | $0.13 | ~$0.01 |
| Avg Latency | ~120ms | ~200ms | ~150ms |
| Throughput | ~1,500 tps | ~800 tps | ~1,200 tps |
| Uptime | ~99.5% | 99.9% | ~99.0% |
30-day usage via LLM API
Architecture & Integration
One unified API. Every major model. Built-in reliability, cost control, and observability.
Automatically route each request to the optimal provider and model based on latency, cost, or quality—without changing your integration or redeploying code.
One endpoint, every modelControl spend with smart tiering, per-route budgets, and provider mix policies that automatically balance price versus performance across all your AI workloads.
Cut cost, keep qualityDefine multi-provider fallback chains so requests transparently fail over on errors, rate limits, or outages—keeping your AI features reliable in production.
Stay online, automaticallyGet unified logs, metrics, and traces across providers with request-level insights into tokens, latency, errors, and model behavior in one place.
See every tokenCall high-level tasks—chat, generation, embeddings, tools—instead of vendor-specific APIs, so you can swap models or providers without rewriting business logic.
Code to tasks, not vendorsRun large-scale batch jobs with automatic chunking, retries, and concurrency control to fully utilize provider limits while keeping throughput predictable.
Scale jobs, not codeDecision guide
FAQ
GTE-Large is a sentence embedding model by Thenlper optimized for high-quality text similarity, retrieval, and semantic search tasks.
GTE-Large is best for generating dense vector embeddings for search, clustering, recommendation, and RAG retrieval over large text corpora.
GTE-Large is a text-only model that accepts natural language input and outputs fixed-size vector embeddings.
You call the LLM.API embeddings endpoint with the GTE-Large model name, passing your text inputs and receiving embedding vectors in the response.
GTE-Large typically offers strong semantic retrieval quality comparable to other large general-purpose embedding models, with competitive performance on common benchmark datasets.
GTE-Large is generally used on short to medium-length texts, and very long documents should be chunked before embedding.
Latency depends on LLM.API infrastructure and batch size, but GTE-Large is designed for practical real-time or near-real-time embedding workloads.
Pricing for GTE-Large is determined by LLM.API and is typically based on the number of tokens or characters embedded per request.
Yes, you can send multiple input texts in a single embeddings request to LLM.API to get batched GTE-Large embeddings.
GTE-Large cannot generate or understand images, may underperform on highly domain-specific jargon, and does not perform generative text completion.
Compare
Mistral Embed 2312 is a text embedding model from Mistral optimized for semantic representations of text and code, with an 8K token context window and low-cost…
Granite 4.0 Micro is a 3B-parameter dense language model from IBM’s Granite 4.0 family, optimized for low-latency, cost-efficient workloads and local or edge deployment.
Anthropic Claude Sonnet Latest refers to the most recent mid-tier Claude Sonnet language model from Anthropic, designed to balance strong intelligence with speed and cost-efficiency. It…