Documentation Index
Fetch the complete documentation index at: https://docs.gpuhub.com/llms.txt
Use this file to discover all available pages before exploring further.

Configure a Custom Model
Use the following values when adding a custom provider or model in Cursor.| Field | Value |
|---|---|
| API Key | Your AI Gateway API key |
| Base URL | https://api.gpuhub.com/api/v1 |
| Model name | A custom alias such as gpuhub-model |

Avoid Built-In Model Name Matching
If you want to use a model such asgpt-5.4, avoid naming the Cursor custom model gpt-5.4 directly. Use an unrelated alias such as gpuhub-model, then map that alias to the target model in the AI Gateway model settings.

Recommended Flow
- Create a custom model alias in Cursor, such as
gpuhub-model. - Set the Base URL to
https://api.gpuhub.com/api/v1. - Enter your API key.
- Map
gpuhub-modelto the target AI Gateway model in the console. - Select
gpuhub-modelin Cursor when starting a chat or coding task.