API Endpoints
Most clients ask for an API address (base URL) during setup. This page lists every Modelink endpoint.
Endpoint Overview
| Purpose | OpenAI format | Anthropic format |
|---|---|---|
| Default | https://api.aigoo.xyz/v1 | https://api.aigoo.xyz |
| Mainland acceleration (deprecated) | https://token.memoh.net/v1 | https://token.memoh.net |
Use the default api.aigoo.xyz endpoints for new configurations. token.memoh.net is listed only to help identify and migrate existing configurations.
Use the default endpoint for high request volume
If your request volume is high, switch to the api.aigoo.xyz endpoint. The mainland acceleration endpoint is deprecated and can accumulate queued requests under that load, increasing time to first token.
The default endpoints can also be copied with one click from the top of the API keys page:

Which Format to Use
It depends on the client, not the model.
- OpenAI format (ends with
/v1): what most clients labelled "OpenAI compatible" expect. - Anthropic format (no
/v1): for clients that use the Anthropic protocol natively.
If the client's setting is called ANTHROPIC_BASE_URL, use the Anthropic format. If it is OPENAI_BASE_URL or just Base URL, use the OpenAI format. Each integration guide spells out the exact value to enter.
Deprecated Mainland Acceleration Endpoints
token.memoh.net is deprecated and should not be used for new configurations. If an existing configuration still uses it, switch to the corresponding default endpoint:
- OpenAI format:
https://api.aigoo.xyz/v1 - Anthropic format:
https://api.aigoo.xyz
Only the API address needs to change; the rest of the client configuration stays the same.
Related Links
- Create API Key - get a key first
- Quickstart - choose an integration path for your client
- FAQ - connection issues and other common questions
