Microsoft Models on XALEN

Compact reasoning models for edge deployments.

Founded: 1975 · HQ: Redmond, USA · 1 models available

Available Models

Phi-4

Compact

Compact reasoning model surprisingly capable for its size.

Params: 14B Context: 16K Input: $0.01 Output: $0.02 Latency: ~100ms

Quick Start

import XALEN from 'xalen-sdk';

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

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

Start Using Microsoft Models

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

Get API Key

Last updated: 2026-05-21.