This page packages the ALLaM path honestly: read /v1/models for availability, pricing, context, and feature readiness; use the page as a developer landing surface, not as a promise that ALLaM is currently served when provider_count is zero.
fig. 04 - model family proof pathALLaM is the local Arabic anchor, but DCP should only send traffic when the model has verified providers. Dedicated deployment and LoRA serving stay gated by strict load proof.
from openai import OpenAI
client = OpenAI(
api_key="$DCP_RENTER_KEY",
base_url="https://api.dcp.sa/v1",
)
response = client.chat.completions.create(
model="MODEL_ID_FROM_V1_MODELS",
messages=[{"role": "user", "content": "Answer in Arabic: summarize this Saudi customer support ticket."}],
)
print(response.choices[0].message.content)These model pages package the catalog and developer path, but public quality claims, rankings, case studies, and frontier comparisons remain blocked until reproducible benchmark artifacts exist.
saudi-arabic-v1
false
Attach reproducible eval artifacts before public quality claims.