SongGuess
    Preparing search index...

    Interface BrowserRunJsonBaseOptions

    interface BrowserRunJsonBaseOptions {
        custom_ai?: { authorization?: string; model: string }[];
    }
    Index

    Properties

    Properties

    custom_ai?: { authorization?: string; model: string }[]

    Custom AI models to try in order. Max 3. Falls back to next on error.

    Type Declaration

    • Optionalauthorization?: string

      Bearer token. Not needed for workers-ai models.

    • model: string

      Model ID in <provider>/<model_name> format, e.g. "workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast".