Skip to content

feat: add T-Systems LLMHub as a provider#1383

Open
ashwinnair14 wants to merge 6 commits intoanomalyco:devfrom
ashwinnair14:feat/add-t-systems-provider
Open

feat: add T-Systems LLMHub as a provider#1383
ashwinnair14 wants to merge 6 commits intoanomalyco:devfrom
ashwinnair14:feat/add-t-systems-provider

Conversation

@ashwinnair14
Copy link
Copy Markdown

@ashwinnair14 ashwinnair14 commented Apr 8, 2026

Summary

  • Adds T-Systems LLMHub (AI Foundation Services) as a new provider with 38 models
  • Uses @ai-sdk/openai-compatible with API endpoint https://llm-server.llmhub.t-systems.net/v2
  • Includes LLMs (Claude, GPT, Gemini, Llama, Mistral, Qwen, o-series), embeddings, audio (Whisper), and image generation models
  • T-Systems offers GDPR-compliant, EU-hosted access to both open-source and proprietary models

Models included

Category Count Examples
LLMs 26 GPT-4.1, GPT-5, Claude Sonnet 4/4.5, Gemini 2.5/3, o3/o4-mini, Llama 3.3, Mistral, Qwen3
Embeddings 5 Jina v2, BGE M3, Ada 002, TSI ColQwen2
Audio 2 Whisper Large V3, Whisper Large V3 Turbo
Image 1 GPT Image 1
Specialty 1 Teuken 7B (EU multilingual)
Regional 1 GPT-OSS 120B (T-Cloud Germany)

Pricing

Pricing sourced from T-Systems documentation (Standard1000 plan tier). Open-source models hosted on T-Cloud Germany use flat-rate pricing; proprietary models have per-token input/output rates.

Data sources

Test plan

  • bun install
  • bun validate pa
  • bun validate passes with exit code 0
  • All 38 model TOML files created with required schema fields
  • Provider TOML includes required api field for @ai-sdk/openai-compatible
  • Logo SVG uses currentColor with no fixed sizes

@ashwinnair14
Copy link
Copy Markdown
Author

Draft stage.

@ashwinnair14 ashwinnair14 marked this pull request as draft April 8, 2026 11:41
Anilil and others added 5 commits April 20, 2026 12:34
Add T-Systems (AI Foundation Services) with 38 models including
LLMs, embeddings, audio, and image generation models accessible
through their GDPR-compliant, EU-hosted OpenAI-compatible API.
@ashwinnair14 ashwinnair14 force-pushed the feat/add-t-systems-provider branch from 3d268bc to a1a4c8a Compare April 20, 2026 10:34
@ashwinnair14 ashwinnair14 marked this pull request as ready for review April 20, 2026 10:41
Convert 26 of 38 T-Systems models to inherit from canonical definitions
in providers/{anthropic,openai,google,mistral,llama,alibaba}/ per
README rule 3a. Local overrides preserve T-Systems pricing markup and
any spec differences; omit removes fields not applicable to the wrapper
(cache pricing, context-tier pricing, etc.).

Verified via bun run compare:migrations: generated JSON is
byte-identical before and after for every changed model.

Net: -446/+91 lines across 26 files.
@ashwinnair14
Copy link
Copy Markdown
Author

Could I request a review @rekram1-node ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant