Industry-leading quality with best-in-class performance.
Top MTEB benchmark scores
<10ms average response
256 to 3072 dimensions
$0.02 per 1M tokens
Find relevant documents based on meaning, not just keywords. Search through documents, FAQs, and knowledge bases.
Retrieval-Augmented Generation: ground LLM responses in your own data for accurate, up-to-date answers.
Surface similar products, articles, or content based on semantic similarity.
Group similar documents, support tickets, or feedback into meaningful categories.
Find near-duplicates in large datasets, detect plagiarism, or deduplicate content.
Classify text by sentiment, intent, or topic using embedding similarity.
from mythicdot import MythicDot client = MythicDot() # Generate embeddings for a single text response = client.embeddings.create( model="mythic-embed-3", input="The quick brown fox jumps over the lazy dog" ) embedding = response.data[0].embedding print(f"Dimensions: {len(embedding)}") # 1536 # Batch embeddings for multiple texts texts = [ "How do I reset my password?", "I forgot my login credentials", "What's your return policy?" ] batch_response = client.embeddings.create( model="mythic-embed-3", input=texts ) for i, item in enumerate(batch_response.data): print(f"Text {i+1}: {len(item.embedding)} dimensions")
| Model | Dimensions | Max Tokens | Price / 1M tokens |
|---|---|---|---|
| mythic-embed-3 RECOMMENDED | 1536 | 8,191 | $0.02 |
| mythic-embed-3-large | 3072 | 8,191 | $0.13 |
| mythic-embed-lite | 256 | 512 | $0.01 |
Avg. latency
Texts per minute
Uptime SLA
MTEB ranking