Skip to content
View n1n-api's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report n1n-api

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
n1n-api/README.md
n1n.ai Logo

n1n AI Gateway

Access All AI Models in One Place with up to 90% OFF πŸŽ‰

Documentation β€’ Get API Key β€’ Website


πŸš€ Welcome to n1n.ai

n1n.ai is a comprehensive AI gateway that provides unified access to the world's leading language models (500+) through a single, stable, and developer-friendly API. We empower developers and businesses to integrate advanced AI capabilities without the complexity of managing multiple providers.

🌟 What Makes n1n Special?

🎯 Unified API Interface

  • One Standard: Access diverse models (OpenAI, Anthropic, Google, and more) using a standardized interface compatible with verify popular SDKs.
  • Simplification: No need to manage multiple API keys or learn different provider specifics.
  • Drop-in Replacement: Compatible with OpenAI's API format, making integration seamless.

πŸ›‘οΈ Stable and Reliable

  • High Availability: Engineered for stability with enterprise-grade reliability.
  • Global Deployment: Multi-region deployment ensures low latency and high connection success rates.
  • Smart Routing: Intelligent optimized routing to ensure the fastest response times.

⚑ Available Models

We support a vast array of models including but not limited to:

  • LLMs: GPT-5, Claude 4.5, Gemini 3, DeepSeek, Qwen, etc.
  • Image & Video: Midjourney, DALLE-3, Stable Diffusion, etc.
  • Specialized: Text-to-Speech, Speech-to-Text, and more.

πŸ’° Developer Friendly

  • Transparent Pricing: clear and competitive pricing models.
  • easy to start: Get started in seconds with simple registration.
  • Detailed Docs: Comprehensive documentation to guide you.

✨ Getting Started

Get Your API Key

  1. Sign up for an account at n1n Console.
  2. Generate your API key in the dashboard.
  3. Start building!

Quick Start Example

Since n1n is compatible with the OpenAI SDK, you can get started immediately:

curl https://api.n1n.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $N1N_API_KEY" \
  -d '{
    "model": "gpt-4o",
    "messages": [
      {
        "role": "user",
        "content": "Hello, world!"
      }
    ]
  }'

πŸ“š Resources

🀝 Support

Need help? Reach out to us via our support channel or check our documentation.


Β© 2026 n1n.ai. All rights reserved.

Popular repositories Loading

  1. FastGPT FastGPT Public

    Forked from labring/FastGPT

    FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, le…

    TypeScript

  2. cc-switch cc-switch Public

    Forked from farion1231/cc-switch

    A cross-platform desktop All-in-One assistant tool for Claude Code, Codex & Gemini CLI.

    Rust

  3. cherry-studio cherry-studio Public

    Forked from CherryHQ/cherry-studio

    AI Agent + Coding Agent + 300+ assistants: agentic AI desktop with autonomous coding, intelligent automation, and unified access to frontier LLMs.

    TypeScript

  4. cherry-studio-app cherry-studio-app Public

    Forked from CherryHQ/cherry-studio-app

    πŸ’ This is the mobile version of Cherry Studio.

    TypeScript

  5. hanlin-ai hanlin-ai Public

    Forked from CherryHQ/hanlin-ai

    A SwiftUI-based Chat App for LLMs on iOS

    Swift

  6. coze-studio coze-studio Public

    Forked from coze-dev/coze-studio

    An AI agent development platform with all-in-one visual tools, simplifying agent creation, debugging, and deployment like never before. Coze your way to AI Agent creation.

    TypeScript