> MODEL_PROFILE

lexa-x1

Fast, cost-effective model tuned for everyday workloads.

Pricing

Input: $n/a/1M tokens

Output: $n/a/1M tokens

Best for

  • Support assistants and helpdesk flows
  • Internal tools and dashboards
  • Summaries, rewrites and light reasoning

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