MCPcopy Index your code
hub / github.com/simstudioai/sim / getHostedModels

Function getHostedModels

apps/sim/providers/models.ts:3418–3424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3416}
3417
3418export function getHostedModels(): string[] {
3419 return [
3420 ...getProviderModels('openai'),
3421 ...getProviderModels('anthropic'),
3422 ...getProviderModels('google'),
3423 ]
3424}
3425
3426export function getComputerUseModels(): string[] {
3427 const models: string[] = []

Callers 4

shouldBillModelUsageFunction · 0.90
getApiKeyFunction · 0.90
getApiKeyWithBYOKFunction · 0.90

Calls 1

getProviderModelsFunction · 0.70

Tested by

no test coverage detected