AI Foundation Services
Dieser Inhalt ist für v1.1.0. Geh zur neuesten Version, um die aktuellste Dokumentation zu bekommen.
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
The sovereign European AI platform by T-Systems. Run 30+ open-source and proprietary LLMs through an OpenAI-compatible API, with sovereign EU hosting for open-source models. Switch from OpenAI with one line of code. See Enterprise Trust for the full data-handling model.
EU Data SovereigntyISO 27001 CertifiedOpenAI Compatible
Get Free API Key Request a trial API key to start building.
Quickstart Guide Get up and running in under 5 minutes.
Try It Now
Section titled “Try It Now”Drop in your API key and start building — the API is identical to OpenAI’s. Prefer to click rather than curl? Try the LLM Playground — same models, no setup required.
curl -X POST "https://llm-server.llmhub.t-systems.net/v2/chat/completions" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "Llama-3.3-70B-Instruct", "messages": [{"role": "user", "content": "Hello from AIFS"}] }'from openai import OpenAI
client = OpenAI(base_url="https://llm-server.llmhub.t-systems.net/v2")
response = client.chat.completions.create( model="Llama-3.3-70B-Instruct", messages=[{"role": "user", "content": "Hello from AIFS"}],)print(response.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({ baseURL: "https://llm-server.llmhub.t-systems.net/v2",});
const response = await client.chat.completions.create({ model: "Llama-3.3-70B-Instruct", messages: [{ role: "user", content: "Hello from AIFS" }],});console.log(response.choices[0].message.content);Verfügbare Modelle (39)
GLM 5.2
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Gemma 4
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Mistral Small 4
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
GPT-OSS 120B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Llama 3.3 70B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Mistral Medium 3
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
GPT-5
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT-5 mini
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT-5 Codex
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
Claude 4.6 Opus
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude 4.6 Sonnet
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude 4.5 Opus
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude 4.5 Sonnet (>200k)
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude 4.5 Sonnet (≤200k)
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude 4.5 Haiku
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 3 Pro (>200k)
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 3 Pro (≤200k)
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 3 Flash
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 3 Pro Image
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
BGE-M3
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Ada Text Embedding
Cloud: Azure Serverstandort: France Datenverarbeitung: EU
Jina Embeddings v2 Base DE
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Whisper Large v3
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Whisper Large v3 Turbo
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Claude Fable 5
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude Opus 4.8
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude Opus 5
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude Sonnet 5
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 3.1 Pro
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 3.5 Flash
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
GPT 5.4
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT 5.4 mini
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT 5.5
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT Image 2
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT-5.6 Sol
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
NVIDIA Nemotron 3 Super 120B FP8
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Qwen 3.6 35B FP8
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Qwen 3 Coder 30B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
GPT 5.2
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU