wip: zen
This commit is contained in:
parent
79c73267cf
commit
a52b352b24
7 changed files with 629 additions and 309 deletions
|
|
@ -34,6 +34,7 @@ export const UsageTable = mysqlTable(
|
|||
...workspaceColumns,
|
||||
...timestamps,
|
||||
model: varchar("model", { length: 255 }).notNull(),
|
||||
provider: varchar("provider", { length: 255 }),
|
||||
inputTokens: int("input_tokens").notNull(),
|
||||
outputTokens: int("output_tokens").notNull(),
|
||||
reasoningTokens: int("reasoning_tokens"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue