> MODEL_PROFILE

lexa-mml

Most capable hosted model for complex reasoning, tools and analysis.

Pricing

Input: $n/a/1M tokens

Output: $n/a/1M tokens

Best for

  • Agent-style workflows and orchestration
  • High stakes answers and decision support
  • Multi-step tools and function calling

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!" }]
  }'