Gemini 3 Pro Added to Database AI Suite. Tested Against Claude Sonnet 4.5 and GPT-5.1.Results: Claude still leads. GPT-5.1 is solid. Gemini 3 Pro lands third.

Published: November 21, 2025

Image 1: ree

Performance Scores

Multi-step database analysis workflows:

Model Findings

What Was Tested

Credit card analysis: 1M customer + 10M transaction tables (AWS RDS MySQL). Multi-step workflow - plan, summarize, create derived variables, merge, segment profiles.

Weighted ranking of Indian credit card issuers from RBI data (Postgres).

Practical Choices

Cost Breakdown

Planning vs Execution

Single iteration: reasoning LLM runs once (20% cost), execution agent runs 7-10 queries with debugging (80% cost).

Reasoning / Planning Cost (Per 100 Questions)

Avoid: Gemini 2.5 Pro ($10) and GPT-5 ($15) - token bloat.

Execution Cost (Per 100 Questions)

I use OpenAI for SQL execution - more reliable. Multi-step workflows multiply costs fast. Use only when needed.

These costs relate to my typical uses. Your numbers will vary based on context, architecture & output volume. Always test with your use case. Always check actual billing, not token based estimates.

DATS-4: Database AI Suite- v4

Remote database AI app. Postgres or MySQL. Single-step queries or multi-step analysis. Python charts, table upload, PDF reports. Open source, live, free.

Try It

Use Sample button. Data loads to temp Postgres. Or connect your database.

Public app routes through my backend - sandbox only. Deploy on your servers for live work

Resources

Direct access to the main database AI apps:

๐Ÿ”—
Blog Migration Notice: Some links or images in earlier posts may be broken. View the original post on the old blog site.