Skip to content
@SIMOSphereOS

SIMOSphere AI

European AI orchestration platform by SIMO GmbH. Multi-model inference, MCP integration, GDPR-compliant. Made in Germany.

SIMOSphere AI

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.


Core Capabilities

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.


Open Source

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

Get Started

npm install simosphere-ai
import 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


Ueber SIMOSphere AI

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

Popular repositories Loading

  1. simosphere-mcp-examples simosphere-mcp-examples Public

    MCP integration examples for SIMOSphere AI — connect CRM, ERP, documents with AI agents. GDPR-compliant.

    1

  2. simosphere-ai-skills simosphere-ai-skills Public

    Agent-discovery artefacts (SKILL.md, AGENTS.md, .cursorrules) for the SIMOSphere AI inference platform

  3. simosphere-ai-sdk simosphere-ai-sdk Public

    Official SIMOSphere AI SDK — European AI orchestration platform. TypeScript/JavaScript.

    TypeScript

  4. simosphere-api-examples simosphere-api-examples Public

    SIMOSphere AI API examples — chat completions, embeddings, function calling. TypeScript, Python, cURL.

  5. simosphere-cli simosphere-cli Public

    SIMOSphere AI CLI — interact with the European AI orchestration platform from your terminal.

    TypeScript

  6. .github .github Public archive

    Organization profile and community health files

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…