We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171bb7a commit b69ac5bCopy full SHA for b69ac5b
app/api/api-keys/check/route.ts
@@ -5,7 +5,7 @@ type Provider = 'openai' | 'gemini' | 'cursor' | 'anthropic' | 'aigateway'
5
6
// Map agents to their required providers
7
const AGENT_PROVIDER_MAP: Record<string, Provider | null> = {
8
- claude: 'anthropic',
+ claude: 'aigateway', // Claude uses Vercel AI Gateway
9
codex: 'aigateway', // Codex uses Vercel AI Gateway
10
copilot: null, // Copilot uses user's GitHub token from their account
11
cursor: 'cursor',
0 commit comments