> MODEL_PROFILE
Most capable hosted model for complex reasoning, tools and analysis.
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-mml",
"messages": [{ "role": "user", "content": "Hello!" }]
}'