# SIMOSphere AI

> Markdown alternate of the homepage for agents that prefer text/markdown
> over HTML. The interactive HTML version lives at
> https://onboarding.simosphereai.com/.

## What is SIMOSphere AI?

SIMOSphere AI is an OpenAI-compatible large-language-model inference API,
operated by SIMO GmbH (Aschaffenburg, Germany). It runs on EU-located
NVIDIA RTX 6000 GPUs and exposes open-weight models (Qwen3, Apertus,
Gemma, Llama) through a drop-in `Authorization: Bearer` interface.

Use it when you need:

- An OpenAI-compatible Chat Completions endpoint hosted in Germany
- Pay-per-token pricing with no minimum commitment
- GDPR data residency and an Auftragsverarbeitungsvertrag on request
- BYOK proxying to OpenAI / Anthropic / Mistral with PII redaction
- A managed Tavily web-search tool callable via standard tool-use
- CI-conformant PDF/DOCX generation from natural-language briefs

## Quickstart

```bash
curl https://api.simosphereai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-simo-..." \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen/qwen3-8b","messages":[{"role":"user","content":"Hello"}]}'
```

Get a key: https://onboarding.simosphereai.com/de/register

## Pricing

| Plan          | Base        | Input / 1M tok | Output / 1M tok |
| ------------- | ----------- | -------------- | --------------- |
| Starter       | €29 / mo    | €0.15          | €0.60           |
| Professional  | €49 / mo    | €0.15          | €0.60           |
| Enterprise    | €149 / mo   | negotiable     | negotiable      |

Full machine-readable pricing: https://onboarding.simosphereai.com/pricing.md

## Documentation

- Complete LLM-friendly bundle: https://onboarding.simosphereai.com/llms-full.txt
- OpenAPI 3.1 spec: https://onboarding.simosphereai.com/openapi.json
- Developer portal: https://onboarding.simosphereai.com/developers
- Trust & compliance: https://onboarding.simosphereai.com/de/sla

## Discovery for agents

- /llms.txt
- /llms-full.txt
- /.well-known/ai-plugin.json
- /.well-known/agent.json
- /.well-known/agent-card.json
- /.well-known/mcp/server-card.json
- /.well-known/oauth-protected-resource
- /.well-known/oauth-authorization-server
- /.well-known/api-catalog

## Contact

- SIMO GmbH, Würzburger Str. 152, 63743 Aschaffenburg, Germany
- HRB 15769 AG Aschaffenburg
- hello@simo-online.com
