Create
Query
MaiBot.db
—
llm_usage
action_records
chat_streams
emoji
expression
graph_edges
graph_nodes
image_descriptions
images
knowledges
llm_usage
memory
messages
online_time
person_info
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into llm_usage
model_name
TEXT NOT NULL
user_id
TEXT NOT NULL
request_type
TEXT NOT NULL
endpoint
TEXT NOT NULL
prompt_tokens
INTEGER NOT NULL
completion_tokens
INTEGER NOT NULL
total_tokens
INTEGER NOT NULL
cost
REAL NOT NULL
status
TEXT NOT NULL
timestamp
DATETIME NOT NULL
model_assign_name
TEXT
model_api_provider
TEXT
time_cost
DOUBLE
Insert
Cancel