@@ -306,29 +306,28 @@ function printModelTable(
306306
307307export default defineCommand ( {
308308 name : "usage stats" ,
309- description : "查询模型用量统计 ( Query model usage statistics) " ,
309+ description : "Query model usage statistics" ,
310310 usage : "bl usage stats [--model <model>] [--days <days>] [flags]" ,
311311 options : [
312312 {
313313 flag : "--model <model>" ,
314- description :
315- "模型名称,逗号分隔多个;不指定则查全部概览 (Model name(s), comma-separated; omit for overview)" ,
314+ description : "Model name(s), comma-separated; omit for overview" ,
316315 } ,
317316 {
318317 flag : "--days <days>" ,
319- description : "查询天数,默认 7 ( Number of days, default: 7)" ,
318+ description : "Number of days ( default: 7)" ,
320319 } ,
321320 {
322321 flag : "--type <type>" ,
323- description : "模型类型 : Text, Vision, Multimodal, Audio, Embedding" ,
322+ description : "Model type : Text, Vision, Multimodal, Audio, Embedding" ,
324323 } ,
325324 {
326325 flag : "--workspace-id <id>" ,
327- description : "业务空间 ID ( Workspace ID; env: BAILIAN_WORKSPACE_ID)" ,
326+ description : "Workspace ID ( env: BAILIAN_WORKSPACE_ID)" ,
328327 } ,
329328 {
330329 flag : "--region <region>" ,
331- description : "API 区域,默认 cn-beijing (API region, default: cn-beijing)" ,
330+ description : "API region ( default: cn-beijing)" ,
332331 } ,
333332 ] ,
334333 examples : [
0 commit comments