Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / LLMConfig

Class: LLMConfig ​

Defined in: packages/chaingraph-nodes/src/nodes/ai/llm-call-with-structured-output-v2.node.ts:63

Constructors ​

Constructor ​

new LLMConfig(): LLMConfig

Returns ​

LLMConfig

Properties ​

apiKey? ​

optional apiKey: EncryptedSecretValue<SupportedProviders>

Defined in: packages/chaingraph-nodes/src/nodes/ai/llm-call-with-structured-output-v2.node.ts:104


model ​

model: LLMModels = LLMModels.Gpt5Mini

Defined in: packages/chaingraph-nodes/src/nodes/ai/llm-call-with-structured-output-v2.node.ts:97


temperature ​

temperature: number = 0

Defined in: packages/chaingraph-nodes/src/nodes/ai/llm-call-with-structured-output-v2.node.ts:118

Licensed under BUSL-1.1