ART Framework API Docs
    Preparing search index...

    Interface DeepSeekAdapterOptions

    interface DeepSeekAdapterOptions {
        apiBaseUrl?: string;
        apiKey: string;
        model?: string;
    }
    Index

    Properties

    apiBaseUrl?: string

    Optional: Override the base URL for the DeepSeek API. Defaults to 'https://api.deepseek.com/v1'.

    apiKey: string

    Your DeepSeek API key. Handle securely.

    model?: string

    The default DeepSeek model ID to use (e.g., 'deepseek-chat', 'deepseek-coder'). Defaults to 'deepseek-chat' if not provided.