langchain.js
    Preparing search index...
    interface DeepInfraLLMParams {
        apiKey?: string;
        maxTokens?: number;
        model?: string;
        temperature?: number;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    apiKey?: string
    maxTokens?: number
    model?: string
    temperature?: number