UNPKG

@aituber-onair/core

Version:

Core library for AITuber OnAir providing voice synthesis and chat processing

12 lines (11 loc) 626 B
export declare const ENDPOINT_OPENAI_CHAT_COMPLETIONS_API = "https://api.openai.com/v1/chat/completions"; export declare const MODEL_GPT_4_1 = "gpt-4.1"; export declare const MODEL_GPT_4_1_MINI = "gpt-4.1-mini"; export declare const MODEL_GPT_4_1_NANO = "gpt-4.1-nano"; export declare const MODEL_GPT_4O_MINI = "gpt-4o-mini"; export declare const MODEL_GPT_4O = "gpt-4o"; export declare const MODEL_O3_MINI = "o3-mini"; export declare const MODEL_O1_MINI = "o1-mini"; export declare const MODEL_O1 = "o1"; export declare const MODEL_GPT_4_5_PREVIEW = "gpt-4.5-preview"; export declare const VISION_SUPPORTED_MODELS: string[];