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:
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
- to
https://ai-proxy.chatwise.app/generativelanguage/v1beta
- from
- OpenAI:
- from
https://api.openai.com/v1
- to
https://ai-proxy.chatwise.app/openai/v1
- from
- Anthropic:
- from
https://api.anthropic.com/v1
- to
https://ai-proxy.chatwise.app/anthropic/v1
- from
- Groq:
- from
https://api.groq.com/openai/v1
- to
https://ai-proxy.chatwise.app/groq/openai/v1
- from
- Perplexity:
- from
https://api.perplexity.ai
- to
https://ai-proxy.chatwise.app/pplx
- from
This service simply forwards your requests to the origin server, it does not collect any data, and the source code is available on GitHub.