> MODEL_PROFILE
Fast, cost-effective model tuned for everyday workloads.
Pricing
Input: $n/a/1M tokens
Output: $n/a/1M tokens
Best for
Quick start
curl -X POST https://api.robiai.com/v1/chat/completions \
-H "Authorization: Bearer robi_sk_..." \
-H "Content-Type: application/json" \
-d '{
"model": "lexa-x1",
"messages": [{ "role": "user", "content": "Hello!" }]
}'