Which models are available?+
OpenAI and Anthropic models, plus open-source models such as Kimi, GLM, and Qwen hosted in Europe. The dashboard lists every model with its context window, price, and region.
Is the API really OpenAI-compatible?+
Yes. Use the official OpenAI SDK or any framework that speaks the chat completions API, change the base URL to zwrm, and use your zwrm API key.
Where are my prompts processed?+
Open-source models run on European infrastructure. Proprietary models are routed through EU endpoints wherever the provider offers them; models that are not EU-hosted are labeled as such so you can exclude them.
What does zwrm/auto do?+
It picks a model for each request based on the task, preferring EU-hosted models. If you need a specific model, name it explicitly and the router steps aside.
How do agents work as models?+
Every zwrm agent is addressable as a model name. Sending a prompt to it starts a run with that agent's tools, memory, and workspace and returns the result like a normal completion.
Can I bring my own provider keys?+
Yes. Connect your existing OpenAI or Anthropic account and zwrm routes those models through your subscription while keeping one endpoint for everything.