Home

tanstack/ai

Status:Indexed
Analyzed Dec 6, 2025⭐ 800+ starsTypeScript

šŸ¤– SDK that enhances your applications with AI capabilities

Back to Issues
#91
Easy

Unable to Pass API Key Directly to all Adapters

View on GitHub

Summary

The Gemini adapter in TanStack AI is not correctly configured to accept the API key directly as a configuration option. The fix involves updating the adapter's configuration type to include the `apiKey` property.

Skills Required

TypeScriptAPI designTesting