Create
Query
rollpix.db
—
gemini_models
admin_users
billing_cache
gemini_models
image_usage
llm_calls
product_sessions
sqlite_sequence
stores
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into gemini_models
model_key
TEXT NOT NULL
model_id
TEXT NOT NULL
display_name
TEXT NOT NULL
cost_per_1m_input
REAL NOT NULL
cost_per_1m_output
REAL NOT NULL
cost_per_image
REAL NOT NULL
active
INTEGER NOT NULL (default 1)
created_at
TEXT (default datetime('now'))
updated_at
TEXT (default datetime('now'))
Insert
Cancel