{"slug": "uae-data-residency-and-ai-inference-now-live", "title": "UAE Data Residency and AI Inference Now Live", "summary": "Telnyx has launched data residency and AI inference capabilities in the United Arab Emirates, allowing customers to store data and run AI workloads on GPUs in Dubai. The new region, me-central-1, offers low-latency inference for MENA users and supports the Kimi K2.6 model via an OpenAI-compatible API.", "body_md": "[Contact us](https://telnyx.com/contact-us)\n\n[Log in](https://portal.telnyx.com)\n\nTelnyx infrastructure is live in the United Arab Emirates. Customers can now choose UAE as their data storage region and run AI inference on Telnyx-owned GPUs in Dubai.\n\nMission Control Portal now includes United Arab Emirates as a data storage region, joining USA (default), Germany, and Australia. Selecting UAE means the following data sits at rest in local infrastructure:\n\nDubai is also a live inference region (me-central-1). LLM requests from the Middle East process on Telnyx-owned GPU infrastructure in Dubai instead of routing through US or European data centers. Kimi K2.6 is the first model available in the region, accessible through the same OpenAI-compatible Chat Completions API.\n\n**In-region processing.** Inference runs on GPUs physically located in Dubai. Prompts and responses do not transit to US or EU for compute. For customers in regulated sectors like banking, healthcare, and insurance, that means one answer when compliance teams ask where AI workloads process.\n\n**Low latency.** Co-locating inference with regional infrastructure keeps round-trip latency low for MENA users. Customers no longer absorb 200-400ms of cross-border routing overhead on every inference call.\n\n**Set UAE as your data storage region**\n\n**Run inference in Dubai**\n\n`moonshotai/Kimi-K2.6`\n\nwith region `me-central-1`\n\n``` python\nfrom openai import OpenAI\n\nclient = OpenAI(\n    api_key=\"YOUR_TELNYX_API_KEY\",\n    base_url=\"https://api.telnyx.com/v2/ai/inference\"\n)\n\nresponse = client.chat.completions.create(\n    model=\"moonshotai/Kimi-K2.6\",\n    messages=[\n        {\"role\": \"user\", \"content\": \"Hello from Dubai!\"}\n    ]\n)\n```\n\nFor questions about these features, contact support through the Mission Control Portal. To explore how Telnyx can support your UAE expansion, [reach out to our sales team](https://telnyx.com/contact-us).", "url": "https://wpnews.pro/news/uae-data-residency-and-ai-inference-now-live", "canonical_source": "https://telnyx.com/release-notes/uae-data-locality", "published_at": "2026-07-08 00:00:00+00:00", "updated_at": "2026-07-08 20:29:38.535441+00:00", "lang": "en", "topics": ["ai-infrastructure", "ai-products", "ai-tools"], "entities": ["Telnyx", "United Arab Emirates", "Dubai", "Kimi K2.6", "OpenAI"], "alternates": {"html": "https://wpnews.pro/news/uae-data-residency-and-ai-inference-now-live", "markdown": "https://wpnews.pro/news/uae-data-residency-and-ai-inference-now-live.md", "text": "https://wpnews.pro/news/uae-data-residency-and-ai-inference-now-live.txt", "jsonld": "https://wpnews.pro/news/uae-data-residency-and-ai-inference-now-live.jsonld"}}