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)

Important! Read this, and all other tabs, very carefully!

Key Features

  • The API prides itself on being open-source! Our codebase can be seen here: zukijourney-api
  • The API only supports the OpenAI format. We will not support another format, like v1/message from Anthropic.
  • The API is distinguished into two different formats. v1 and unf. v1 is equivalent to the OpenAI format, but it has moderation built into itself. unf, with lower limits, has this moderation removed. This differentiation is to distribute traffic between "AI Roleplayers" and others.
  • For each endpoint, all of our available models can be seen on our v1/models page or on the unf/models page
  • All models are courtesy of their respective owners, as listed in v1/models. We do not own, control, or have affiliations with these entities.

Global, API-Wide Rate Limits

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

Daily Token Allowances (1 Token ~ 1 OpenAI Token)

RoleHow to get?Tokens/DayMessages/DayKey TypeSupport Priority
@MemberJoin the server! discord.gg/zukijourney22,500~126IP-LockedLow
@BoosterBoost the server! It will last for as long as you keep the boost active.200,000~400IP-LockedMedium
@DonatorA one-time donation of at least $5.00.200,000~400IP-LockedMedium
@Early Supporter/ContributorUnavailable/Contribute to the project.225,000~450IP-LockedMedium
@SubscriberDonation of at least $10.00 monthly.450,000~900IP-FreeHigh
@EnterpriseDonation of at least $100.00 monthly.4,000,000~10,000IP-FreeHighest

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.