ReferenceAvailable
providerKind
Configures providerKind for Provider settings from its authoritative release declaration.
Reference
| Field | Value | Description |
|---|---|---|
| valueType | "openai" | "chatgpt" | "ollama" | "custom" | "anthropicGateway" | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | "openai" | "chatgpt" | "ollama" | "custom" | "anthropicGateway" | Compiler-resolved TypeScript contract. |
| required | false | — |
| allowed | ["openai","chatgpt","ollama","custom","anthropicGateway"] | Allowed declaration values. |
Configures providerKind for Provider settings from its authoritative release declaration.
The declared value type is "openai" | "chatgpt" | "ollama" | "custom" | "anthropicGateway". Allowed values are ["openai","chatgpt","ollama","custom","anthropicGateway"]. This field is optional.