Auto Tools Mode
Last updated
Last updated
Tool calling is one of the most important building blocks of building a successful agent system. Arcee conductor makes your workflows cheaper by calling appropriate tool calling models for you given the complexity of your input query.
Auto Tool mode provides a custom configuration of for models with function calling capabilities
auto-tool
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 Caller Large
Arcee AI's 32B parameter function calling SLM optimized for managing complex tool-based interactions and API function calls.
GPT-4o
A closed-source LLM from Open AI with function calling ability and impressive analytical and complex problem solving capabilities.
Claude Sonnet 3.7
A closed-source LLM from Anthropic with function calling ability and strong performance on coding and complex tasks.
This example first uses Arcee Conductor auto-tool
to automatically select the most optimal function calling model based on the defined functions and the user prompt. Then Arcee Conductor auto
is used to automatically select the most optimal general purpose model to answer the user's question using the output from the function call and the user's prompt.