European AI Orchestration Platform
SIMOSphere AI is a multi-model inference gateway built and hosted in Germany. It routes requests across foundation models from OpenAI, Anthropic, Mistral, and open-source providers through a single, OpenAI-compatible API -- with built-in PII redaction, token-level billing, and full GDPR compliance. No data leaves the EU.
Built by SIMO GmbH, Aschaffenburg, Germany.
Multi-Model Inference -- Access GPT-4, Claude, Mistral, Llama, and more through one API endpoint. Switch models per request without changing your integration.
MCP Integration -- Connect enterprise data sources (CRM, ERP, documents) to AI agents using the Model Context Protocol. Extend agent capabilities without exposing raw data.
GDPR-Compliant by Design -- All inference runs on EU-hosted infrastructure in Germany. Built-in PII redaction, data processing agreements, and audit logging included.
Pay-Per-Token -- No subscriptions, no seat fees. Transparent token-level pricing with cost controls and usage dashboards.
| Repository | Description |
|---|---|
| simosphere-ai-sdk | TypeScript SDK -- drop-in replacement for the OpenAI SDK |
| simosphere-cli | Terminal access to the SIMOSphere AI gateway |
| simosphere-mcp-examples | MCP integration patterns for CRM, ERP, and document pipelines |
| simosphere-api-examples | Chat, streaming, function calling, embeddings -- TypeScript, Python, cURL |
| simosphere-ai-skills | Agent skills for Claude Code and Cursor |
npm install simosphere-aiimport SimosphereAI from "simosphere-ai";
const client = new SimosphereAI({ apiKey: process.env.SIMOSPHERE_API_KEY });
const response = await client.chat.completions.create({
model: "gpt-4o",
messages: [{ role: "user", content: "Hello from Europe." }],
});Full documentation and API keys: simosphereai.com
SIMOSphere AI ist eine europaeische KI-Orchestrierungsplattform, entwickelt und betrieben von SIMO GmbH in Aschaffenburg. Die Plattform buendelt Inferenz ueber fuehrende Foundation Models in einer einzigen, OpenAI-kompatiblen API -- vollstaendig DSGVO-konform, gehostet in Deutschland, mit integrierter PII-Redaktion und tokenbasierter Abrechnung.
Unsere Open-Source-Repositories bieten SDKs, CLI-Werkzeuge, MCP-Integrationsbeispiele und Agent Skills, um den Einstieg so reibungslos wie moeglich zu gestalten.
Unternehmen: simo-online.com | Plattform: simosphereai.com
MAKE DATA EASY.
Engineered at SIMO GmbH, Aschaffenburg, Germany