Skip to documentation content
On this page
  1. Reference

providerKind

Configures providerKind for Provider settings from its authoritative release declaration.

Reference

FieldValueDescription
valueType"openai" | "chatgpt" | "ollama" | "custom" | "anthropicGateway"Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"openai" | "chatgpt" | "ollama" | "custom" | "anthropicGateway"Compiler-resolved TypeScript contract.
requiredfalse
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.