{"id":8003,"date":"2026-02-12T12:55:05","date_gmt":"2026-02-12T12:55:05","guid":{"rendered":"https:\/\/www.hostinger.com\/support\/?p=8003"},"modified":"2026-03-12T12:30:38","modified_gmt":"2026-03-12T12:30:38","slug":"how-to-use-nexos-ai-with-n8n-on-hostinger-vps","status":"publish","type":"post","link":"https:\/\/www.hostinger.com\/support\/how-to-use-nexos-ai-with-n8n-on-hostinger-vps\/","title":{"rendered":"How to use nexos.ai with n8n on Hostinger VPS"},"content":{"rendered":"<p>You can connect n8n to nexos.ai to access multiple AI models (Claude, GPT, Gemini, Grok, and more) through a single API endpoint. This allows you to switch models without changing providers or managing multiple API keys.<\/p><p>If you deployed n8n and added nexos.ai AI Credits via the Hostinger Docker Catalog, your nexos.ai API key has already been generated and is available in hPanel.<\/p><p>This guide explains how to retrieve your nexos.ai API key and configure it in n8n.<\/p><h2 id=\"h-get-your-nexos-ai-api-key\">Get your nexos.ai API key<\/h2><p>If you purchased nexos.ai AI Credits with your VPS or later in hPanel, your API key is automatically generated. To find it:<\/p><ol>\n<li>Log in to hPanel<\/li>\n<li>Go to <b>VPS<\/b> &rarr; select your server<\/li>\n<li>Open <b>Docker Manager<\/b><\/li>\n<li>In the <b>Projects<\/b> list, locate the <b>nexos.ai AI credits card<\/b> at the top<\/li>\n<\/ol><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-8004\" src=\"https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.22.54.png\" alt=\"nexos.ai AI credits in project list\" width=\"1352\" height=\"580\" srcset=\"https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.22.54.png 1352w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.22.54-300x129.png 300w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.22.54-1024x439.png 1024w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.22.54-768x329.png 768w\" sizes=\"auto, (max-width: 1352px) 100vw, 1352px\" \/><br>\nThere you will see:<\/p><ul>\n<li>Your current nexos.ai AI credit balance<\/li>\n<li>A Copy key button<\/li>\n<\/ul><p>Click <b>Copy key<\/b> to copy your Nexos.ai API key. This key will be used inside n8n.<\/p><h2 id=\"h-configure-nexos-ai-credentials-in-n8n\">Configure nexos.ai credentials in n8n<\/h2><p>After retrieving your API key, open your n8n instance and navigate to the Credentials section. Create a new credential and select the OpenAI credential type. Although you are using nexos.ai, it provides an OpenAI-compatible gateway API, which is why this credential type must be selected. In the credential configuration:<\/p><ul>\n<li>Enter your copied nexos.ai API key in the API Key field.<\/li>\n<li>Set the Base URL to <code>https:\/\/api.nexos.ai\/v1<\/code><\/li>\n<\/ul><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-8011\" src=\"https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.52.45.png\" alt=\"nexos.ai credentials on n8n\" width=\"1148\" height=\"572\" srcset=\"https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.52.45.png 1148w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.52.45-300x149.png 300w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.52.45-1024x510.png 1024w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.52.45-768x383.png 768w\" sizes=\"auto, (max-width: 1148px) 100vw, 1148px\" \/><\/p><p>Save the credential. If everything is configured correctly, n8n will confirm that the connection was successful.<\/p><h2 id=\"h-using-nexos-ai-models-in-your-n8n-workflow\">Using nexos.ai models in your n8n workflow<\/h2><p>Once the credential is created, you can use it in any OpenAI-based node inside n8n. For example, you can add an OpenAI Chat Model node to your workflow and select your nexos.ai credential under the connection settings.<\/p><p>In the Model dropdown, you will be able to choose from the AI models supported by nexos.ai, including Claude Sonnet, Claude Opus, GPT-4.1, Gemini 3 Flash, Grok 4, and other available options.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-8012\" src=\"https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.54.19.png\" alt=\"nexos.ai models on n8n\" width=\"421\" height=\"424\" srcset=\"https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.54.19.png 421w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.54.19-298x300.png 298w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.54.19-150x150.png 150w\" sizes=\"auto, (max-width: 421px) 100vw, 421px\" \/><\/p><p>When the workflow runs, n8n sends the request to nexos.ai instead of directly to a single provider. nexos.ai then routes the request to the selected model, and the cost is deducted from your Nexos AI Credits balance.<\/p><p>You can change models at any time without modifying your credential configuration. This makes it easy to optimize for cost, performance, or reasoning capabilities depending on your workflow requirements.<\/p><h2 id=\"h-important-disable-the-responses-api-in-n8n\">Important: disable the Responses API in n8n<\/h2><p>When using the OpenAI Chat Model node in n8n, make sure that the &ldquo;Use Responses API&rdquo; option is turned off.<\/p><p>nexos.ai uses the OpenAI-compatible Chat Completions endpoint, not the newer Responses API. If the Responses API toggle is enabled, requests may fail or return errors.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-8007\" src=\"https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.49.47.png\" alt=\"Response API toggle in n8n\" width=\"422\" height=\"237\" srcset=\"https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.49.47.png 422w, https:\/\/www.hostinger.com\/support\/wp-content\/uploads\/sites\/55\/2026\/02\/Screenshot-2026-02-12-at-14.49.47-300x168.png 300w\" sizes=\"auto, (max-width: 422px) 100vw, 422px\" \/><\/p><p>Using nexos.ai with n8n provides a unified AI gateway that simplifies automation workflows. Instead of managing separate OpenAI, Anthropic, Google, or xAI accounts, you connect once to nexos.ai and gain access to multiple providers through a single API endpoint.<\/p><p>This approach improves flexibility, centralizes billing, and allows you to experiment with different AI models without changing infrastructure or redeploying your workflows.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can connect n8n to nexos.ai to access multiple AI models (Claude, GPT, Gemini, Grok, and more) through a single API endpoint. This allows you&#8230;<\/p>\n","protected":false},"author":386,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"include_on_kodee":true,"footnotes":""},"categories":[307,170],"tags":[],"class_list":["post-8003","post","type-post","status-publish","format-standard","hentry","category-nexos-ai","category-getting-started"],"hreflangs":[],"include_on_kodee":true,"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/8003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/users\/386"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/comments?post=8003"}],"version-history":[{"count":4,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/8003\/revisions"}],"predecessor-version":[{"id":8051,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/posts\/8003\/revisions\/8051"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/media?parent=8003"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/categories?post=8003"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/support\/wp-json\/wp\/v2\/tags?post=8003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}