Question about n8n connect

I want to know how much the n8n plan provides us in credits for using AI agents. I mean that we don’t use extra credentials, but rather n8n provides us with that solution

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

This

Hello 👋

In n8n Connect, what's included is more geared toward the AI Builder, but it does not include API credits for AI nodes.

If you want to use nodes like AI Agent or any other model nodes, you typically need your own API from an external provider like OpenAI or Gemini.

A very good option is to use Google Gemini with the free tier of Google AI Studio:

Then, in n8n, create the credential with that API Key and use it in your AI node.

As a model, you can try gemini-3.1-flash-lite, which is currently a very good option within the free tier.