AI21 Labs Models on XALEN

SSM-Transformer hybrid models with long context.

Founded: 2017 · HQ: Tel Aviv, Israel · 0 models available

Available Models

Quick Start

import XALEN from 'xalen-sdk';

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

const response = await client.chat.completions.create({
  model: 'vedika-standard',
  messages: [{ role: 'user', content: 'Hello!' }]
});

Start Using AI21 Labs Models

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

Get API Key

Last updated: 2026-05-21.