Auto Reasoning Mode
Last updated
Last updated
Auto Reasoning mode provides a custom configuration of with all reasoning models.
auto-reasoning
will take in your prompt and route it to the most appropriate reasoning model based on complexity, task type, domain, and language.
Based on the classifications from the model router, the request is routed to one of the language models behind Arcee Conductor: auto-reasoning
. The models which can currently be routed to include:
Arcee Maestro
Arcee AI's 32B parameter reasoning SLM which offers advanced reasoning capabilities without sacrificing performance. Maestro excels at simple to medium complexity reasoning tasks and offers substantially cheaper cost compared to other options.
Deepseek R1
An open-source reasoning model from Deepseek which excels at math, coding, and logic tasks.
o3 mini-high
A closed source reasoning model from Open AI optimized for STEM applications, exceling in science, math, and coding benchmarks.
Claude Sonnet 3.7 Extended Thinking
A closed-source LLM from Anthropic with extended reasoning capabilities which performs well for complex problem solving and coding tasks.
Request Syntax
Response