SIMOSphere AI — European AI orchestration platform for enterprises. OpenAI-compatible REST API hosted in Germany (EU data residency).
- REST API: https://api.simosphereai.com (OpenAPI: https://api.simosphereai.com/openapi.json)
- MCP Server: https://simosphereai.com/.well-known/mcp (Streamable HTTP)
- API Key: Bearer token in Authorization header
- Get a key: https://onboarding.simosphereai.com/register
- npm:
npm install @simosphere/sdk - CLI:
npm install -g @simosphere/cli
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.simosphereai.com/v1",
apiKey: process.env.SIMO_API_KEY,
});
const res = await client.chat.completions.create({
model: "qwen/qwen3-8b",
messages: [{ role: "user", content: "Hello" }],
});- search_documents, query_database, create_record, send_notification
qwen/qwen3-8b — use qwen/qwen3-30b for premium reasoning.
Read X-RateLimit-Remaining header. Honour Retry-After on 429.
EU only (Germany). GDPR-compliant. EU AI Act-ready.
- Developer docs: https://simosphereai.com/en/docs
- llms.txt: https://simosphereai.com/llms.txt
- llms-full.txt: https://onboarding.simosphereai.com/llms-full.txt
- OpenAPI: https://onboarding.simosphereai.com/openapi.json
SIMO GmbH, Wuerzburger Str. 152, 63743 Aschaffenburg, Germany