UNPKG

@aituber-onair/core

Version:

Core library for AITuber OnAir providing voice synthesis and chat processing

9 lines (8 loc) 589 B
export declare const ENDPOINT_CLAUDE_API = "https://api.anthropic.com/v1/messages"; export declare const MODEL_CLAUDE_3_HAIKU = "claude-3-haiku-20240307"; export declare const MODEL_CLAUDE_3_5_HAIKU = "claude-3-5-haiku-20241022"; export declare const MODEL_CLAUDE_3_5_SONNET = "claude-3-5-sonnet-20241022"; export declare const MODEL_CLAUDE_3_7_SONNET = "claude-3-7-sonnet-20250219"; export declare const MODEL_CLAUDE_4_SONNET = "claude-4-sonnet-20250514"; export declare const MODEL_CLAUDE_4_OPUS = "claude-4-opus-20250514"; export declare const CLAUDE_VISION_SUPPORTED_MODELS: string[];