AxForge documentation

Everything speaks the OpenAI API shape. Point the SDK you already use at our base URL, swap the key and the model name, and chat, embeddings, images, speech and music all work behind the same key — served in the EU, with zero prompt retention.

The API in four lines

Base URLhttps://api.axforge.ai/v1
AuthAuthorization: Bearer YOUR_AXFORGE_KEY — keys come from the waiting list
Regionx-axforge-region: eu-se-1 — pinned on your key, echoed on every response
RetentionZero. Prompts and completions are never written to disk, logged, or trained on — the commitment

One request, end to end

$ curl https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "qwen3.8-27b-nvfp4",
       "messages": [{"role": "user", "content": "Hello from Stockholm"}]}'

That is the whole integration. The quickstart does the same with the OpenAI Python SDK in five minutes.

Every endpoint behind one key

CapabilityEndpointModelPrice
Chat, tools, vision/v1/chat/completionsqwen3.8-27b-nvfp4€0.29 / €1.77 per 1M
Embeddings (1024-dim)/v1/embeddingsqwen3-embed€0.015 / 1M
Image generation/v1/images/generationsernie-image-turbo€0.02 / image
Image editing/v1/images/editsflux2-klein-4b€0.02 / image
Speech to text/v1/audio/transcriptionswhisper€0.005 / minute
Text to speech/v1/audio/speechpiper€2.95 / 1M characters
Music generation/v1/audio/musicminimax-music3€0.09 / track

Chat prices are launch pricing, per 1M input / output tokens. Full details on Models & pricing.

Start

QuickstartKey, SDK, first streamed completion — five minutes.
GlossaryEvery term you meet — tokens, embeddings, regions, the trust vocabulary — in plain language.
Models & pricingEvery served model, its API name and price, plus models deployable on dedicated hardware.

Use AxForge with your stack

Because everything speaks the OpenAI shape, your existing tools work by changing the base URL to api.axforge.ai/v1. Step-by-step guides:

All toolsThe one pattern, plus a card for each guide below.
OpenAI SDK · Vercel AI SDKPython, Node, TypeScript — change the base URL, keep your code.
aider · Continue · Cline · KimiCoding assistants that drop straight in.
Codex & Claude CodePoint them straight at us — Responses & Messages are served natively.
LiteLLMOptional gateway — front AxForge for budgets, fan-out, or many providers.

API reference

Chat completionsRequest shape, streaming, tool calls, reasoning output, image input.
Embeddings1024-dimension vectors, batching, curl and Python.
Image generation & editingPNG generation with ERNIE, instruction edits with FLUX — and when to use which.
Speech & musicTranscription, text to speech, and full music tracks with lyrics.

Platform

Regions & data handlingStockholm and Málaga, region pinning, what we keep and what we never keep.
Errors & limitsError shapes, the 503 retry pattern, and the honest concurrency picture.
Rules & responsibilitiesWhat you can build and must not, the controller/processor split, and examples by use case.

What these docs promise

Every number here is real: prices are the prices, latencies are measured on our production hardware, and limits are the limits we actually serve today. Where something is not on the shared API, the page says so plainly. If you find a gap between these docs and the API's behavior, that is a bug — tell an engineer.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms