zukijourney-api v2.9

The largest multi-ai API of its kind!

Free! (part.)
Open Source!
Number one! :>

Welcome to zukijourney-api documentation!

Your gateway to many AI, in one place!

This guide provides a comprehensive documentation of all essential facets of the APIs operation. The overview is generally kept 100% up-to-date and should be regarded as the definitive source of information for the API.

Easy Integration

Use the OpenAI client for seamless API access, and have the power of AI in your hand!

High Performance

Over 170+ models and 6 different endpoints supported! (In the OpenAI format only).

Flexible Availability

Various tiers to suit your needs of usage & model availability!

Secure Access

IP-locked keys for enhanced security & privacy, no more key leaks!

Quick Start Guide

Get started with zukijourney-api in minutes!

  1. Join our Discord: Visit discord.gg/zukijourney to join our community. This is also where you will be able to generate your key!
  2. Get your API key: Use the `/key` command in the Discord server after passing verification to generate your unique API key.
  3. Understand the token system: The zukijourney-api utilizes a unique token system for its usage. Make sure to understand it completely!
  4. Use the key in your code: For example, here is how to use the key with python:
    # pip install -U openai
    from openai import OpenAI
    
    client = OpenAI(base_url="https://api.zukijourney.com/v1", api_key='your-api-key-here')
    
    response = client.chat.completions.create(
        model="caramelldansen-1", # or gpt-4o-mini, claude-3-haiku, gemini-1.5-flash, etc...
        messages=[{"role": "user", "content": "Hello, AI!"}]
    )
    
    print(response.choices[0].message.content)

Essential Information - Please Read Carefully!

Core Features

  • Open-Source: Our codebase is available at zukijourney-api
  • API Format: Only OpenAI format supported
  • API Versions:
    • v1: OpenAI format with built-in moderation
    • unf: Lower limits, no moderation
  • Available Models: Check v1/models or unf/models
  • Model Ownership: All models courtesy of their respective owners

Global Rate Limits

  • /unf/ endpoints: 4 requests/minute/key/IP
  • /v1/ endpoints: 12 requests/minute/key/IP

Daily Token Allowances (1 Token ~ 1 OpenAI Token)

RoleHow to get?Tokens/DayMessages/DayKey TypeAdditional Benefits
@MemberJoin the server!42,069~200IP-LockedAccess to all free models, basic bot access
@Donator/Booster$5 one-time or server boost300,000~600IP-LockedPremium models, 90% lower cooldowns
@ContributorHelp improve community325,000~650IP-LockedAll donator perks + staff benefits
@Subscriber$10/month750,000~1,200IP-FreeEarly access models, no downgrades
@OnlyFans Tier$25/month3,000,000~4,000IP-FreeAll subscriber perks + 4x tokens
@Enterprise$50/month7,000,000~10,000IP-FreeCustom arrangements, priority support

Donate for Higher Tiers

Support zukijourney-api and gain access to higher tiers with more benefits!

  • Donate on KoFi with various payment methods.
  • For crypto payments, join the zukijourney Discord server and coordinate via the tickets channel.
  • Any donation receives additional benefits from the zuki.gm bot. Check details on the Discord Server.
  • Crypto payments: Any Coinbase-supported cryptocurrency is accepted. Contact executives via the #tickets channel for details.
  • Enterprise-level donors can request specific arrangements before donating by opening a ticket in the same channel.