langchain.js
    Preparing search index...
    interface ChatTogetherAIInput {
        apiKey?: string;
        togetherAIApiKey?: string;
    }

    Hierarchy (View Summary)

    • Omit<OpenAIChatInput, "openAIApiKey" | TogetherAIUnsupportedArgs>
    • BaseDynamicToolInput
      • ChatTogetherAIInput
    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