arcee-ai/maestro-reasoningMaestro 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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.900 | ₹90.59 |
| Cached inputprompt cache read | $0.090 | ₹9.06 |
| Output | $3.30 | ₹332.15 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Arcee AI: Maestro Reasoning through the supported APIs shown above — just set the base URL and your AICredits key.
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.