🦙AI Chat Completion Tokens

We run our own Ollama server. Here's how you can use it yourself!

Please note:

  1. Daily API call allowances still count towards these AI endpoints.

  2. Unsuccessful responses will not count towards your token limit.

  3. You can contact us to trial our AI endpoints before buying.

Sandbox

We are working on a way you can test our AI endpoints (sandbox) for free before deciding to fully implement AI into your service. An announcement will be made in our Discord server when this has happened (and we will update this documentation as such). For now, please get in contact with us via a support ticket on our Discord server if you want to test this out before integrating fully.

Usage Calculation

This calculation has not yet been finalised.

Please get in contact with us to explain your project and we can set you up and give you a respectful monthly price.

Checking Usage

We are working on a website where you are able to check this. However, for now, you must either speak to our staff by opening a support ticket in our Discord server, or you can run the command /developer using our Discord bot called @HentaiCord. You will then see the amount of AI tokens you have left. Furthermore, each request you make to our AI endpoints will also return information on your token usage.

Token Prices

Here, you can see what plans are available which offer you significantly more API calls each day.

No Tokens Remaining

You will receive this response when you have used up all of your purchased tokens.

{
    "code": 429,
    "message": "You have run out of AI tokens",
    "help": {
        "discord": "https://discord.gg/7pJAJZdyX8",
        "patreon": "https://patreon.com/hentaicord"
    },
    "allowance": {
        "api_calls_remaining": 99,
        "ai_tokens_remaining": 0
    }
}

Last updated