Proxy Settings
Overview
Proxy settings allow 302 AI Studio to access the network through an HTTP proxy. If your current network cannot directly reach certain model providers' APIs, configuring a proxy lets you continue using the service normally.
Enable Proxy
Open Settings → Proxy and turn on the Enable Proxy switch. The fields below become editable. When the switch is off, the application connects to the network directly without using any proxy.
Proxy configuration only affects network requests initiated from inside 302 AI Studio. It does not modify your operating system's global proxy settings.
Configure the Proxy Server
Once the proxy is enabled, fill in the following two fields:
- HTTP Proxy: The proxy server's address, which can be a domain name or an IP.
- Port: The port the proxy server is listening on.
- Enter only the host name or IP. Do not include scheme prefixes like
http://orhttps://, and do not append a path. - The port must be a number and must match the port the proxy software is actually listening on.
Test Connection
After filling in the values, click Test Connection. The application will try to reach the network through your current proxy configuration and report whether the connection succeeds.
- Success: The proxy parameters are valid and ready to use.
- Failure: Check the proxy address, port, network reachability, and make sure the proxy software is running.
Using Local Proxy Software as the Proxy
If you use proxy software running on your machine (e.g. v2rayN, Clash), confirm two settings inside that software:
Find the local listening port of your proxy software
Open the proxy software's settings and check its local listening port (for example, v2rayN's "Local Mixed Listening Port"). Use the same port number in the Port field of 302 AI Studio.
Enable "Allow connections from LAN"
If you want 302 AI Studio to reach the proxy through your machine's IP address (instead of 127.0.0.1), enable the Allow connections from LAN option in the proxy software. Otherwise the proxy may refuse connections that don't originate from the local loopback interface.
- If your proxy software runs on the same computer as 302 AI Studio, you can set HTTP Proxy to
127.0.0.1. - If your proxy software runs on another device (e.g. another computer or a router on the same LAN), set HTTP Proxy to that device's IP and make sure LAN connections are allowed in the proxy software.
FAQ
Check the following in order:
- Is the proxy software running? — Closing it will disable the proxy port.
- Are the address and port correct? — No scheme prefix, and the port must match the proxy software.
- Is "Allow connections from LAN" enabled? — Required when the proxy software and 302 AI Studio are not on the same machine.
- Local firewall or antivirus? — Some security software blocks non-standard ports; temporarily disable it and try again.
- Is the proxy node itself usable? — Switch to a different node inside your proxy software and test again.
The HTTP Proxy field only accepts a host name or IP and does not need (and must not include) the http:// or https:// prefix. Keep the value as proxy.example.com or 192.168.x.x.
No. Turning off Enable Proxy only disables the proxy. The address and port you entered are preserved, so you don't have to retype them when you turn it back on.