MCPcopy Index your code
hub / github.com/coder/coder / AllAIProviderTypeValues

Function AllAIProviderTypeValues

coderd/database/models.go:84–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func AllAIProviderTypeValues() []AIProviderType {
85 return []AIProviderType{
86 AiProviderTypeOpenai,
87 AiProviderTypeAnthropic,
88 AiProviderTypeAzure,
89 AiProviderTypeBedrock,
90 AiProviderTypeGoogle,
91 AiProviderTypeOpenaiCompat,
92 AiProviderTypeOpenrouter,
93 AiProviderTypeVercel,
94 AiProviderTypeCopilot,
95 }
96}
97
98type APIKeyScope string
99

Callers 1

ReadAIProvidersFromEnvFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected