{
  "$schema": "https://a2aproject.github.io/A2A/specification/agent-card.schema.json",
  "name": "SIMOSphere AI",
  "description": "OpenAI-compatible LLM inference API hosted in Germany. Drop-in replacement for OpenAI Chat Completions / Embeddings with GDPR-compliant data residency, PII redaction, BYOK routing, and CI-conformant document generation.",
  "url": "https://api.simosphereai.com",
  "documentation_url": "https://onboarding.simosphereai.com/llms-full.txt",
  "version": "2026.05.0",
  "provider": {
    "organization": "SIMO GmbH",
    "url": "https://www.simosphereai.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json", "text/event-stream"],
  "skills": [
    {
      "id": "chat_completion",
      "name": "Chat completion",
      "description": "OpenAI-compatible chat completion across Qwen3, Apertus, Gemma, and Llama families.",
      "tags": ["llm", "chat", "openai-compatible"],
      "examples": [
        "Generate a German product description for a B2B SaaS landing page.",
        "Summarise this 12-page contract in five bullet points."
      ]
    },
    {
      "id": "embeddings",
      "name": "Text embeddings",
      "description": "Vector embeddings for semantic search and RAG pipelines.",
      "tags": ["embeddings", "rag", "openai-compatible"]
    },
    {
      "id": "document_render",
      "name": "CI-conformant document generation",
      "description": "Render PDF and DOCX documents that match the customer's corporate identity from a natural-language brief.",
      "tags": ["pdf", "docx", "branding", "weasyprint"]
    },
    {
      "id": "translate",
      "name": "Multilingual translation",
      "description": "Translation across DE / EN / FR / ES / IT / PL / NL / PT with terminology preservation.",
      "tags": ["translation", "i18n"]
    },
    {
      "id": "web_search",
      "name": "Tavily web-search tool",
      "description": "Managed web-search tool callable via the standard OpenAI tool-use API. Available on Professional and Enterprise plans.",
      "tags": ["web-search", "tavily", "tool-use"]
    }
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Tenant API key issued at https://onboarding.simosphereai.com/de/register"
    }
  },
  "security": [{ "bearer": [] }],
  "contactEndpoint": "mailto:hello@simo-online.com"
}
