MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / getTierModels

Function getTierModels

src/models.js:572–574  ·  view source on GitHub ↗
(tier)

Source from the content-addressed store, hash-verified

570
571/** Models a given tier is entitled to. */
572export function getTierModels(tier) {
573 return MODEL_TIER_ACCESS[tier] || MODEL_TIER_ACCESS.unknown;
574}
575
576function isSpecialAgentCatalogEnabled() {
577 const backend = String(process.env.WINDSURFAPI_SPECIAL_AGENT_BACKEND || '').trim().toLowerCase();

Callers 6

isModelBlockedByDroughtFunction · 0.90
getDroughtSummaryFunction · 0.90
isModelAllowedForAccountFunction · 0.90
publicAccountFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected