From a14cbf6ce8298dfeb37495eb874ac07523c93d0c Mon Sep 17 00:00:00 2001 From: Hector Date: Tue, 16 Jun 2026 12:40:46 +0200 Subject: [PATCH] content(wiki): expand stub openai-gpt.md (+25 lines) --- wiki/tools/openai-gpt.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/wiki/tools/openai-gpt.md b/wiki/tools/openai-gpt.md index 4c460d5..625785e 100644 --- a/wiki/tools/openai-gpt.md +++ b/wiki/tools/openai-gpt.md @@ -1,6 +1,6 @@ --- created: 2026-06-05 -updated: 2026-06-05 +updated: 2026-06-16 sources: [blog/2026-05-15_ai-news-roundup-may-2026.md] tags: [tool, openai, gpt, model] --- @@ -22,4 +22,26 @@ tags: [tool, openai, gpt, model] ## Positionierung - Dominant im multimodal/massenmarkt -- Stärkste Consumer- und Productivity-Integration \ No newline at end of file +- Stärkste Consumer- und Productivity-Integration + +## Konkurrenz-Lage Mai 2026 + +Im aktuellen Frontier-Modell-Streit positionieren sich die großen Anbieter unterschiedlich: + +| Anbieter | Modell | Stärke | +|----------|--------|--------| +| **OpenAI** | GPT-5.5 + Instant | Multimodal, Consumer/Productivity, 1M Context | +| **Anthropic** | Claude Opus 4.7 | Frontier GA, Mythos-Integration geplant, $30 Mrd. ARR | +| **Google DeepMind** | Gemini 3.1 Pro | Kosteneffizient für Enterprise, Cloud-Integration | +| **xAI** | Grok (schnelle Iteration) | Competitive Pricing, X-Integration | + +Anthropic kommt auf 500+ Unternehmen mit >$1 Mio. Jahresausgaben und 8 von Fortune 10 als Kunden — das ist derzeit die stärkste Enterprise-Penetration, während OpenAI beim Consumer/Productivity-Segment führt. + +## Modell-Routing im RamaDama-Setup + +OpenAI-Modelle werden über `openrouter/openai/...` geroutet, GPT-5.4 ist im Model-Routing mit 200k Context / 32k Output etabliert (Reasoning deaktiviert). + +## Verwandte Seiten +- [[wiki/architecture/model-routing]] — wie GPT-Modelle im Agent-Stack eingebunden sind +- [[wiki/concepts/agents/ai-agents-2026]] — GPT-5.5 als Agentic-Coding-Vorreiter +- [[wiki/tools/anthropic-claude]] — direkter Frontier-Konkurrent \ No newline at end of file