302 AI Studio

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:// or https://, 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

On this page