🤖 AI Proxy Service

Welcome to the AI Proxy Service! This service provides a unified interface to multiple AI providers, allowing you to route requests to different AI models through customizable subdomains.

Features:

Available Services:

The following AI services are currently configured:

How to use: Simply replace the original API domain with the AI proxy domain in your requests. Keep everything else the same - your API keys, headers, request body, and endpoints all stay identical.

Example:
Original: https://api.openai.com/v1/chat/completions
AI Proxy: https://openai.gpt.vc/v1/chat/completions

URL Shortening Service:

Create and use short URLs with the url. subdomain:

The service generates a unique slug for each URL and provides instant redirects.

Finding Your User Key for Logs:

To view your request logs in the admin interface, you need your user key. You can get it in two ways:

Method 1: Calculate it yourself

Your user key is calculated as: Base64UrlEncode(SHA256(full_header_value))

Important: Use the complete header value, including any prefixes!

Example calculation:
If your request uses Authorization: Bearer sk-abc123, then:
SHA256("Bearer sk-abc123")Base64UrlEncode → Your user key

Method 2: Get it from a response

Use this user key in the admin interface to filter and view your request logs.