Skip to content

API Overview

The Norlen API follows the OpenAI-compatible standard. Any SDK or tool that talks to OpenAI works by swapping the base URL and the key — no need to rewrite your integration.

ResourceMethod and endpoint
Chat / textPOST https://api.norlen.io/v1/chat/completions
EmbeddingsPOST https://api.norlen.io/v1/embeddings
ModelsGET https://api.norlen.io/v1/models
Image generationPOST https://app.norlen.io/api/v1/images/generations

Every call uses the Authorization: Bearer YOUR_API_KEY header. See Authentication for details and best practices.

Point the official OpenAI SDK at Norlen:

from openai import OpenAI
client = OpenAI(
base_url="https://api.norlen.io/v1",
api_key="your-token",
)

Use the exact model id in your call. Full catalog in Models.

ModelidUse
Qwen3.6 35Bqwen3.6-35bGeneral chat, reasoning
Qwen3 Coderqwen3-coderCode
Gemma 4 12Bgemma-4-12bFast responses (Free)
Qwen3 Embeddingqwen3-embeddingEmbeddings
Qwen-Imageqwen-imageImage generation