← Writers Studio Help
Self-hosted AI
Connect your own AI server.
Writers Studio can connect directly to a server you manage when it provides the supported OpenAI-compatible model, chat, and streaming endpoints. These requests do not use Writers Studio cloud-AI allowances or subscriptions.
Before you begin
- Start your own AI server and load at least one chat model.
- Confirm it supports
GET /v1/models,POST /v1/chat/completions, and streamed chat responses. - Keep the server private. Writers Studio accepts plain HTTP only for localhost,
.local, and private-network addresses; a public endpoint must use HTTPS.
Connect on a Mac
- Open Writers Studio, then open Settings and select the AI settings.
- Choose OpenAI-Compatible Local Server.
- Enter the server's base URL, such as
http://localhost:1234orhttp://192.168.1.20:8080. You do not need to add/v1. - Enter an optional server API key if your server requires one, then choose Apply & Test Connection.
- Select one of the discovered models and return to the AI panel.
Connect from iPhone or iPad
- Make the server reachable from the device on your private network. A localhost address on another computer will not work on iPhone or iPad.
- In AI settings, enable the Advanced Self-hosted option, then choose OpenAI-Compatible Local Server.
- Enter the server's private-network address and optional server key. Allow local-network access when iOS or iPadOS asks.
- Test the connection, choose a discovered model, and keep the server protected from untrusted networks.
Troubleshooting
- No models appear
- Load a chat model on the server and confirm its model-list endpoint is available. Writers Studio does not use a manual model fallback.
- The connection test fails
- Check the base URL, server port, firewall, and optional key. For iPhone and iPad, confirm both devices can reach the server on the same trusted network.
- The URL is rejected
- Use HTTPS for a public endpoint. Plain HTTP is reserved for localhost and private-network addresses to avoid sending writing data over an insecure public connection.
- A response does not stream
- The server must support standard streamed Chat Completions responses. Check its compatibility documentation and server logs.
Privacy and billing
Writers Studio sends self-hosted requests directly to the server you choose. It does not proxy or store those requests, and they do not consume hosted-AI allowances. Your server operator's privacy and retention practices apply to the request.