Configure Google’s Gemini models with Continue to access Gemini 2.0 Flash for chat and text-embedding-004 for embeddings with simple API key authentication
models: - name: Gemini 2.0 Flash provider: gemini model: gemini-2.0-flash apiKey: <YOUR_GEMINI_API_KEY>
models: - name: Gemini Embeddings provider: gemini model: models/text-embedding-004 apiKey: <YOUR_GEMINI_API_KEY> roles: - embed
Was this page helpful?