# AxForge

> European AI infrastructure: an OpenAI-compatible inference API (chat, embeddings, images, speech, music) and dedicated GPUs by the hour, run in the EU with no prompt retention.

The whole API on one page: https://dev.axforge.ai/llms-full.txt

## Docs

- [Overview](https://dev.axforge.ai/docs/): What the platform is, and the shape of the API.
- [Quickstart](https://dev.axforge.ai/docs/quickstart/): Key, first call, the real response — in one page.
- [Glossary](https://dev.axforge.ai/docs/glossary/): The words we use, defined once.
- [Chatbox starter](https://dev.axforge.ai/docs/starters/): A streaming chatbox in plain JavaScript — paste your key and it runs.
- [Test a call](https://dev.axforge.ai/docs/test-a-call/): Run a real call and see how it lands, and why if it does not.
- [Models & pricing](https://dev.axforge.ai/docs/models/): Every served model, its id and what it costs.
- [Chat completions](https://dev.axforge.ai/docs/chat/): /v1/chat/completions — streaming, tools, JSON mode.
- [Embeddings](https://dev.axforge.ai/docs/embeddings/): /v1/embeddings — 1024-dim vectors, batching, limits.
- [Images](https://dev.axforge.ai/docs/images/): /v1/images — generate and edit; sizes and formats.
- [Speech & music](https://dev.axforge.ai/docs/audio/): Transcription, text-to-speech and music.
- [Errors & limits](https://dev.axforge.ai/docs/errors-limits/): Every status code, what causes it, what to do.
- [Use it from your stack](https://dev.axforge.ai/docs/connect/): The SDKs, the editors and the CLIs, each with its real config.
- [OpenAI SDK](https://dev.axforge.ai/docs/connect/openai-sdk/): The official SDK, base URL changed.
- [Vercel AI SDK](https://dev.axforge.ai/docs/connect/vercel-ai-sdk/): Edge and node, streaming.
- [aider](https://dev.axforge.ai/docs/connect/aider/): Pair programming in the terminal.
- [Continue](https://dev.axforge.ai/docs/connect/continue/): The VS Code and JetBrains extension.
- [Cline](https://dev.axforge.ai/docs/connect/cline/): The autonomous coding extension.
- [Codex CLI & Claude Code](https://dev.axforge.ai/docs/connect/codex-claude-code/): Both agents against our endpoint.
- [Kimi Code CLI](https://dev.axforge.ai/docs/connect/kimi/): The CLI, pointed here.
- [LiteLLM](https://dev.axforge.ai/docs/connect/litellm/): A proxy in front of many providers.
- [Open WebUI](https://dev.axforge.ai/docs/connect/open-webui/): A chat UI you host yourself.
- [LibreChat](https://dev.axforge.ai/docs/connect/librechat/): The multi-model chat front end.
- [llm (Datasette CLI)](https://dev.axforge.ai/docs/connect/llm/): Simon Willison's llm, configured.
- [How GPU rentals work](https://dev.axforge.ai/docs/gpu-rentals/): On-demand and scheduled machines, SSH, the clock.
- [Regions & data handling](https://dev.axforge.ai/docs/regions-data/): eu-se-1, eu-es-1, zero retention, what is logged.
- [Rules & responsibilities](https://dev.axforge.ai/docs/responsibilities/): What you may run, and what we do.

## Reference

- [Everything, generated live](https://dev.axforge.ai/for-ai.md)
- [Catalogue](https://axforge.ai/models/)
- [Forum](https://dev.axforge.ai/forum/)

## Models

Use the id in the `model` field. `Available` is hot now; `On request` boots on demand and the first call waits.

| Model | id | Type | Size · context | Price | Status |
|---|---|---|---|---|---|
| Gemma-4 26B | `gemma-4-26b-a4b-nvfp4` | Chat · text | 262k ctx | see /docs/models/ | On request |
| Mistral Small 3.2 | `mistral-small-3.2-24b-nvfp4` | Chat · text | 32k ctx | see /docs/models/ | On request |
| Qwen3 30B A3B | `qwen3-30b-a3b-nvfp4` | Chat · text | 65k ctx | see /docs/models/ | On request |
| Qwen3.6 35B A3B | `qwen3.6-35b-a3b-nvfp4` | Chat · text | 65k ctx | see /docs/models/ | On request |
| Qwen3.8 27B | `qwen3.8-27b-nvfp4` | Chat · text | — | €0.29 in · €1.77 out / 1M | Available |
| Qwen3 Embedding | `qwen3-embed` | Embeddings | 32k ctx | €0.02 in · €0.00 out / 1M | Available |
| ERNIE Image Turbo | `ernie-image-turbo` | Image generation | — | see /docs/models/ | Available |
| FLUX.2 Klein 4B | `qwen-image-edit` | Image generation | — | see /docs/models/ | Available |
| Qwen-Image | `qwen-image-dedicated` | Image generation | — | see /docs/models/ | On request |
| SDXL | `sdxl` | Image generation | — | see /docs/models/ | On request |
| MiniMax Music 3 | `planned-music-tbd` | Music | — | see /docs/models/ | Available |
| Piper (Text-to-Speech) | `piper-lessac` | Speech | — | see /docs/models/ | Available |
| Whisper (Speech-to-Text) | `whisper-base` | Speech | — | see /docs/models/ | Available |
| LTX-Video | `ltx-video` | Video generation | — | see /docs/models/ | Coming |
| MiniMax H3 | `minimax-h3` | Video generation | — | see /docs/models/ | Coming |
| Wan 2.2 5B | `wan2.2-ti2v-5b` | Video generation | — | see /docs/models/ | Coming |
