NM

Nomic AI

online

Open-source embeddings. 1M tokens free.

Embeddingsest. 2022 · New York, NY
88
/ 100 APIVault Score

// At a glance

Free Tier
1M tokens/month · no card
Category
Embeddings
Credit Card
Not required
Last Verified
2m ago

// Free tier details

Available Models

nomic-embed-text-v1.5nomic-embed-vision-v1.5

Monthly Tokens

1M tokens/month

No credit card needed
No phone verification

// Quick start

300">"text-purple-400">import requests

response = requests.post(
    300">"https://api-atlas.nomic.ai/v1/embedding/text",
    headers={300">"Authorization": 300">"Bearer YOUR_NOMIC_KEY"},
    json={300">"model": 300">"nomic-embed-text-v1.5", 300">"texts": [300">"hello world"]},
)

print(response.json()[300">"embeddings"][0][:5])

// Overview

Nomic Embed is an open-source embedding model matching OpenAI's ada-002 but with a 8K context window. The API offers 1M tokens free monthly.

// Pros

  • Open weights (fully auditable)
  • 8K context embeddings
  • Vision embedding model

// Cons

  • Embedding only
  • Smaller community vs OpenAI

// Score breakdown

Reliability (35%) (from 2m ago health check)100/100
Free Tier Generosity (30%) (computed from quota, no-CC, no-phone fields)85/100
Documentation (20%) (human rating)83/100
Popularity (15%) (GitHub stars (log-normalised), or manual baseline)74/100

Methodology: apivault.dev/methodology

// Best for

RAG pipelinesSemantic searchOpen-source stacks