Skip to content

Proxy

HTTP Proxy

Currently the app will use your system HTTP proxy for requests, it does not support PAC file or SOCKS proxy for now.

API Proxy

For API services where you can set a custom API URL, ChatWise offers a convenient proxy service:

  • Gemini:
    • from https://generativelanguage.googleapis.com/v1beta
    • tohttps://ai-proxy.chatwise.app/generativelanguage/v1beta
  • OpenAI:
    • from https://api.openai.com/v1
    • to https://ai-proxy.chatwise.app/openai/v1
  • Anthropic:
    • from https://api.anthropic.com/v1
    • to https://ai-proxy.chatwise.app/anthropic/v1
  • Groq:
    • from https://api.groq.com/openai/v1
    • to https://ai-proxy.chatwise.app/groq/openai/v1
  • Perplexity:
    • from https://api.perplexity.ai
    • to https://ai-proxy.chatwise.app/pplx

This service simply forwards your requests to the origin server, it does not collect any data, and the source code is available on GitHub.