NB Scraper Docs - v1.1.8
    Preparing search index...

    Interface DeepInfraAIOptions

    DeepInfra AI Chat Types

    interface DeepInfraAIOptions {
        prompt: string;
        model?: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • DeepInfraAIOptions

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    prompt: string
    model?: string