n8n-nodes-anyapi.ai
v0.1.5
Published
n8n community node for AnyAPI.ai — unified AI gateway with 300+ LLM models
Downloads
78
Maintainers
Readme
n8n-nodes-anyapi.ai
n8n community node for AnyAPI.ai — a unified AI gateway providing access to 300+ LLM models through a single API.
Features
- Chat Completions — Send messages to any supported model (GPT-4o, Claude, Gemini, Llama, etc.)
- Embeddings — Generate text embeddings
- Image Generation — Create images
- Model Listing — Browse all available models
Installation
- Open the Nodes panel in your n8n workflow
- Search for AnyAPI
- Click Install on the community node
For self-hosted n8n, you can also install via Settings > Community Nodes and enter n8n-nodes-anyapi.ai.
Credentials
You need an AnyAPI API key:
- Sign up at anyapi.ai
- Go to the Dashboard and copy your API key
- In n8n, create new AnyAPI credentials with your API key
Usage Example
Chat Completion
- Add the AnyAPI node to your workflow
- Set Resource to
Chatand Operation toCompletions - Choose a Model, for example
openai/gpt-4o - Under Messages, add one item:
- Role:
user - Content:
What is the capital of France?
- Role:
- Execute the node
The node returns the model's response in the output JSON, including the generated message, token usage, and model metadata — ready to be passed to the next node in your workflow.
