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 (46)
Gemma 4 – Preview
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
GPT-OSS 120B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Qwen3-Next 80B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Qwen3-VL 30B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Qwen3 Coder 30B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Llama 3.3 70B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Mistral Small 3
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
Mistral Medium 3
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
GPT-5.2
Cloud: Azure Serverstandort: Sweden 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
o4 mini
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
o3
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
o3 mini
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
o1 mini
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
Claude 4 Sonnet
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Claude 3.7 Sonnet
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 2.5 Pro (>200k)
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 2.5 Pro (≤200k)
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 2.5 Flash
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
Gemini 2.5 Flash Image
Cloud: GCP Serverstandort: Europe Datenverarbeitung: EU
GPT-4.1
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT-4.1 mini
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT-4.1 nano
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT-4o
Cloud: Azure Serverstandort: France Datenverarbeitung: EU
GPT-4o mini
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT-Image-1 (Text→Image)
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
GPT-Image-1 (Image→Image)
Cloud: Azure Serverstandort: Sweden 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
o1
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU
Qwen 3 Coder 30B
Cloud: T-Cloud Serverstandort: Germany Datenverarbeitung: Germany
GPT 5.2
Cloud: Azure Serverstandort: Sweden Datenverarbeitung: EU