Get OpenAI Configuration
1. Get API Key
- Visit the OpenAI API Keys page.
- Log in to your OpenAI account.
- Click Create new secret key.
- Optionally name your key, then click Create secret key.
- Copy the generated key starting with
sk-. Note: The key is displayed only once, please save it safely.
2. Confirm URL
The official default API address for OpenAI is: https://api.openai.com/v1
If you are using the official service, you usually do not need to modify this. If you are using a third-party forwarding service (API proxy), please get the API address from your provider.
3. Select Model
Common model names include:
gpt-4ogpt-4o-minigpt-4-turbogpt-3.5-turbo
You can view more models at OpenAI Models.
4. Fill in Configuration
Back to the AI settings page of Anx Reader:
- URL: Enter
https://api.openai.com/v1(or your proxy address) - API Key: Enter the Key obtained in step 1
- Model: Enter the model name selected in step 3
