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.
The following AI services are currently configured:
deepseek.gpt.vc
→ https://api.deepseek.comgemini.gpt.vc
→ https://generativelanguage.googleapis.comagentdb.gpt.vc
→ https://mcp.agentdb.devclaude.gpt.vc
→ https://api.anthropic.comopenai.gpt.vc
→ https://api.openai.comgoogleapis.gpt.vc
→ https://www.googleapis.comgrok.gpt.vc
→ https://api.x.aizapier.gpt.vc
→ https://mcp.zapier.comopenai2anthropic.gpt.vc
→ https://api.anthropic.combeamshell.gpt.vc
→ https://www.beamshell.comgroq.gpt.vc
→ https://api.groq.comHow 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
Create and use short URLs with the url.
subdomain:
POST https://url.gpt.vc/?url=https://example.com
GET https://url.gpt.vc/abc123
(redirects to original URL)The service generates a unique slug for each URL and provides instant redirects.
To view your request logs in the admin interface, you need your user key. You can get it in two ways:
Your user key is calculated as: Base64UrlEncode(SHA256(full_header_value))
Important: Use the complete header value, including any prefixes!
"Bearer sk-abc123..."
(not just "sk-abc123..."
)"sk-abc123..."
Example calculation:
If your request uses Authorization: Bearer sk-abc123
, then:
SHA256("Bearer sk-abc123")
→ Base64UrlEncode
→ Your user key
x-user-key
Use this user key in the admin interface to filter and view your request logs.