Mixtral 8x7b does not support tools (AI Agent)

I have some general question about Mixtral and using it with AI Agent node. I’m using Ollama node with selected Mixtral 8x7b and when trying to execute workflow by sending a message on the chat, I have this error message:

Problem in node ‘AI Agent‘
registry.ollama.ai/library/mixtral:8x7b does not support tools

But on Ollama page mixtral:8x7b the Mixtral model is tagged as “tools” so I thought it is suitable for an AI Agent in n8n.

Is there a bug or am I missing something?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • n8n version: 1.69.2
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): not sure
  • Running n8n via (Docker, npm, n8n cloud, desktop app): desktop app
  • Operating system: Windows

Hey @suszonydzik , I suspect it is mixtral:8x22b that supports tools and not mixtral:8x7b. See Function calling | Mistral AI Large Language Models.

Hello @ihortom, thanks! You’re probably right, based on the link you provided.

Currently I don’t have possibility to run 8x22 so I cannot confirm.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.