Integrate GitHub Models with OpenAI-Compatible API in n8n - n8n Workflow | Neura Market
Integrate GitHub Models with OpenAI-Compatible API in n8n
Leverage GitHub's free AI models by integrating them into your n8n workflows using a custom OpenAI-compatible API.
This workflow allows you to connect GitHub's AI models to your n8n workflows by creating a custom OpenAI-compatible API. It involves setting up webhooks to interact with GitHub's model listing and chat completion endpoints, enabling seamless integration with existing LLM nodes. This setup facilitates experimentation with various state-of-the-art models without the need for extensive refactoring, although it's important to note that GitHub's model APIs are not intended for production use.
Platform
n8n
Category
AI
Price
Free
Creator
Carlos Diaz
if
webhook
aggregate
stickyNote
httpRequest
respondToWebhook
chainLlm
chatTrigger
lmChatOpenAi
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.