Middle East & North Africa

AI models, vendors, and hardware buying realities from Middle East & North Africa. Curated by myaihardware.com.

37
Models
8
Vendors
7
Languages

Why Middle East & North Africa matters for AI builders

The Middle East and North Africa (MENA) region offers a stark hardware-availability reality: NVIDIA's GPUs are often backordered for months, forcing builders to rely on older Ampere cards or ultra-low-power chips for edge inference. Dominant model families like the Arabic-optimized Jais and the multilingual AceGPT demand inference pipelines that tolerate higher latency but must handle right-to-left scripts and dialectal variance, which impacts tokenizer and memory-bank design. An underrated angle is the region's giga-scale renewable energy projects — builders who tap into solar-powered data centers can undercut average regional electricity costs by 40%, making high-volume inference far more viable than in EU or US markets.

Market context

The MENA Arabic large language model ecosystem in 2026 is dominated by Gulf state initiatives, with the UAE's Falcon, Saudi Arabia's ALLaM, and Qatar's Fanar as leading models. Sovereign wealth funds like MGX and PIF are channeling billions into AI infrastructure and research, fueling rapid progress. National AI strategies across the region emphasize Arabic language preservation and local industry transformation, with Egypt, Jordan, Morocco, and Tunisia developing their own strategies and models. Despite fragmentation, collaborative efforts and open-source releases are expanding the availability of high-quality Arabic language AI across the region.

On the ground in Middle East & North Africa

Editorial deep-dive on the labs, programs, and trade-offs that shape this region's open-weight scene.

UAE — TII Falcon and G42 Inception Jais: the dual-track sovereign play

Two flagship labs anchor the regional open-weight scene. The Technology Innovation Institute (TII) released the Falcon family in 2023 with 7B, 40B, and 180B parameter variants under the permissive Apache 2.0 license, followed by the Falcon 2 11B in 2024 and the Falcon 3 family in late 2024 with 1B, 3B, 7B, and 10B sizes. In contrast, the Inception lab produced the Jais family, including 13B, 30B, and 70B variants alongside a specialized long-context 16K version. The core technical difference lies in training data and architectural focus: Falcon models are optimized for general-purpose English-language tasks using a decoder-only transformer with FlashAttention, prioritizing broad reasoning and code generation on modern GPUs. Jais models, however, are bilingual (Arabic and English) with a tokenizer extended for Arabic script, and the 16K variant uses Rotary Position Embedding to handle very long sequences, making it ideal for document analysis or conversation history. For a builder running local inference, choosing between them matters because Falcon offers stronger raw performance on standard benchmarks and smaller, efficient sizes for edge devices, while Jais excels in multilingual contexts, especially Arabic, and its long-context models reduce the need for chunking in tasks like RAG or extended dialogue — critical for low-latency local deployments with constrained memory.

Riyadh and Doha — ALLaM and Fanar carry the state programs

State research programs in the Gulf have funded specialized Arabic language model initiatives tailored to regional dialects. The SDAIA research group in Saudi Arabia released ALLaM 7B Instruct in April 2024, fine-tuned from a Llama-2 base and specifically tuned for Najdi, Hijazi, and broader Gulf usage patterns. Concurrently, the QCRI lab in Qatar developed Fanar 1 9B Instruct and Fanar 2 27B, built on the Gemma2 base and released under CC-BY-NC licensing, with a strong Gulf dialect focus. Dialect tuning provides builders with distinct advantages: it yields better domain-specific text generation, such as in local government chat behavior where colloquial terms and regional context are critical, but it also narrows geographic coverage, making these models less effective outside their home dialects. In contrast, broader pan-Arabic models from TII (e.g., Falcon) and Inception (e.g., Jais) prioritize Modern Standard Arabic and cross-regional comprehensiveness, sacrificing the nuanced local accuracy of Gulf-tuned models for wider applicability across the Arab world.

MBZUAI — the academic Arabic NLP ceiling

Academic research forks of open-weight models have driven notable progress in Arabic natural language processing, as exemplified by the collaboration between MBZUAI and the FreedomIntelligence research group. Their AceGPT family, initially released in 2023 with 7B and 13B parameter variants, followed by a v2 32B parameter version in 2024, are fine-tuned from the Llama-2 base weights and distributed under the CC-BY-NC-4.0 license, which strictly prohibits commercial use. These models achieve strong results on Arabic adaptations of MMLU and culture-specific alignment benchmarks, often outperforming comparably sized general-purpose models on tasks requiring regional knowledge and linguistic nuance. Beyond AceGPT, the group's BiMediX (a bilingual medical Arabic model) and K2-Think (a reasoning-focused fine-tune) further demonstrate the breadth of this non-commercial research ecosystem. While the licensing blocks direct shipment into production systems, developers and product teams building Arabic-language applications should still benchmark their own models against AceGPT and its siblings. Because these academic models represent a high-quality ceiling for cost-free, research-grade capability, using them as a reference standard helps identify performance gaps, validate fine-tuning strategies, and set realistic baselines for proprietary alternatives even when those alternatives cannot legally incorporate the research weights themselves.

Dialect coverage stays uneven — what builders should actually do

Dialect coverage stays uneven in commercial Arabic language models. While Modern Standard Arabic dominates pretraining corpora, real users speak over 22 regional dialects including Egyptian, Levantine, Gulf, Maghrebi, Sudanese, Iraqi, and Yemeni. Frontier models from major US labs routinely code-switch back to English on Maghrebi or Sudanese inputs because dialect coverage is thin, reflecting sparse training data. Models like Jais and AceGPT cover Egyptian, Gulf, and Levantine reasonably well due to larger dialect corpora, but Maghrebi — which heavily code-mixes French — remains underserved. This gap leads to broken responses or default to MSA even for basic queries. Builders should pick an MSA base model, then layer on dialect adapters or a retrieval-augmented generation system over a local dialect corpus. For evaluation, they must use benchmarks like AraBench and Dolphin, which test dialect-specific understanding, rather than relying solely on MMLU, which over-indexes on MSA. Without these steps, dialect coverage will continue to fragment the Arabic language user experience across regions.

Models (37 of 37)

Filter by vendor, license, or parameter range.

Falcon-7B

Technology Innovation Institute · UAE

Open
Params
7B
Context
2,048
Min VRAM
16 GB
GGUF
Yes

Efficient 7B with MQA, strong English, open license.

Region slug: mena

Falcon-7B-Instruct

Technology Innovation Institute · UAE

Open
Params
7B
Context
2,048
Min VRAM
16 GB
GGUF
Yes

Instruction-tuned, good at following prompts, accessible.

Region slug: mena

Falcon-40B

Technology Innovation Institute · UAE

Open
Params
40B
Context
2,048
Min VRAM
80 GB
GGUF
Yes

40B with GQA, superior English reasoning, outperformed LLaMA-65B on some tests.

Region slug: mena

Falcon-40B-Instruct

Technology Innovation Institute · UAE

Open
Params
40B
Context
2,048
Min VRAM
80 GB
GGUF
Yes

Instruction-tuned on chat data, high-quality long-form outputs.

Region slug: mena

Falcon-180B

Technology Innovation Institute · UAE

Open
Params
180B
Context
2,048
Min VRAM
360 GB
GGUF
Yes

Massive 180B, near Llama 2 70B performance, strong English reasoning.

Region slug: mena

Falcon-180B-Chat

Technology Innovation Institute · UAE

Open
Params
180B
Context
2,048
Min VRAM
360 GB
GGUF
Yes

Chat-tuned 180B, conversational, safety-aligned, strong reasoning.

Region slug: mena

Falcon-2-11B

Technology Innovation Institute · UAE

Open
Params
11B
Context
8,192
Min VRAM
22 GB
GGUF
Yes

Multilingual, 8K context, efficient 11B, includes Arabic.

Region slug: mena

Falcon-2-11B-VLM

Technology Innovation Institute · UAE

Open
Params
11B
Context
8,192
Min VRAM
24 GB
GGUF
No

Multilingual vision-language, Arabic support, efficient at 11B.

Region slug: mena

Falcon-Mamba-7B

Technology Innovation Institute · UAE

Open
Params
7B
Context
8,192
Min VRAM
16 GB
GGUF
Yes

Competitive attention-free architecture, fast inference, lower memory.

Region slug: mena

Falcon3-1B-Instruct

Technology Innovation Institute · UAE

Open
Params
1B
Context
32,768
Min VRAM
2.5 GB
GGUF
Yes

Compact 1B with 32K context, multilingual, includes Arabic, edge-friendly.

Region slug: mena

Falcon3-3B-Instruct

Technology Innovation Institute · UAE

Open
Params
3B
Context
32,768
Min VRAM
8 GB
GGUF
Yes

Efficient 3B instruction-following, 32K, strong multilingual with Arabic.

Region slug: mena

Falcon3-7B-Instruct

Technology Innovation Institute · UAE

Open
Params
7B
Context
32,768
Min VRAM
16 GB
GGUF
Yes

7B powerhouse, 32K, strong multilingual and reasoning, Arabic capable.

Region slug: mena

Falcon3-10B-Instruct

Technology Innovation Institute · UAE

Open
Params
10B
Context
32,768
Min VRAM
20 GB
GGUF
Yes

Leading 10B, 32K, reliable multilingual, decent Arabic, strong reasoning.

Region slug: mena

jais-13b

Inception (G42) · UAE

Open
Params
13B
Context
2,048
Min VRAM
28 GB
GGUF
No

Strong Arabic-English bilingual base model, culturally aligned, open-source, efficient for 13B size.

Region slug: mena

jais-13b-chat

Inception (G42) · UAE

Open
Params
13B
Context
2,048
Min VRAM
28 GB
GGUF
No

Excellent Arabic chat, culturally sensitive, good safety alignment, strong instruction following.

Region slug: mena

jais-30b-v1

Inception (G42) · UAE

Open
Params
30B
Context
2,048
Min VRAM
64 GB
GGUF
No

Larger 30B scale, improved reasoning, state-of-the-art Arabic performance, open license.

Region slug: mena

jais-30b-chat-v3

Inception (G42) · UAE

Open
Params
30B
Context
2,048
Min VRAM
64 GB
GGUF
No

Refined chat fine-tuning, better instruction following, low hallucination, culturally adept.

Region slug: mena

jais-family-1p3b-chat

Inception (G42) · UAE

Open
Params
1.3B
Context
2,048
Min VRAM
4 GB
GGUF
No

Tiny, fast inference, efficient on edge/mobile, decent Arabic for its size.

Region slug: mena

jais-family-6p7b-chat

Inception (G42) · UAE

Open
Params
6.7B
Context
4,096
Min VRAM
16 GB
GGUF
No

Balanced size-performance, good Arabic bilingual support, efficient resource usage.

Region slug: mena

jais-family-13b-chat

Inception (G42) · UAE

Open
Params
13B
Context
4,096
Min VRAM
28 GB
GGUF
No

Solid 13B bilingual performance, cost-effective, 4K context, good safety.

Region slug: mena

jais-family-30b-16k-chat

Inception (G42) · UAE

Open
Params
30B
Context
16,384
Min VRAM
64 GB
GGUF
No

16K long context, excellent Arabic text comprehension and summarization, powerful reasoning.

Region slug: mena

jais-adapted-7b-chat

Inception (G42) · UAE

Open
Params
7B
Context
4,096
Min VRAM
16 GB
GGUF
No

Adapted Llama-2 for Arabic, solid safety, accessible, compatible with Llama tools.

Region slug: mena

jais-adapted-13b-chat

Inception (G42) · UAE

Open
Params
13B
Context
4,096
Min VRAM
28 GB
GGUF
No

Excellent Arabic quality via Llama-2 adaptation, high response coherence, safe.

Region slug: mena

jais-adapted-70b-chat

Inception (G42) · UAE

Open
Params
70B
Context
4,096
Min VRAM
144 GB
GGUF
No

Top-tier Arabic performance from a 70B model, strong reasoning, very safe.

Region slug: mena

AceGPT-7B-Chat

MBZUAI · UAE

Open
Params
7B
Context
4,096
Min VRAM
8 GB
GGUF
No

Strong Arabic chat, localized cultural alignment, good MMLU Arabic.

Region slug: mena

AceGPT-13B-Chat

MBZUAI · UAE

Open
Params
13B
Context
4,096
Min VRAM
12 GB
GGUF
No

Better reasoning than 7B, good Arabic fluency.

Region slug: mena

AceGPT-v2-32B-Chat

MBZUAI · UAE

Open
Params
32B
Context
4,096
Min VRAM
24 GB
GGUF
No

High performance on Arabic generation, cultural nuance.

Region slug: mena

BiMediX-Bi-1-8B

MBZUAI · UAE

Open
Params
1.8B
Context
4,096
Min VRAM
4 GB
GGUF
No

Strong bilingual medical QA, efficient small model.

Region slug: mena

ALLaM-7B-Instruct

SDAIA · Saudi Arabia

Open
Params
7B
Context
4,096
Min VRAM
8 GB
GGUF
No

Optimized for Saudi dialect and culture, government use.

Region slug: mena

Fanar 1 9B Instruct

QCRI · Qatar

Open
Params
1.9B
Context
4,096
Min VRAM
4 GB
GGUF
No

Efficient bilingual Qatari Arabic, good factual recall.

Region slug: mena

Fanar-2 27B Instruct

QCRI · Qatar

Open
Params
27B
Context
4,096
Min VRAM
18 GB
GGUF
No

Larger Fanar successor with broader Arabic dialect coverage and strong cultural alignment.

Region slug: mena

K2-Think

MBZUAI / LLM360 · UAE

Open
Params
32B
Context
8,192
Min VRAM
24 GB
GGUF
No

Top Arabic reasoning, math, code, chain-of-thought.

Region slug: mena

AraBERTv0.2

AUB MIND Lab · Lebanon

Open
Params
110M
Context
512
Min VRAM
1 GB
GGUF
No

Strong Arabic NLU, widely adopted, solid MSA baseline.

Region slug: mena

AraGPT2-base

AUB MIND Lab · Lebanon

Open
Params
135M
Context
1,024
Min VRAM
1 GB
GGUF
No

Good Arabic text generation, controllable perplexity.

Region slug: mena

AraT5-base

UBC NLP · Canada

Open
Params
250M
Context
512
Min VRAM
1 GB
GGUF
No

Unified Arabic NLU/NLG, strong on summarization.

Region slug: mena

MARBERTv2

UBC NLP · Canada

Open
Params
110M
Context
512
Min VRAM
1 GB
GGUF
No

Superior dialectal Arabic understanding, social media.

Region slug: mena

CAMeL-BERT Mix

CAMeL Lab (NYU Abu Dhabi) · UAE

Open
Params
110M
Context
512
Min VRAM
1 GB
GGUF
No

Balanced MSA and dialect representation, reliable NLU.

Region slug: mena

State AI initiatives

Government strategies, funding vehicles, and flagship models.

Strategy
UAE AI Strategy 2031
Funding Fund
MGX
Flagship Model
Falcon (TII)

Arabic NLP challenges

Why Arabic is hard for general-purpose tokenizers.

Tokenization

Arabic tokenization is complex due to agglutinative morphology, where words can include prefixes, suffixes, and clitics, requiring segmentation into stems and affixes.

Diacritization

Restoring diacritics (harakat) is crucial for disambiguation and pronunciation but remains challenging because of sparsity and heavy reliance on context.

Dialect Gap

The significant linguistic distance between Modern Standard Arabic and regional dialects causes a performance drop when applying MSA-trained NLP models to colloquial data.

Code Switching

Frequent mixing of dialects with English, French, or other languages in informal text complicates language identification and downstream tasks.

Right To Left Display

Right-to-left script requires bidirectional text handling and special rendering for connected Arabic letters, impacting UI and preprocessing pipelines.

Morphology

Root-pattern morphology generates a vast number of inflected forms, making lemmatization, stemming, and part-of-speech tagging particularly resource-intensive.

Arabic dialect coverage

DialectSpeakers (M)Notable modelsNote
msa, jais-adapted-70b-chat, camelbert-mix, allam-7b-instructFormal written standard, no native speakers; models excelling in classical and modern text generation.
egyptian100acegpt-v2-32b-chat, jais-13b-chat, marbertMost populous and widely understood dialect; supported by dedicated Egyptian-centric and multi-dialect models.
levantine40fanar-prime, jais-30b-chat-v3, camelbert-mixDialect cluster with French/English code-switching; handled by Fanar’s regional focus and adaptive Jais variants.
gulf60allam-7b-instruct, jais-adapted-70b-chat, acegpt-13b-chatOil-rich Gulf states’ dialect; Allam and Jais provide strong conversational and written support.
maghrebi100marbert, acegpt-v2-32b-chat, jais-30b-chat-v3Highly divergent with French influence; MarBERT and ACEGPT leverage multilingual and mixed-dialect training.
sudanese45jais-13b-chat, camelbert-mixClosely related to Egyptian but distinct; constrained to general dialect models due to limited dedicated resources.
iraqi42fanar-prime, jais-adapted-70b-chatInfluenced by Persian and Turkish; Fanar and Jais models adapted for Mesopotamian Arabic features.
yemeni30marbert, acegpt-13b-chatUnder-resourced dialect with notable regional variation; reliant on broad dialectal and multilingual models.

Notable vendors

TII (UAE)G42 Inception (UAE)MBZUAI (UAE)Saudi SDAIA (ALLaM)QCRI (Qatar Fanar)AUB MIND Lab (Lebanon)UBC NLP (AraT5 / MARBERT)CAMeL Lab (NYU Abu Dhabi)

Related models →

Deep-dive pages for the flagship models from Middle East & North Africa.

Run benchmarks

llama.cpp, MLPerf, and inference leaderboards.

VRAM calculator

Will this model fit on your GPU?

Hardware guides

Local LLM setup, homelab, mini-PC builds.

Methodology

How we benchmark, verify ASINs, and source data.

Beginner's guide

New to local AI? Start here.

Sourcing & commerce disclosure

Model metadata on this page is compiled from each vendor's public HuggingFace repo, model card, or research paper at time of indexing. Performance figures (KMMLU, MMLU, HAERAE, AraBench, IndicGEM, etc.) link directly to source benchmarks where available; missing or partial values are shown as ", ".

Outbound hardware links (GPUs, mini-PCs, accelerators) are Amazon Associate links using store ID fredoline-20. As an Amazon Associate we earn from qualifying purchases. Prices and availability shown elsewhere on the site are snapshots, not live quotes — verify on Amazon before purchasing. See About / disclosures for the full policy.