Models + Cost

Which Plugsky model is best for Arabic workloads?

For Arabic workloads in Plugsky's 30+ model catalogue, use plugsky-lite or plugsky-micro for high-volume chat and classification, escalate to plugsky-plus or plugsky-pro for tone-sensitive writing and summarisation, and pair the chat model with plugsky-embed-multilingual for Arabic retrieval and RAG. Because Modern Standard Arabic, dialects and Arabic-English code-switching behave differently, shortlist two or three models and score them on your own prompts rather than trusting a generic ranking.

Key facts

Chat shortlistplugsky-lite or plugsky-micro for volume; plugsky-plus or plugsky-pro for quality
Arabic retrievalplugsky-embed-multilingual for cross-language embeddings and RAG
EndpointsOpenAI-compatible /v1/chat/completions and /v1/embeddings
Context class128K-class windows on current models; live limits are published per model
Free planTwo free models, plugsky-micro and plugsky-lite, with no card required
Trial14-day full-access trial for evaluating paid tiers
EvaluationScore candidates on your own MSA, dialect and mixed-language prompts
Product statusLive

TL;DR

  • Start free: score plugsky-micro and plugsky-lite on your own Arabic prompts.
  • Escalate tone-sensitive or long Arabic writing to plugsky-plus or plugsky-pro.
  • Use plugsky-embed-multilingual for Arabic semantic search and RAG.
  • Dialect and code-switching quality varies — always evaluate before committing.
  • Keep an Arabic eval set in CI so model updates never regress silently.

How it works, step by step

  1. Collect a representative Arabic eval set: MSA, your target dialect and mixed Arabic-English prompts.
  2. Score the free models, plugsky-micro and plugsky-lite, on that set first.
  3. Add plugsky-plus and plugsky-pro to the comparison for summarisation and tone-sensitive work.
  4. Test retrieval separately with plugsky-embed-multilingual on real documents and queries.
  5. Pick a default model per workload and define escalation rules for hard or long inputs.
  6. Pin the eval set in CI and re-run it whenever the live model card changes.
1Collect arepresentativeArabic eval set:2Score the freemodels,plugsky-micro and3Add plugsky-plusand plugsky-pro tothe comparison for4Test retrievalseparately withplugsky-embed-multilingual5Pick a defaultmodel per workloadand define6Pin the eval set inCI and re-run itwhenever the live

Original data

OpenAI-compatiEndpoints128K-class winContext class14-day full-acTrialSource: Plugsky facts table · updated 2026-09-25

Try it yourself

Open the AI model selector →

Which Plugsky models handle Arabic best

Arabic quality depends less on a single benchmark than on the task type. Short chat, intent classification and tagging are usually fine on the free tiers: plugsky-lite for speed and plugsky-micro where a little more reasoning helps. Tone-sensitive replies, structured summarisation and long reports usually improve when you move up to the paid workhorse tiers such as plugsky-plus or plugsky-pro.

Check the live model card at /models before wiring constraints into your app: context window, capability flags and the engine currently serving each model can change.

Arabic retrieval: embeddings matter as much as chat

Most Arabic products are retrieval problems wearing a chat costume. If your RAG pipeline embeds Arabic documents with an English-only model, answer quality drops before the chat model is even involved. Use plugsky-embed-multilingual for mixed Arabic and English corpora, and keep a same-language baseline (plugsky-embed) to measure whether multilingual retrieval actually helps on your data.

  • Normalise text before embedding: strip tatweel, unify alef forms and handle diacritics deliberately.
  • Chunk on sentence and paragraph boundaries rather than fixed character counts for Arabic prose.
  • Measure retrieval recall separately from answer quality so you know which stage to fix.
  • Re-embed the whole index when you change embedding models, and version the index alongside the model name.

A practical Arabic evaluation plan

Treat model selection as an evaluation project, not a purchase decision. Build 50-100 real prompts across chat, extraction, summarisation and retrieval, with a scoring rubric your team agrees on. Run every candidate through the same set, including the free tiers, and record failures with the exact dialect and input length.

Then encode the outcome as routing rules: routine Arabic traffic stays on the cheapest tier that passes, long or high-stakes requests escalate, and retrieval uses the embedding model that won. Self-serve plans are flat monthly with fair-use usage, so align the routing policy with the live pricing page rather than per-token estimates.

Honest comparison

WorkloadFree models (micro, lite)Paid chat (plus, pro)Embeddings and long-context
High-volume Arabic chatGood starting point, no cardBetter nuance and consistencyNot needed
Long Arabic documentsShort inputs onlyGood for most reportsUse a long-context tier for multi-document jobs
Arabic semantic searchNot applicableNot applicableplugsky-embed-multilingual
Dialect and code-switchingEvaluate before shippingUsually strongerMeasure retrieval recall separately
Selection effortFree plan plus 14-day full-access trialSame eval setSame eval set

Frequently asked questions

Which Plugsky model is best for Arabic?

There is no single winner: use plugsky-lite or plugsky-micro for volume, plugsky-plus or plugsky-pro for tone-sensitive work, and plugsky-embed-multilingual for retrieval. Score the candidates on your own Arabic prompts before deciding.

Does Plugsky support right-to-left Arabic text?

Yes — chat models accept Arabic text through the OpenAI-compatible chat endpoint. Your front-end is responsible for RTL rendering and bidi handling; the API treats Arabic as ordinary UTF-8 input.

Which embedding model should I use for Arabic RAG?

plugsky-embed-multilingual is the cross-language option for corpora that mix Arabic and English. Keep plugsky-embed as a baseline and compare retrieval recall on your own documents.

Can I build an Arabic app on the free plan?

Yes. The free plan includes two free models, plugsky-micro and plugsky-lite, with no card required. Move to a paid plan when you need the higher tiers or more capacity.

How do I evaluate Arabic quality objectively?

Build a scored eval set from real user prompts covering MSA, dialect and code-switching, then compare every candidate on the same inputs with a shared rubric and human review of failures.

Is there a trial for the paid models?

Yes — a 14-day full-access trial lets you evaluate the paid tiers before committing. See the live pricing page for current plan details.

How is pricing structured?

Self-serve plans are flat monthly with fair-use usage rather than per-token billing. Check the live pricing page for current plans and limits.