The input parameters for the RaycastAI class, which extends the BaseLLMParams interface.

interface RaycastAIInput {
    creativity?: number;
    model?: Model;
    rateLimitPerMinute?: number;
}

Hierarchy (view full)

Implemented by

Properties

creativity?: number
model?: Model
rateLimitPerMinute?: number