New Video! How to Pick the Right AI Model for Your GPTs on Pickaxe 🎥

Hey Pickaxe community!

We’ve got a brand new video from @nathanielmhld that’s all about one of the most common questions we hear: How do you choose the right AI model for your GPT or chatbot?

If you’ve ever stared at that dropdown of models and wondered which one to pick (or why there are so many), this video is for you. Nathaniel breaks it all down, model by model, in plain English.

What’s inside:

:robot: The differences between top models like OpenAI (GPT-4o, 4.1, reasoning vs regular), Claude, Gemini, Mistal, Grok, and DeepSeek

:magnifying_glass_tilted_right: Tips on when to use “reasoning” models and when to stick with regular ones

:high_voltage: Speed, cost, language skills, function calling, guardrails, and other real-world tradeoffs

:light_bulb: How things like content window size or model updates might matter for your project

:hammer_and_wrench: What’s actually best for different types of tools (like chatbots, writing, data lookup, and actions)

:globe_showing_europe_africa: A quick plug on how easy it is to try out and switch models right in Pickaxe (so you can experiment before you commit)

Nathaniel doesn’t just read off a spec sheet. He shares honest experiences, what we’re hearing from real Pickaxe users, and what works (and what doesn’t) for different use cases.

Watch it here:

Whether you’re building your first bot or experimenting with something new, this is a must-watch. If you have questions or want to share what model you love (or hate), jump into the comments and let’s talk!

Happy building,
Abhi,
The Pickaxe Team

5 Likes

Thanks Abhi! Happy 4th of July!

4 Likes

My pickaxe relies ENTIRELY on my uploaded Knowledge Base with instructions to the model NOT to seek answers elsewhere. I even instruct the model how to frame its answers. On this basis, which AI models would you recommend to use for the API?.

1 Like

Thank you for your question. To ensure your Pickaxe consistently relies on your uploaded Knowledge Base, we recommend adjusting the Relevance Cutoff setting in your Knowledge Settings to a lower value. You can experiment with different values to see which setting works best for your specific needs.

You may find this blog post helpful for additional guidance:

We also encourage users to write clear and detailed prompts to achieve the most accurate results.

Regarding which model to use, the best choice often depends on your specific use case and the nature of your Knowledge Base files. We suggest testing your setup with different models to determine which one delivers the best results for your application.

1 Like

Hey @battleguide

For an agent that relies entirely on a knowledge base, any smart model that can integrate with Pickaxe’s Connected Actions will be technically capable of handling the task.

However, the more critical factor for ensuring the model strictly adheres to your knowledge base isn’t just the model itself, but how you instruct it in the system prompt i.e., ROLE section.

To significantly improve reliability, I recommend you explicitly name the relevant files from your knowledge base directly within your system prompt. This instructs the AI on exactly which documents to search for specific types of queries, making the search systematic and intentional every single time.

For example, instead of a general instruction, use a more specific, file-directed one like this:

You are a support agent. To answer questions about product features, you must refer **only** to the document named '**Product_Features_v3.pdf**' in your knowledge base. For all pricing information, you must refer **only** to the '**Official_Pricing_Sheet.csv**' file.

This simple change forces the model to ground its answers in specific documents, drastically reducing the chance of it looking elsewhere or “hallucinating” information.

To further enhance your experience with the Pickaxe knowledge base, I also recommend checking out the post by @danny_support mentioned above.

Once again, excellent advice Ned. Thank you.

1 Like