-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(gemini): add Gemini 2.5 Flash & Pro preview models (May 2025) #785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I revised to the latest models acc. to Jun 2025. @koyasi777 @ItzCrazyKns import { export const PROVIDER_INFO = { const geminiChatModels: Record<string, string>[] = [ const geminiEmbeddingModels: Record<string, string>[] = [ export const loadGeminiChatModels = async () => { if (!geminiApiKey) return {}; try { } catch (err) { export const loadGeminiEmbeddingModels = async () => { if (!geminiApiKey) return {}; try { } catch (err) { |
|
Thanks! |
|
Updated version acc. to the date 21 Jun 2025. @ItzCrazyKns import { export const PROVIDER_INFO = { const geminiChatModels: Record<string, string>[] = [ const geminiEmbeddingModels: Record<string, string>[] = [ export const loadGeminiChatModels = async () => { if (!geminiApiKey) return {}; try { } catch (err) { export const loadGeminiEmbeddingModels = async () => { if (!geminiApiKey) return {}; try { } catch (err) { |
feat(gemini): add Gemini 2.5 Flash & Pro preview models (May 2025)
No description provided.