UNPKG

@aituber-onair/core

Version:

Core library for AITuber OnAir providing voice synthesis and chat processing

8 lines (7 loc) 506 B
export declare const ENDPOINT_GEMINI_API = "https://generativelanguage.googleapis.com/v1"; export declare const MODEL_GEMINI_2_0_FLASH = "gemini-2.0-flash"; export declare const MODEL_GEMINI_2_0_FLASH_LITE = "gemini-2.0-flash-lite"; export declare const MODEL_GEMINI_1_5_FLASH = "gemini-1.5-flash"; export declare const MODEL_GEMINI_2_5_PRO_EXP_03_25 = "gemini-2.5-pro-exp-03-25"; export declare const MODEL_GEMINI_1_5_PRO = "gemini-1.5-pro"; export declare const GEMINI_VISION_SUPPORTED_MODELS: string[];