Over the last few weeks, while chatting with many community members, I kept hearing the same question:
Can a single Pickaxe work as an all-in-one chatbot and switch between different AI models based on the user’s query?
Short answer: yes. And it works really well.
I built this setup, have been using it actively, and it’s been running smoothly without any issues. No code, no hacks. Just Pickaxe Actions used the right way.
I’m sharing the exact setup here so anyone in the community can build the same thing in minutes.
What this setup does
-
Users chat with one main Pickaxe
-
They mention which model they want (GPT-5, Gemini 3 Pro, etc.)
-
The main Pickaxe triggers the correct Action
-
The answer comes back from that model automatically
Step by step setup
Step 1: Create the main Pickaxe
-
Create a chatbot Pickaxe
-
Name it All in One (or any other preferable name)
-
This is the only Pickaxe users interact with
Step 2: Create a worker Pickaxe
-
Create a second chatbot Pickaxe
-
Set its model to Grmini 3 Pro
-
Keep the prompt simple. Just answer the question
Step 3: Clone for other models
-
Clone the Pickaxe. Go to the Studio, click on “Duplicate to” and clone it within the same Studio. Rename cloned duplicate pickaxes for easy identification
-
Change the model for each clone
-
One uses Gemini 3 Pro
-
One uses GPT-5
-
Add more models if you want
-
Each Pickaxe equals one model
Step 4: Connect everything with Actions
-
Open All in One: Pickaxe Chatbot
-
Go to the Actions tab
-
Add one Action per worker Pickaxe
For each Action, define a clear trigger prompt
Example
-
“If the user says ‘use Gemini 3 Pro’, run this Action and send the question to the Gemini 3 Pro Pickaxe”
-
“Call this action if user requests output using Gemini 3 Pro or Gemini3 Pro or Google Gemini 3 Pro.”
-
“If the user says ‘use GPT-5’, run this Action and return the answer”
Clarity here matters. Use exact model names and variations to be on the safe side.
How it works in practice

User types:
- “Use Gemini 3 Pro and answer 2+2”
Result:
-
The Gemini 3 Pro Action triggers
-
The worker Pickaxe runs
-
The answer is returned in the main chat
Same flow for any other model.
How to confirm it’s working
-
Go to your Studio
-
Open Message analytics / Message insights (follow screenshot steps)
-
You can see whether the Action was triggered
This helps you quickly confirm that the Action ran, and shows the actual cost so you can price your Pickaxe accurately.
Reliability & Cost:
I’ve been running this setup for the past few weeks without any issues.
It’s already been used by 150+ users across 1,500+ runs, with a total cost of roughly $25.
Sharing this in case it helps others build something similar or answers the all-in-one Pickaxe question once and for all. ![]()









