genkitx-huggingface
    Preparing search index...

    Variable ai21Jamba15MiniConst

    ai21Jamba15Mini: ModelReference<
        ZodObject<
            {
                maxOutputTokens: ZodOptional<ZodNumber>;
                stopSequences: ZodOptional<ZodArray<ZodString, "many">>;
                temperature: ZodOptional<ZodNumber>;
                topK: ZodOptional<ZodNumber>;
                topP: ZodOptional<ZodNumber>;
                version: ZodOptional<ZodString>;
            },
            "strip",
            ZodTypeAny,
            {
                maxOutputTokens?: number;
                stopSequences?: string[];
                temperature?: number;
                topK?: number;
                topP?: number;
                version?: string;
            },
            {
                maxOutputTokens?: number;
                stopSequences?: string[];
                temperature?: number;
                topK?: number;
                topP?: number;
                version?: string;
            },
        >,
    > = ...