Create
Query
MaiBot.db
—
llm_usage
action_records
chat_history
chat_streams
emoji
emoji_description_cache
expression
image_descriptions
images
jargon
llm_usage
messages
online_time
person_info
thinking_back
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into llm_usage
model_name
TEXT NOT NULL
model_assign_name
TEXT
model_api_provider
TEXT
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
time_cost
REAL
status
TEXT NOT NULL
timestamp
DATETIME NOT NULL
Insert
Cancel