export type AnthropicModels = 'claude-2.0' | 'claude-2.1' | 'claude-3-5-haiku-20241022' | 'claude-3-5-sonnet-20240620' | 'claude-3-5-sonnet-20241022' | 'claude-3-7-sonnet-20250219' | 'claude-3-haiku-20240307' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-opus-4-20250514' | 'claude-sonnet-4-20250514'; export declare const AnthropicModelData: { readonly 'claude-2.0': { readonly contextWindow: 200000; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 15; }; }; readonly 'claude-2.1': { readonly contextWindow: 200000; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 15; }; }; readonly 'claude-3-5-haiku-20241022': { readonly contextWindow: 200000; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.8; readonly outputPerMillion: 4; }; }; readonly 'claude-3-5-sonnet-20240620': { readonly contextWindow: 200000; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 15; }; }; readonly 'claude-3-5-sonnet-20241022': { readonly contextWindow: 200000; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 15; }; }; readonly 'claude-3-7-sonnet-20250219': { readonly contextWindow: 200000; readonly maxOutputTokens: 64000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 15; }; }; readonly 'claude-3-haiku-20240307': { readonly contextWindow: 200000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.25; readonly outputPerMillion: 1.25; }; }; readonly 'claude-3-opus-20240229': { readonly contextWindow: 200000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 15; readonly outputPerMillion: 75; }; }; readonly 'claude-3-sonnet-20240229': { readonly contextWindow: 200000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 15; }; }; readonly 'claude-opus-4-20250514': { readonly contextWindow: 200000; readonly maxOutputTokens: 32000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 15; readonly outputPerMillion: 75; }; }; readonly 'claude-sonnet-4-20250514': { readonly contextWindow: 200000; readonly maxOutputTokens: 64000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 15; }; }; }; export type OpenAIModels = 'babbage-002' | 'chatgpt-4o-latest' | 'codex-mini-latest' | 'computer-use-preview' | 'computer-use-preview-2025-03-11' | 'davinci-002' | 'gpt-3.5-turbo' | 'gpt-3.5-turbo-0125' | 'gpt-3.5-turbo-1106' | 'gpt-3.5-turbo-16k' | 'gpt-3.5-turbo-instruct' | 'gpt-3.5-turbo-instruct-0914' | 'gpt-4' | 'gpt-4-0125-preview' | 'gpt-4-0613' | 'gpt-4-1106-preview' | 'gpt-4-turbo' | 'gpt-4-turbo-2024-04-09' | 'gpt-4-turbo-preview' | 'gpt-4.1' | 'gpt-4.1-2025-04-14' | 'gpt-4.1-mini' | 'gpt-4.1-mini-2025-04-14' | 'gpt-4.1-nano' | 'gpt-4.1-nano-2025-04-14' | 'gpt-4o' | 'gpt-4o-2024-05-13' | 'gpt-4o-2024-08-06' | 'gpt-4o-2024-11-20' | 'gpt-4o-audio-preview' | 'gpt-4o-audio-preview-2024-10-01' | 'gpt-4o-audio-preview-2024-12-17' | 'gpt-4o-audio-preview-2025-06-03' | 'gpt-4o-mini' | 'gpt-4o-mini-2024-07-18' | 'gpt-4o-mini-audio-preview' | 'gpt-4o-mini-audio-preview-2024-12-17' | 'gpt-4o-mini-realtime-preview' | 'gpt-4o-mini-realtime-preview-2024-12-17' | 'gpt-4o-mini-search-preview' | 'gpt-4o-mini-search-preview-2025-03-11' | 'gpt-4o-mini-transcribe' | 'gpt-4o-realtime-preview' | 'gpt-4o-realtime-preview-2024-10-01' | 'gpt-4o-realtime-preview-2024-12-17' | 'gpt-4o-realtime-preview-2025-06-03' | 'gpt-4o-search-preview' | 'gpt-4o-search-preview-2025-03-11' | 'gpt-4o-transcribe' | 'o1' | 'o1-2024-12-17' | 'o1-mini' | 'o1-mini-2024-09-12' | 'o1-preview' | 'o1-preview-2024-09-12' | 'o1-pro' | 'o1-pro-2025-03-19' | 'o3' | 'o3-2025-04-16' | 'o3-deep-research' | 'o3-deep-research-2025-06-26' | 'o3-mini' | 'o3-mini-2025-01-31' | 'o3-pro' | 'o3-pro-2025-06-10' | 'o4-mini' | 'o4-mini-2025-04-16' | 'o4-mini-deep-research' | 'o4-mini-deep-research-2025-06-26' | 'omni-moderation-2024-09-26' | 'omni-moderation-latest' | 'text-embedding-3-large' | 'text-embedding-3-small' | 'text-embedding-ada-002' | 'text-moderation-latest' | 'tts-1-1106' | 'tts-1-hd-1106'; export declare const OpenAIModelData: { readonly 'babbage-002': { readonly contextWindow: 0; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.4; readonly outputPerMillion: 0.4; }; }; readonly 'chatgpt-4o-latest': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 5; readonly outputPerMillion: 15; }; }; readonly 'codex-mini-latest': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.5; readonly outputPerMillion: 6; }; }; readonly 'computer-use-preview': { readonly contextWindow: 8192; readonly maxOutputTokens: 1024; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 12; }; }; readonly 'computer-use-preview-2025-03-11': { readonly contextWindow: 8192; readonly maxOutputTokens: 1024; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 3; readonly outputPerMillion: 12; }; }; readonly 'davinci-002': { readonly contextWindow: 0; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 2; readonly outputPerMillion: 2; }; }; readonly 'gpt-3.5-turbo': { readonly contextWindow: 16385; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.5; readonly outputPerMillion: 1.5; }; }; readonly 'gpt-3.5-turbo-0125': { readonly contextWindow: 16385; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.5; readonly outputPerMillion: 1.5; }; }; readonly 'gpt-3.5-turbo-1106': { readonly contextWindow: 16385; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.5; readonly outputPerMillion: 1.5; }; }; readonly 'gpt-3.5-turbo-16k': { readonly contextWindow: 16385; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.5; readonly outputPerMillion: 1.5; }; }; readonly 'gpt-3.5-turbo-instruct': { readonly contextWindow: 16385; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.5; readonly outputPerMillion: 1.5; }; }; readonly 'gpt-3.5-turbo-instruct-0914': { readonly contextWindow: 16385; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.5; readonly outputPerMillion: 1.5; }; }; readonly 'gpt-4': { readonly contextWindow: 8192; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 30; readonly outputPerMillion: 60; }; }; readonly 'gpt-4-0125-preview': { readonly contextWindow: 4096; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.5; readonly outputPerMillion: 1.5; }; }; readonly 'gpt-4-0613': { readonly contextWindow: 8192; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 30; readonly outputPerMillion: 60; }; }; readonly 'gpt-4-1106-preview': { readonly contextWindow: 4096; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.5; readonly outputPerMillion: 1.5; }; }; readonly 'gpt-4-turbo': { readonly contextWindow: 128000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 10; readonly outputPerMillion: 30; }; }; readonly 'gpt-4-turbo-2024-04-09': { readonly contextWindow: 128000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 10; readonly outputPerMillion: 30; }; }; readonly 'gpt-4-turbo-preview': { readonly contextWindow: 128000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 10; readonly outputPerMillion: 30; }; }; readonly 'gpt-4.1': { readonly contextWindow: 1047576; readonly maxOutputTokens: 32768; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2; readonly outputPerMillion: 8; }; }; readonly 'gpt-4.1-2025-04-14': { readonly contextWindow: 1047576; readonly maxOutputTokens: 32768; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2; readonly outputPerMillion: 8; }; }; readonly 'gpt-4.1-mini': { readonly contextWindow: 1047576; readonly maxOutputTokens: 32768; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.4; readonly outputPerMillion: 1.6; }; }; readonly 'gpt-4.1-mini-2025-04-14': { readonly contextWindow: 1047576; readonly maxOutputTokens: 32768; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.4; readonly outputPerMillion: 1.6; }; }; readonly 'gpt-4.1-nano': { readonly contextWindow: 1047576; readonly maxOutputTokens: 32768; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gpt-4.1-nano-2025-04-14': { readonly contextWindow: 1047576; readonly maxOutputTokens: 32768; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gpt-4o': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-2024-05-13': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-2024-08-06': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-2024-11-20': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-audio-preview': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-audio-preview-2024-10-01': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-audio-preview-2024-12-17': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-audio-preview-2025-06-03': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-mini': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.15; readonly outputPerMillion: 0.6; }; }; readonly 'gpt-4o-mini-2024-07-18': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.15; readonly outputPerMillion: 0.6; }; }; readonly 'gpt-4o-mini-audio-preview': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.15; readonly outputPerMillion: 0.6; }; }; readonly 'gpt-4o-mini-audio-preview-2024-12-17': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.15; readonly outputPerMillion: 0.6; }; }; readonly 'gpt-4o-mini-realtime-preview': { readonly contextWindow: 128000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.6; readonly outputPerMillion: 2.4; }; }; readonly 'gpt-4o-mini-realtime-preview-2024-12-17': { readonly contextWindow: 128000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.6; readonly outputPerMillion: 2.4; }; }; readonly 'gpt-4o-mini-search-preview': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.15; readonly outputPerMillion: 0.6; }; }; readonly 'gpt-4o-mini-search-preview-2025-03-11': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.15; readonly outputPerMillion: 0.6; }; }; readonly 'gpt-4o-mini-transcribe': { readonly contextWindow: 16000; readonly maxOutputTokens: 2000; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 5; }; }; readonly 'gpt-4o-realtime-preview': { readonly contextWindow: 32000; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 5; readonly outputPerMillion: 20; }; }; readonly 'gpt-4o-realtime-preview-2024-10-01': { readonly contextWindow: 128000; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 5; readonly outputPerMillion: 20; }; }; readonly 'gpt-4o-realtime-preview-2024-12-17': { readonly contextWindow: 128000; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 5; readonly outputPerMillion: 20; }; }; readonly 'gpt-4o-realtime-preview-2025-06-03': { readonly contextWindow: 128000; readonly maxOutputTokens: 4096; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 5; readonly outputPerMillion: 20; }; }; readonly 'gpt-4o-search-preview': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-search-preview-2025-03-11': { readonly contextWindow: 128000; readonly maxOutputTokens: 16384; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly 'gpt-4o-transcribe': { readonly contextWindow: 16000; readonly maxOutputTokens: 2000; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 2.5; readonly outputPerMillion: 10; }; }; readonly o1: { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 15; readonly outputPerMillion: 60; }; }; readonly 'o1-2024-12-17': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 15; readonly outputPerMillion: 60; }; }; readonly 'o1-mini': { readonly contextWindow: 128000; readonly maxOutputTokens: 65536; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 1.1; readonly outputPerMillion: 4.4; }; }; readonly 'o1-mini-2024-09-12': { readonly contextWindow: 128000; readonly maxOutputTokens: 65536; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 1.1; readonly outputPerMillion: 4.4; }; }; readonly 'o1-preview': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 15; readonly outputPerMillion: 60; }; }; readonly 'o1-preview-2024-09-12': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 15; readonly outputPerMillion: 60; }; }; readonly 'o1-pro': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 150; readonly outputPerMillion: 600; }; }; readonly 'o1-pro-2025-03-19': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 150; readonly outputPerMillion: 600; }; }; readonly o3: { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2; readonly outputPerMillion: 8; }; }; readonly 'o3-2025-04-16': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2; readonly outputPerMillion: 8; }; }; readonly 'o3-deep-research': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 10; readonly outputPerMillion: 40; }; }; readonly 'o3-deep-research-2025-06-26': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 10; readonly outputPerMillion: 40; }; }; readonly 'o3-mini': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 1.1; readonly outputPerMillion: 4.4; }; }; readonly 'o3-mini-2025-01-31': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 1.1; readonly outputPerMillion: 4.4; }; }; readonly 'o3-pro': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 20; readonly outputPerMillion: 80; }; }; readonly 'o3-pro-2025-06-10': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 20; readonly outputPerMillion: 80; }; }; readonly 'o4-mini': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.1; readonly outputPerMillion: 4.4; }; }; readonly 'o4-mini-2025-04-16': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.1; readonly outputPerMillion: 4.4; }; }; readonly 'o4-mini-deep-research': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2; readonly outputPerMillion: 8; }; }; readonly 'o4-mini-deep-research-2025-06-26': { readonly contextWindow: 200000; readonly maxOutputTokens: 100000; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 2; readonly outputPerMillion: 8; }; }; readonly 'omni-moderation-2024-09-26': { readonly contextWindow: 0; readonly maxOutputTokens: 0; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: null; }; readonly 'omni-moderation-latest': { readonly contextWindow: 0; readonly maxOutputTokens: 0; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: null; }; readonly 'text-embedding-3-large': { readonly contextWindow: 0; readonly maxOutputTokens: 0; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.13; readonly outputPerMillion: 0; }; }; readonly 'text-embedding-3-small': { readonly contextWindow: 0; readonly maxOutputTokens: 0; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.02; readonly outputPerMillion: 0; }; }; readonly 'text-embedding-ada-002': { readonly contextWindow: 0; readonly maxOutputTokens: 0; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0; }; }; readonly 'text-moderation-latest': { readonly contextWindow: 0; readonly maxOutputTokens: 32768; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: null; }; readonly 'tts-1-1106': { readonly contextWindow: 0; readonly maxOutputTokens: 0; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 15; readonly outputPerMillion: 15; }; }; readonly 'tts-1-hd-1106': { readonly contextWindow: 0; readonly maxOutputTokens: 0; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 30; readonly outputPerMillion: 30; }; }; }; export type GoogleModels = 'aqa' | 'embedding-001' | 'embedding-gecko-001' | 'gemini-1.0-pro-vision-latest' | 'gemini-1.5-flash' | 'gemini-1.5-flash-001' | 'gemini-1.5-flash-002' | 'gemini-1.5-flash-8b' | 'gemini-1.5-flash-8b-001' | 'gemini-1.5-flash-8b-latest' | 'gemini-1.5-flash-latest' | 'gemini-1.5-pro' | 'gemini-1.5-pro-001' | 'gemini-1.5-pro-002' | 'gemini-1.5-pro-latest' | 'gemini-2.0-flash' | 'gemini-2.0-flash-001' | 'gemini-2.0-flash-exp' | 'gemini-2.0-flash-lite' | 'gemini-2.0-flash-lite-001' | 'gemini-2.0-flash-lite-preview' | 'gemini-2.0-flash-lite-preview-02-05' | 'gemini-2.0-flash-live-001' | 'gemini-2.0-flash-preview-image-generation' | 'gemini-2.0-flash-thinking-exp' | 'gemini-2.0-flash-thinking-exp-01-21' | 'gemini-2.0-flash-thinking-exp-1219' | 'gemini-2.0-pro-exp' | 'gemini-2.0-pro-exp-02-05' | 'gemini-2.5-flash' | 'gemini-2.5-flash-exp-native-audio-thinking-dialog' | 'gemini-2.5-flash-lite-preview-06-17' | 'gemini-2.5-flash-preview-05-20' | 'gemini-2.5-flash-preview-native-audio-dialog' | 'gemini-2.5-pro' | 'gemini-2.5-pro-preview-03-25' | 'gemini-2.5-pro-preview-05-06' | 'gemini-2.5-pro-preview-06-05' | 'gemini-embedding-exp' | 'gemini-exp-1206' | 'gemini-live-2.5-flash-preview' | 'gemini-pro-vision' | 'gemma-3-12b-it' | 'gemma-3-1b-it' | 'gemma-3-27b-it' | 'gemma-3-4b-it' | 'gemma-3n-e2b-it' | 'gemma-3n-e4b-it' | 'learnlm-2.0-flash-experimental'; export declare const GoogleModelData: { readonly aqa: { readonly contextWindow: 7168; readonly maxOutputTokens: 1024; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: null; }; readonly 'embedding-001': { readonly contextWindow: 2048; readonly maxOutputTokens: 1; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: null; }; readonly 'embedding-gecko-001': { readonly contextWindow: 1024; readonly maxOutputTokens: 1; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: null; }; readonly 'gemini-1.0-pro-vision-latest': { readonly contextWindow: 12288; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-1.5-flash': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-1.5-flash-001': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-1.5-flash-002': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-1.5-flash-8b': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-1.5-flash-8b-001': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-1.5-flash-8b-latest': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-1.5-flash-latest': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-1.5-pro': { readonly contextWindow: 2097152; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 5; }; }; readonly 'gemini-1.5-pro-001': { readonly contextWindow: 2097152; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 5; }; }; readonly 'gemini-1.5-pro-002': { readonly contextWindow: 2097152; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 5; }; }; readonly 'gemini-1.5-pro-latest': { readonly contextWindow: 2097152; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 5; }; }; readonly 'gemini-2.0-flash': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-001': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-exp': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-lite': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-lite-001': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-lite-preview': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-2.0-flash-lite-preview-02-05': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-2.0-flash-live-001': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-preview-image-generation': { readonly contextWindow: 32000; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-thinking-exp': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-thinking-exp-01-21': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-flash-thinking-exp-1219': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.1; readonly outputPerMillion: 0.4; }; }; readonly 'gemini-2.0-pro-exp': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-2.0-pro-exp-02-05': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-2.5-flash': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.3; readonly outputPerMillion: 2.5; }; }; readonly 'gemini-2.5-flash-exp-native-audio-thinking-dialog': { readonly contextWindow: 128000; readonly maxOutputTokens: 8000; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.3; readonly outputPerMillion: 2.5; }; }; readonly 'gemini-2.5-flash-lite-preview-06-17': { readonly contextWindow: 1000000; readonly maxOutputTokens: 64000; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.3; readonly outputPerMillion: 2.5; }; }; readonly 'gemini-2.5-flash-preview-05-20': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.3; readonly outputPerMillion: 2.5; }; }; readonly 'gemini-2.5-flash-preview-native-audio-dialog': { readonly contextWindow: 128000; readonly maxOutputTokens: 8000; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.3; readonly outputPerMillion: 2.5; }; }; readonly 'gemini-2.5-pro': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 10; }; }; readonly 'gemini-2.5-pro-preview-03-25': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 10; }; }; readonly 'gemini-2.5-pro-preview-05-06': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 10; }; }; readonly 'gemini-2.5-pro-preview-06-05': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 1.25; readonly outputPerMillion: 10; }; }; readonly 'gemini-embedding-exp': { readonly contextWindow: 8192; readonly maxOutputTokens: 1; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.002; readonly outputPerMillion: 0.004; }; }; readonly 'gemini-exp-1206': { readonly contextWindow: 1048576; readonly maxOutputTokens: 65536; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemini-live-2.5-flash-preview': { readonly contextWindow: 1048576; readonly maxOutputTokens: 8192; readonly supportsTools: true; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.3; readonly outputPerMillion: 2.5; }; }; readonly 'gemini-pro-vision': { readonly contextWindow: 12288; readonly maxOutputTokens: 4096; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemma-3-12b-it': { readonly contextWindow: 32768; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemma-3-1b-it': { readonly contextWindow: 32768; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemma-3-27b-it': { readonly contextWindow: 131072; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemma-3-4b-it': { readonly contextWindow: 32768; readonly maxOutputTokens: 8192; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemma-3n-e2b-it': { readonly contextWindow: 8192; readonly maxOutputTokens: 2048; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'gemma-3n-e4b-it': { readonly contextWindow: 8192; readonly maxOutputTokens: 2048; readonly supportsTools: false; readonly supportsImageInput: false; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; readonly 'learnlm-2.0-flash-experimental': { readonly contextWindow: 1048576; readonly maxOutputTokens: 32768; readonly supportsTools: true; readonly supportsImageInput: true; readonly pricing: { readonly inputPerMillion: 0.075; readonly outputPerMillion: 0.3; }; }; }; export type OllamaModels = string; export type AllModels = AnthropicModels | OpenAIModels | GoogleModels | OllamaModels; export declare const ModelToProvider: { readonly 'claude-2.0': "anthropic"; readonly 'claude-2.1': "anthropic"; readonly 'claude-3-5-haiku-20241022': "anthropic"; readonly 'claude-3-5-sonnet-20240620': "anthropic"; readonly 'claude-3-5-sonnet-20241022': "anthropic"; readonly 'claude-3-7-sonnet-20250219': "anthropic"; readonly 'claude-3-haiku-20240307': "anthropic"; readonly 'claude-3-opus-20240229': "anthropic"; readonly 'claude-3-sonnet-20240229': "anthropic"; readonly 'claude-opus-4-20250514': "anthropic"; readonly 'claude-sonnet-4-20250514': "anthropic"; readonly 'babbage-002': "openai"; readonly 'chatgpt-4o-latest': "openai"; readonly 'codex-mini-latest': "openai"; readonly 'computer-use-preview': "openai"; readonly 'computer-use-preview-2025-03-11': "openai"; readonly 'davinci-002': "openai"; readonly 'gpt-3.5-turbo': "openai"; readonly 'gpt-3.5-turbo-0125': "openai"; readonly 'gpt-3.5-turbo-1106': "openai"; readonly 'gpt-3.5-turbo-16k': "openai"; readonly 'gpt-3.5-turbo-instruct': "openai"; readonly 'gpt-3.5-turbo-instruct-0914': "openai"; readonly 'gpt-4': "openai"; readonly 'gpt-4-0125-preview': "openai"; readonly 'gpt-4-0613': "openai"; readonly 'gpt-4-1106-preview': "openai"; readonly 'gpt-4-turbo': "openai"; readonly 'gpt-4-turbo-2024-04-09': "openai"; readonly 'gpt-4-turbo-preview': "openai"; readonly 'gpt-4.1': "openai"; readonly 'gpt-4.1-2025-04-14': "openai"; readonly 'gpt-4.1-mini': "openai"; readonly 'gpt-4.1-mini-2025-04-14': "openai"; readonly 'gpt-4.1-nano': "openai"; readonly 'gpt-4.1-nano-2025-04-14': "openai"; readonly 'gpt-4o': "openai"; readonly 'gpt-4o-2024-05-13': "openai"; readonly 'gpt-4o-2024-08-06': "openai"; readonly 'gpt-4o-2024-11-20': "openai"; readonly 'gpt-4o-audio-preview': "openai"; readonly 'gpt-4o-audio-preview-2024-10-01': "openai"; readonly 'gpt-4o-audio-preview-2024-12-17': "openai"; readonly 'gpt-4o-audio-preview-2025-06-03': "openai"; readonly 'gpt-4o-mini': "openai"; readonly 'gpt-4o-mini-2024-07-18': "openai"; readonly 'gpt-4o-mini-audio-preview': "openai"; readonly 'gpt-4o-mini-audio-preview-2024-12-17': "openai"; readonly 'gpt-4o-mini-realtime-preview': "openai"; readonly 'gpt-4o-mini-realtime-preview-2024-12-17': "openai"; readonly 'gpt-4o-mini-search-preview': "openai"; readonly 'gpt-4o-mini-search-preview-2025-03-11': "openai"; readonly 'gpt-4o-mini-transcribe': "openai"; readonly 'gpt-4o-realtime-preview': "openai"; readonly 'gpt-4o-realtime-preview-2024-10-01': "openai"; readonly 'gpt-4o-realtime-preview-2024-12-17': "openai"; readonly 'gpt-4o-realtime-preview-2025-06-03': "openai"; readonly 'gpt-4o-search-preview': "openai"; readonly 'gpt-4o-search-preview-2025-03-11': "openai"; readonly 'gpt-4o-transcribe': "openai"; readonly o1: "openai"; readonly 'o1-2024-12-17': "openai"; readonly 'o1-mini': "openai"; readonly 'o1-mini-2024-09-12': "openai"; readonly 'o1-preview': "openai"; readonly 'o1-preview-2024-09-12': "openai"; readonly 'o1-pro': "openai"; readonly 'o1-pro-2025-03-19': "openai"; readonly o3: "openai"; readonly 'o3-2025-04-16': "openai"; readonly 'o3-deep-research': "openai"; readonly 'o3-deep-research-2025-06-26': "openai"; readonly 'o3-mini': "openai"; readonly 'o3-mini-2025-01-31': "openai"; readonly 'o3-pro': "openai"; readonly 'o3-pro-2025-06-10': "openai"; readonly 'o4-mini': "openai"; readonly 'o4-mini-2025-04-16': "openai"; readonly 'o4-mini-deep-research': "openai"; readonly 'o4-mini-deep-research-2025-06-26': "openai"; readonly 'omni-moderation-2024-09-26': "openai"; readonly 'omni-moderation-latest': "openai"; readonly 'text-embedding-3-large': "openai"; readonly 'text-embedding-3-small': "openai"; readonly 'text-embedding-ada-002': "openai"; readonly 'text-moderation-latest': "openai"; readonly 'tts-1-1106': "openai"; readonly 'tts-1-hd-1106': "openai"; readonly aqa: "google"; readonly 'embedding-001': "google"; readonly 'embedding-gecko-001': "google"; readonly 'gemini-1.0-pro-vision-latest': "google"; readonly 'gemini-1.5-flash': "google"; readonly 'gemini-1.5-flash-001': "google"; readonly 'gemini-1.5-flash-002': "google"; readonly 'gemini-1.5-flash-8b': "google"; readonly 'gemini-1.5-flash-8b-001': "google"; readonly 'gemini-1.5-flash-8b-latest': "google"; readonly 'gemini-1.5-flash-latest': "google"; readonly 'gemini-1.5-pro': "google"; readonly 'gemini-1.5-pro-001': "google"; readonly 'gemini-1.5-pro-002': "google"; readonly 'gemini-1.5-pro-latest': "google"; readonly 'gemini-2.0-flash': "google"; readonly 'gemini-2.0-flash-001': "google"; readonly 'gemini-2.0-flash-exp': "google"; readonly 'gemini-2.0-flash-lite': "google"; readonly 'gemini-2.0-flash-lite-001': "google"; readonly 'gemini-2.0-flash-lite-preview': "google"; readonly 'gemini-2.0-flash-lite-preview-02-05': "google"; readonly 'gemini-2.0-flash-live-001': "google"; readonly 'gemini-2.0-flash-preview-image-generation': "google"; readonly 'gemini-2.0-flash-thinking-exp': "google"; readonly 'gemini-2.0-flash-thinking-exp-01-21': "google"; readonly 'gemini-2.0-flash-thinking-exp-1219': "google"; readonly 'gemini-2.0-pro-exp': "google"; readonly 'gemini-2.0-pro-exp-02-05': "google"; readonly 'gemini-2.5-flash': "google"; readonly 'gemini-2.5-flash-exp-native-audio-thinking-dialog': "google"; readonly 'gemini-2.5-flash-lite-preview-06-17': "google"; readonly 'gemini-2.5-flash-preview-05-20': "google"; readonly 'gemini-2.5-flash-preview-native-audio-dialog': "google"; readonly 'gemini-2.5-pro': "google"; readonly 'gemini-2.5-pro-preview-03-25': "google"; readonly 'gemini-2.5-pro-preview-05-06': "google"; readonly 'gemini-2.5-pro-preview-06-05': "google"; readonly 'gemini-embedding-exp': "google"; readonly 'gemini-exp-1206': "google"; readonly 'gemini-live-2.5-flash-preview': "google"; readonly 'gemini-pro-vision': "google"; readonly 'gemma-3-12b-it': "google"; readonly 'gemma-3-1b-it': "google"; readonly 'gemma-3-27b-it': "google"; readonly 'gemma-3-4b-it': "google"; readonly 'gemma-3n-e2b-it': "google"; readonly 'gemma-3n-e4b-it': "google"; readonly 'learnlm-2.0-flash-experimental': "google"; }; //# sourceMappingURL=models.d.ts.map