Freemium

Nomic Atlas Embeddings

Nomic Atlas Embeddings API provides high-quality vector embeddings optimized for large-scale search and machine learning applications. It enables developers to convert complex data into dense vectors for fast similarity search, clustering, and AI-driven analytics. Ideal for AI researchers and developers seeking scalable embedding solutions with a freemium pricing model.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

1,000 requests/month

Rate Limit

API Endpoints

Creates embeddings with visualization support

Full URL

https://api-atlas.nomic.ai/v1/embed

Code Examples

curl -X POST 'https://api-atlas.nomic.ai/v1/embed' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "texts": [
    "embed me",
    "and me too"
  ],
  "task_type": "search_document"
}

Example Response

{
  "model": "nomic-embed-text-v1.5",
  "embeddings": [
    [
      0.1,
      0.2,
      0.3
    ],
    [
      -0.1,
      0.3,
      -0.2
    ]
  ]
}

Version

v1

Rate Limit

1000 embeddings/minute
Tags
embeddingssemantic-search
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

1,000 requests/month (free)

Supported Languages
PythonJavaScript
Use Cases
search engines
recommendation systems
https://atlas.nomic.ai/

Related APIs

Discover similar APIs that might interest you

APIopen source

Ollama API

Ollama is an open-source framework that ...

Category
Machine Learning
Endpoints
2
llmlocal-ai
APIfreemium

Jina AI Embeddings

Jina AI Embeddings API provides powerful...

Category
Machine Learning
Endpoints
1
embeddingssemantic-search
APIopen source

Haystack API

Haystack is a robust open-source Python/...

Category
Machine Learning
Endpoints
1
nlpsearch