Skip to documentation content
On this page
  1. Reference

providerKind

Configures providerKind for Provider data disclosure from its authoritative release declaration.

Reference

FieldValueDescription
valueType"openai-api" | "openai-chatgpt" | "openai-compatible-gateway"Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"openai-api" | "openai-chatgpt" | "openai-compatible-gateway"Compiler-resolved TypeScript contract.
requiredtrue
allowed["openai-api","openai-chatgpt","openai-compatible-gateway"]Allowed declaration values.

Configures providerKind for Provider data disclosure from its authoritative release declaration.

The declared value type is "openai-api" | "openai-chatgpt" | "openai-compatible-gateway". Allowed values are ["openai-api","openai-chatgpt","openai-compatible-gateway"]. This field is required.