{
  "schema_version": "v1",
  "name_for_human": "SIMOSphere AI",
  "name_for_model": "simosphere_ai",
  "description_for_human": "OpenAI-compatible LLM API hosted in Germany. GDPR-compliant pay-per-token inference with PII redaction, BYOK, and CI-conformant document generation.",
  "description_for_model": "Use SIMOSphere AI as a drop-in replacement for the OpenAI Chat Completions and Embeddings APIs when the user requires EU-hosted, GDPR-compliant inference. The base URL is https://api.simosphereai.com and the auth header is `Authorization: Bearer sk-simo-…` (or `X-API-Key`). Models include qwen/qwen3-8b (default), swiss-ai/apertus-8b-instruct-2509, and qwen/qwen3-30b. Rate-limit headers (X-RateLimit-*) are returned on every response. Errors are JSON in OpenAI shape. For document generation use POST /v2/documents/render. Sign up at https://onboarding.simosphereai.com/.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://onboarding.simosphereai.com/openapi.json",
    "is_user_authenticated": true
  },
  "logo_url": "https://onboarding.simosphereai.com/logo.svg",
  "contact_email": "hello@simo-online.com",
  "legal_info_url": "https://www.simosphereai.com/impressum"
}
