@@ -141,7 +141,7 @@ export const PROVIDER_EDUCATION: Record<string, ProviderEducation> = {
141141 headline : 'GatewayZ — AI Gateway' ,
142142 tagline : 'One gateway, many providers' ,
143143 features : [
144- 'Anthropic-compatible endpoint' ,
144+ 'Claude Code endpoint support ' ,
145145 'Single API key for multiple providers' ,
146146 'Gateway-style routing' ,
147147 'Violet-themed interface' ,
@@ -154,13 +154,13 @@ export const PROVIDER_EDUCATION: Record<string, ProviderEducation> = {
154154 apiKey : 'https://gatewayz.ai' ,
155155 docs : 'https://docs.gatewayz.ai/docs/anthropic-compatibility' ,
156156 } ,
157- setupNote : 'GatewayZ uses Anthropic-compatible endpoints. Configure model mapping for your preferred models.' ,
157+ setupNote : 'GatewayZ uses Claude Code endpoints. Configure model mapping for your preferred models.' ,
158158 } ,
159159 vercel : {
160160 headline : 'Vercel AI Gateway' ,
161161 tagline : 'Unified AI routing on Vercel' ,
162162 features : [
163- 'Anthropic-compatible endpoint' ,
163+ 'Claude Code endpoint support ' ,
164164 'Use provider/model identifiers' ,
165165 'Centralized usage + billing' ,
166166 'Monochrome + green accents' ,
@@ -176,10 +176,10 @@ export const PROVIDER_EDUCATION: Record<string, ProviderEducation> = {
176176 setupNote : 'Set ANTHROPIC_AUTH_TOKEN and keep ANTHROPIC_API_KEY empty.' ,
177177 } ,
178178 nanogpt : {
179- headline : 'NanoGPT — Anthropic Compatible ' ,
179+ headline : 'NanoGPT' ,
180180 tagline : 'Lean gateway, fast setup' ,
181- features : [ 'Anthropic-compatible endpoint' , 'Simple API key auth' , 'Neon-themed interface' ] ,
182- bestFor : 'Simple Anthropic-compatible usage with minimal setup' ,
181+ features : [ 'Claude Code endpoint support ' , 'Simple API key auth' , 'Neon-themed interface' ] ,
182+ bestFor : 'Simple Claude Code usage with minimal setup' ,
183183 requiresMapping : false ,
184184 hasPromptPack : false ,
185185 setupLinks : {
0 commit comments