AICredits logo
arcee-ai

Arcee AI: Maestro Reasoning

arcee-ai/maestro-reasoning

Maestro Reasoning is Arcee's flagship analysis model: a 32 B‑parameter derivative of Qwen 2.5‑32 B tuned with DPO and chain‑of‑thought RL for step‑by‑step logic. Compared to the earlier 7 B...

Supported APIs

Chat API
Context
131K
Max output
Input / 1M
₹90.59
Cached / 1M
₹9.06
Output / 1M
₹332.15

Pricing

Token typeUSD / 1MINR / 1M
Input$0.900₹90.59
Cached inputprompt cache read$0.0909.06
Output$3.30₹332.15

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Arcee AI: Maestro Reasoning through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/maestro-reasoning",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.