TanStack AI (Provider-Agnostic LLM SDK) Status : Production Ready ✅ Last Updated : 2025-12-09 Dependencies : Node.js 18+, TypeScript 5+; React 18+ for ; Solid 1.8+ for Latest Versions : @tanstack/ai@latest (alpha), @tanstack/ai-react@latest, @tanstack/ai-client@latest, adapters: @tanstack/ai-openai@latest @tanstack/ai-anthropic@latest @tanstack/ai-gemini@latest @tanstack/ai-ollama@latest --- Quick Start (7 Minutes) 1) Install core + adapter Why this matters: - Core is framework-agnostic; React binding just wraps the headless client. citeturn1search3 - Adapters abstract provider quirks so y…