n8n-nodes-githubmodels
v0.0.2
Published
n8n Language Model node for GitHub Models
Maintainers
Readme
n8n-nodes-githubmodels
This package provides an n8n community Language Model node for GitHub Models.
It allows you to use GitHub-hosted LLMs (for example, OpenAI and other partner models exposed through GitHub Models) as the model provider in n8n AI workflows.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This package includes one AI Language Model node:
- GitHub Models Chat Model: supplies a chat-capable language model to n8n AI nodes (for example, AI Agent, Basic LLM Chain, and related nodes that accept a Language Model input).
Credentials
Create a GitHub personal access token and configure the GitHub Models API credential in n8n:
- API Key: your GitHub token.
- Base URL: defaults to
https://models.github.ai/inference.
Token setup docs: GitHub Models documentation.
Compatibility
Designed for modern n8n 1.x releases with AI node support.
Usage
- Add GitHub Models Chat Model to your workflow.
- Select the model name (for example
openai/gpt-4.1-mini). - Optionally set sampling temperature and max tokens.
- Connect the node output to a node that accepts a Language Model input.
Browse available models: GitHub Models Marketplace.
Resources
- n8n community nodes documentation
- n8n AI nodes documentation
- GitHub Models documentation
- GitHub Models marketplace
Version history
- 0.0.1: Initial release with GitHub Models Language Model support for n8n AI workflows.
