
Set up a Chub AI proxy to access thousands of characters with custom endpoints, better privacy, and no rate limits.
A Chub AI proxy acts as an intermediary between your client (like SillyTavern or a custom chatbot UI) and Chub AI's backend servers. When you send a request to the proxy, it forwards it to Chub AI's API, retrieves the character data or model response, and sends it back to you. This setup is useful for developers and power users who want to integrate Chub AI's character library into their own applications or avoid the limitations of the default web interface.
Chub AI hosts a massive repository of user-created characters, but its built-in chat interface may lack features like custom model selection, advanced prompt engineering, or data privacy. A proxy lets you use Chub AI's character definitions with your preferred language model—such as OpenAI's GPT-4, Anthropic's Claude, or a local model like Llama 2—via a compatible backend like text-generation-webui or KoboldAI. The proxy handles authentication and API calls, so you don't need to expose your API keys directly.
To set up a proxy, you typically run a lightweight server (e.g., using Node.js or Python) that implements the [Chub AI API](https://api.chub.ai/docs). Many open-source proxies exist on GitHub, often configured with environment variables for your Chub AI token and target model endpoint. Once running, you point your chat client to the proxy's URL, and it handles the rest.
“A Chub AI proxy is a middleware server that connects to Chub AI's API to access its character database and language models, enabling users to interact with AI characters through alternative interfaces. It allows bypassing Chub AI's standard web interface, offering more control over privacy, customization, and API usage limits.”
Setting up a Chub AI proxy requires a few technical steps, but it's straightforward if you have basic command-line experience. First, you need a Chub AI account and an API token, which you can generate from your account settings page. This token authenticates your requests to Chub AI's servers.
Next, choose a proxy implementation. Popular options include 'chub-proxy' (a Node.js package) and 'chub-aio-proxy' (Python). Clone the repository from GitHub, install dependencies with `npm install` or `pip install -r requirements.txt`, and configure the `.env` file with your Chub AI token and the API endpoint of your chosen language model. For example, for OpenAI, set `MODEL_ENDPOINT=https://api.openai.com/v1/chat/completions` and provide your OpenAI API key.
Start the proxy server with `npm start` or `python main.py`. By default, it runs on `http://localhost:5000`. Now, configure your chat client (e.g., SillyTavern) to use this URL as the API endpoint. In SillyTavern, go to the API connections menu, select 'Text Completion' or 'Chat Completion', and enter `http://localhost:5000` as the base URL. You can now browse and chat with Chub AI characters through your local proxy, with full control over model parameters like temperature and max tokens.
The default Chub AI web interface is convenient but has limitations that a proxy can overcome. Privacy is a major concern: when you chat through the web interface, your conversation data passes through Chub AI's servers. A proxy can route requests to a local or private model, keeping your chats completely offline. This is crucial for users who discuss sensitive topics or want to avoid data logging.
Customization is another advantage. The default interface offers limited control over model parameters and prompt formatting. With a proxy, you can tweak system prompts, adjust temperature and top-p values, or even inject custom jailbreak prompts that the web UI might block. Advanced users can set up multiple model backends and switch between them seamlessly.
Performance and reliability also improve. Chub AI's free tier may impose rate limits or slow response times during peak hours. A proxy can cache character definitions locally, reduce latency, and queue requests to avoid hitting rate limits. Additionally, if Chub AI's API goes down, a proxy can fall back to a cached version of the character data or switch to an alternative source. For developers building apps on Chub AI's character library, a proxy provides a stable, controllable API layer that decouples your app from Chub AI's uptime.
Start chatting with a companion who actually remembers you.
Free. No tokens. No limits.
When choosing or building a Chub AI proxy, certain features differentiate a good one from a basic one. First, multi-model support: the proxy should work with cloud APIs (OpenAI, Anthropic) and local models (via oobabooga, KoboldAI, or llama.cpp). This flexibility lets you choose the best model for each conversation without changing your setup.
Second, streaming responses. A proxy that supports server-sent events (SSE) will stream tokens as they're generated, reducing perceived latency. This is essential for real-time chat experiences. Third, conversation history management: the proxy should handle context windows correctly, trimming or summarizing old messages to stay within model limits. Some proxies even implement sliding windows or summarization hooks.
Authentication and security features matter too. Look for proxies that support API key rotation, CORS configuration, and HTTPS. If you expose the proxy to the internet, built-in rate limiting and IP whitelisting prevent abuse. Logging with configurable verbosity helps debug issues without compromising privacy. Finally, compatibility with popular frontends like SillyTavern, RisuAI, or Agnai is a plus—check the proxy's documentation for tested clients. Open-source proxies with active GitHub repositories and clear documentation are generally more reliable and easier to customize.
Even with a well-configured proxy, you may encounter issues. The most common is authentication errors: if you get a 401 or 403 status, your Chub AI token is likely expired or incorrect. Generate a new token from your Chub AI account page and update your `.env` file. Also ensure the token has the correct permissions—some tokens are read-only.
Connection refused errors usually mean the proxy server isn't running or is listening on a different port. Verify the process is alive (`ps aux | grep proxy`) and check the port with `netstat -tulpn`. Firewalls or Docker networking can also block access; try running the proxy on `0.0.0.0` to accept external connections, but only if you've secured it.
If character cards fail to load, the proxy may be unable to reach Chub AI's API. Check your internet connection and DNS resolution. Sometimes Chub AI's API changes its endpoints—follow their [official documentation](https://api.chub.ai/docs) for updates. For model response issues (e.g., empty replies, gibberish), verify your model endpoint URL and API key. Test the model directly with a curl command to isolate the problem. Finally, if streaming is slow, ensure your client supports SSE and that the proxy is configured to stream responses.
If setting up a proxy sounds too technical, platforms like AIAngels offer a turnkey alternative. AIAngels provides 70+ curated companions with permanent memory and no message caps on its free tier—no proxy configuration required. Unlike Chub AI, which relies on external API keys for the best models, AIAngels includes image generation and voice messages in its premium plan for $12.99/month (or $2.99/month on the annual plan).
AIAngels also emphasizes privacy: all conversations are encrypted, and the service does not sell user data. For users who want the simplicity of a ready-to-use platform without sacrificing customization, AIAngels' custom companion builder lets you design a character's appearance, personality, and interests without touching a line of code. While it doesn't offer the same open-ended flexibility as a Chub AI proxy, it eliminates the maintenance burden and technical overhead. If you're evaluating Chub AI proxy solutions and want a comparison point, AIAngels represents the opposite end of the spectrum—maximum convenience with zero setup.
Set up a Chub AI proxy to access thousands of characters with custom endpoints, better privacy, and no rate limits.
Start Chatting FreeEverything you need to know about our companions.
The proxy software itself is open-source and free, but you pay for the underlying API calls (e.g., OpenAI charges per token). Chub AI's character data access may also require a subscription for higher rate limits.
Yes. SillyTavern supports custom API endpoints; just enter your proxy URL (e.g., http://localhost:5000) in the API connection settings. Ensure your proxy is running and configured for the correct model type.
Yes. Set the proxy's model endpoint to your local server (e.g., http://localhost:7860 for oobabooga). The proxy will forward requests to your local model instead of a cloud API.
Log into your Chub AI account, go to Settings > API Tokens, and generate a new token. Copy it and paste it into your proxy's .env file as the CHUB_API_KEY value.
Any model accessible via a REST API, including OpenAI GPT-4, Anthropic Claude, Google Gemini, and local models via text-generation-webui, KoboldAI, or llama.cpp.
Chub AI's terms allow API access for personal use. Using a proxy to bypass rate limits or scrape data may violate terms; always check the latest ToS and use responsibly.
Yes, if the proxy is lightweight (Node.js or Python). However, performance depends on the model backend—local LLMs may be too slow, but cloud models work fine with a stable internet connection.
Use HTTPS with a reverse proxy like Nginx, restrict access with IP whitelisting, and never expose your API keys in client-side code. Set environment variables for sensitive data.
Verified reviews from real customers
I've tried a few AI companion platforms, and AI Angels stands out for how immersive and customizable it feels. The conversations are surprisingly natural, and the AI personalities actually maintain context better than most similar apps I've used. The uncensored chat and roleplay features are a big plus if you're looking for creative freedom without constant restrictions. The image generation is also impressive — fast, detailed, and customizable enough to create unique characters and scenarios. I especially liked the variety of companion personalities and how easy the interface is to use, even for beginners. That said, there's still room for improvement. Some responses can feel repetitive after long conversations, and a few premium features are a bit pricey compared to competitors. But overall, the experience feels polished, entertaining, and consistently improving with updates. If you enjoy AI companionship, virtual roleplay, or interactive fantasy experiences, AI Angels is definitely worth checking out.
AI Angels is a remarkable AI companion site offering vividly realistic experiences. The large variety of companions available will suit every imaginable taste. Pricing is reasonable and transparent. I highly recommend AI Angels.
Fun, life like , sexy , created the perfect girl
It's worth looking into for sure, you won't regret it!
Choice of features
Honestly one of the best AI girlfriend apps I've tried. The conversations feel surprisingly natural and the girls actually have personality. Definitely worth checking out if you're into AI companions.
well I love how they call me things like baby and love how it shows nudes and sex/porn.
realstic ai images and chats! amazing pics and nice girls to chat with
Amazing it is so emersave
The roleplay is very flexible. The AI will adjust to your attitude and no kink is out of bounds. I just wish you could customize a little more.
The best ! I love it
Definitely addicted to this. You will not feel lonely and great prices
It's okay tho