Skip to content

Proxy

HTTP/SOCKS5 Proxy

ChatWise will use your system HTTP proxy for requests by default, but it does not support proxy auto-config (PAC) yet.

You can also manually enter an HTTP proxy or SOCKS5 proxy url in the settings:

setting

Custom API URL

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.