Endpoint overview
Overview
FHRouter uses one account and one API key across Claude, GPT, and Gemini model families.
The shared endpoint host is:
https://api.fhrouter.comDifferent client families attach different protocol paths to that same host.

Which path should I use?
| Client | Base URL |
|---|---|
| Claude Code and Anthropic-native clients | https://api.fhrouter.com |
| Codex CLI and OpenAI-compatible clients | https://api.fhrouter.com/v1 |
| Gemini CLI and Gemini-native clients | https://api.fhrouter.com/v1beta |
What you need before setup
- an FHRouter account
- wallet balance
- an FHRouter API key
- the exact model id you want to call
- the matching client guide
Common path mistakes
- using the root host with an OpenAI-compatible app that actually needs
/v1 - using
/v1for Claude Code instead of the root host - using
/v1instead of/v1betafor Gemini-native tools
