Tool Quick Start
Most AI tools need three GetRouter values:
Generic setup
- Open the tool's Providers, Models, or API settings.
- Select OpenAI-compatible, Custom OpenAI, or Custom Provider.
- Enter your GetRouter API key.
- Enter the Base URL expected by the tool.
- Paste an exact model ID from Models.
- Save the provider.
- Send a short test message.
The generic Base URL above is for OpenAI-compatible tools. Codex, Claude-compatible tools, and Gemini-compatible tools may require a different protocol or additional settings. Use the dedicated guide under Integrations.
Determine what the tool expects
Check the tool's provider settings or documentation:
Do not append an operation path if the tool already adds it.
Verify the connection
Use a small text request first. After it succeeds, test any advanced capability you need, such as streaming, reasoning, tool calling, vision, or media generation.
If the tool can load models but cannot send a message, the selected model may not support the protocol used by that tool.
Recommended key setup
Create one key per tool:
This makes usage easier to identify and allows you to revoke one integration without affecting the others.
Troubleshooting checklist
- Remove spaces before or after the API key.
- Check whether the tool automatically appends
/v1. - Check whether it calls
/chat/completions,/responses, or/messages. - Use the exact model ID from Models.
- Restart the tool if it only reads environment variables at launch.
- Review the dedicated Integration guides.
