langchain.js
    Preparing search index...
    interface ChatTogetherAIInput {
        apiKey?: string;
        togetherAIApiKey?: string;
        [key: string]: OpenAIChatInput;
        [key: number]: OpenAIChatInput;
        [key: symbol]: OpenAIChatInput;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: OpenAIChatInput
    • [key: number]: OpenAIChatInput
    • [key: symbol]: OpenAIChatInput
    Index

    Properties

    apiKey?: string

    The TogetherAI API key to use for requests.

    process.env.TOGETHER_AI_API_KEY
    
    togetherAIApiKey?: string

    The TogetherAI API key to use for requests. Alias for apiKey

    process.env.TOGETHER_AI_API_KEY