Nomic AI Models on XALEN

Open-source embedding models with long context.

Founded: 2022 · HQ: New York, USA · 1 models available

Available Models

Nomic Embed Text v1.5

Embedding

Long-context embedding model with 8K token support.

Params: 137M Context: 8K Input: $0.001 Output: N/A Latency: ~10ms

Quick Start

import XALEN from 'xalen-sdk';

const client = new XALEN({ apiKey: 'xln_test_YOUR_KEY' });

const response = await client.chat.completions.create({
  model: 'nomic-embed-text-v1-5',
  messages: [{ role: 'user', content: 'Hello!' }]
});

Start Using Nomic AI Models

All models available through a single API. No separate accounts needed.

Get API Key

Last updated: 2026-05-21.