Dell and AMD supply the hardware behind OTel 2.0’s live deployment
In sum – what we know:
- A CUDA-free stack – Cloud training ran on roughly 430 AMD Instinct MI300X GPUs via Microsoft Foundry, with Dell shipping MI355X servers for on-premises deployment.
- Heavy data curation – Over a trillion tokens were processed and distilled down to about 400 billion telecom-specific tokens for post-training.
- Routing cuts the bill – An “AI Gateway” caches responses and escalates between OTel 2.0 and frontier models, which AT&T says trims inference costs by up to 90%.
AT&T has taken OTel 2.0, the open-source telecom AI model developed under the GSMA-led Open Telco AI initiative, and pushed it into full production deployment — with Dell and AMD supplying the hardware muscle. The model is built on Google’s Gemma 4 31B-IT base and post-trained specifically for telecom workloads. It’s a 31 billion parameter model, which is far lower than what you’d find in a frontier model — but that’s intentional. Keeping it well below frontier scale means it can run on right-sized hardware in an operator’s own data center, not exclusively on hyperscale clusters. Compared to the earlier OTel 1.0, this is a meaningful jump in scale, data curation, and production readiness.
AT&T and its partners processed over a trillion tokens during training and data selection, ultimately distilling that pool down to roughly 400 billion highly relevant telecom tokens for post-training. That corpus includes a 15-billion-token curated dataset and a 10-billion-token “Telco Corpus” from GSMA, drawing on materials from 3GPP, ETSI, CAMARA, ITU, O-RAN, and TM Forum, augmented with synthetic data generated by other open models like Phi-4 to improve structured reasoning and scenario coverage. Because the focus is strictly on standards-based content and technical documentation, the partners argue there’s far less PII exposure than you’d find in a consumer internet corpus.
Hardware partnerships
The most notable thing about OTel 2.0’s infrastructure is what’s missing from it. Training and inference run heavily on AMD Instinct GPUs and AMD’s open ROCm software stack, bypassing NVIDIA and the CUDA-centric stacks that dominate most AI deployments today. Cloud training used roughly 430 AMD Instinct MI300X GPUs deployed through Microsoft Foundry’s managed compute service on Azure, which is a fairly convincing demonstration that trillion-token-scale workloads can run on ROCm without a CUDA dependency.
Dell handles the other half of the equation. The company provides carrier-grade on-premises servers hosting AMD MI355X GPUs for localized data center deployment, and its role here goes beyond simply shipping boxes. Dell’s hardware acts as a replicable blueprint — the reliability, support, and lifecycle management that turn an open-source model release into something an operator can actually run in production.
Of course, there’s a wrinkle in the anti-lock-in narrative. The architecture is designed to reduce dependence on closed AI and a single GPU vendor, but operators adopting it still face potential lock-in of a different flavor — to specific cloud services, or to particular open-source infrastructure stacks. The dependency shifts rather than disappears.
Multi-model routing
OTel 2.0 doesn’t run in isolation. It sits behind what AT&T calls an “AI Gateway,” which caches responses and routes each task between OTel 2.0, other domain models, and frontier models depending on what the job actually requires. The routing is cache-aware and dynamic — if a multi-turn conversation escalates in complexity, the gateway can switch models mid-session, starting cheap and stepping up only when needed. This is running at genuine production scale. The live infrastructure processes around 45 billion tokens per day, and total workloads consume over a trillion tokens monthly across more than 100 generative AI models, with about 40% of those operations running on AMD hardware.
AT&T claims the gateway routing and cached computation reuse cut AI inference costs by up to 90% compared to leaning on primary frontier models for everything. That figure is plausible given the architecture, but it deserves a caveat — replicating those savings requires complex engineering and caching setups, and smaller operators may simply lack the scale to realize the same economics, even if they adopt the model wholesale.
The deployment is deliberately hybrid. Azure handles large-scale training bursts, while Dell’s on-premises servers handle latency-sensitive core network operations where data can’t leave the building. “Day 0” inference is already available for testing through Microsoft Foundry, Featherless AI, and Red Hat, and this is engineered as a “living” model — weekly weight updates are planned as training continues, so the version you test this month won’t be the version running next quarter.
So what does an operator actually do with it? OTel 2.0 summarizes dense standards documents from the likes of 3GPP and ETSI, generates compliant network configurations, and automates troubleshooting queries, knowledge retrieval, and runbook generation for daily operations. For regional operators, the appeal is obvious — telecom-tuned AI without the capital expense of building a custom foundation model from scratch. Equipment vendors and standards bodies get something out of it too, using the model to test interoperability scenarios and produce standardized documentation.
The security question can’t be waved away, though. Dropping open AI models into mission-critical telecom infrastructure introduces new attack surfaces — prompt injection and model poisoning among them — and operators will need extensive auditing before trusting the model anywhere near live networks. To its credit, the project makes that scrutiny possible. Model weights and documentation are publicly available on Hugging Face with instructions for reproducible evaluation, and the whole effort was developed through a multi-stakeholder governance approach spanning AT&T, GSMA, Dell, AMD, Microsoft, Red Hat, MLCommons, and Pleias.
Table of Contents
Facts Only
* Dell and AMD supply hardware for OTel 2.0 deployment.
* Training utilized roughly 430 AMD Instinct MI300X GPUs via Microsoft Foundry on Azure.
* On-premises deployment uses Dell servers with AMD MI355X GPUs.
* Over a trillion tokens were processed during training.
* The token pool was distilled to about 400 billion telecom-specific tokens for post-training.
* The model is built on Google’s Gemma 4 31B-IT base.
* Training and inference run on AMD Instinct GPUs and the ROCm software stack.
* An "AI Gateway" caches responses and routes tasks between OTel 2.0 and frontier models.
* Live infrastructure processes around 45 billion tokens per day.
* Total workloads consume over a trillion tokens monthly across more than 100 generative AI models.
* About 40% of operations run on AMD hardware.
Executive Summary
A telecom AI model named OTel 2.0, developed under the GSMA-led Open Telco AI initiative, has been deployed into production using hardware supplied by Dell and AMD. The model is based on Google’s Gemma 4 31B-IT base and was specifically post-trained for telecom workloads. Training involved processing over a trillion tokens, which were distilled down to approximately 400 billion telecom-specific tokens for post-training.
The infrastructure leverages AMD Instinct GPUs and the ROCm software stack, bypassing CUDA dependencies. Cloud training utilized approximately 430 AMD Instinct MI300X GPUs via Microsoft Foundry on Azure. Dell supplies on-premises servers hosting AMD MI355X GPUs for deployment. The system incorporates an "AI Gateway" for routing and caching responses between OTel 2.0 and other models, which is claimed to reduce inference costs by up to 90% through dynamic scaling.
The deployment strategy is hybrid, using Azure for large-scale training and Dell hardware for latency-sensitive on-premises operations. The resulting application enables tasks such as summarizing standards documents, generating network configurations, and automating troubleshooting queries in the telecom sector. Governance involved a multi-stakeholder group including AT&T, GSMA, and several technology partners.
Full Take
The narrative centers on shifting the computational dependency away from NVIDIA's CUDA ecosystem toward an open, multi-vendor architecture built around AMD Instinct hardware and ROCm. This shift aims to decouple large-scale AI training and deployment from single-vendor constraints, positioning an open model within infrastructure controlled by multiple partners. The justification for this structure rests on maximizing flexibility and minimizing reliance on hyperscale dependencies, demonstrated by the capability to handle trillion-token workloads without a CUDA dependency.
The concept of multi-model routing via an "AI Gateway" introduces a layer of operational abstraction that seeks to trade raw model scale for efficiency in real-time inference. The claim of 90% cost reduction through caching and dynamic scaling suggests that system-level architecture, rather than just the base model itself, is the primary driver of economic leverage in production AI systems. However, this masks a potential shift: while vendor lock-in on hardware is reduced, dependency on proprietary cloud orchestration services or specialized open-source infrastructure stacks emerges as the new focal point for operational constraints.
The security posture introduces a tension between openness and operational reality. Releasing model weights publicly facilitates scrutiny but simultaneously expands the attack surface to prompt injection and poisoning within mission-critical telecom systems. The successful governance structure, involving numerous stakeholders in establishing reproducibility guidelines, suggests an attempt to build accountability into the process, yet real-world deployment demands that this external auditing remains continuous and resilient against adversarial manipulation. The core implication is that sovereignty over AI infrastructure is being contested not just through hardware choice, but through the layered software and operational dependencies imposed by distributed partnerships.
Bridge Questions: If cost savings are realized by caching, what are the specific architectural trade-offs between cached accuracy and latency in high-stakes network operations? How do operators balance the agility of a multi-model routing gateway against the potential fragility introduced by reliance on complex, non-standardized caching layers? What governance mechanisms prove sufficient to mitigate prompt injection risks across heterogenous models running in live infrastructure?
