AIone API
    • 引言
      • 快速开始
      • 认证方式
      • 错误码说明
      • 定价说明
      • 联系我们
      • 服务质量保障
      • 完整请求案例
      • 关于缓存与成本优化
      • 模型质量监控与保障
      • 关于模型真实性验证
      • 在IDE中使用AIone
      • 网络与连接说明
      • 模型命名与兼容规则
      • Gemini 图片生成
    • 聊天(Chat)
      • 基础文本对话
      • 流式响应
    • 模型(Models)
      • 获取模型列表
      • List Models
    • API Key 管理
      • List Keys
      • Create Key
      • Get Key
      • Update Key
      • Delete Key
      • Rotate Key
      • Disable Key
      • Enable Key
    • 用量统计
      • Query Usage
      • Get Dashboard
    • 账单
      • Get Current Plan
      • Get Billing Account
      • List Invoices
    • 数据模型
      • HTTPValidationError
      • DashboardResponse
      • KeyCreateRequest
      • KeyListResponse
      • PlanDetailResponse
      • ModelListResponse
      • KeyResponse
      • InvoiceListResponse
      • KeyRotateResponse
      • BillingAccountResponse
      • UsageRow
      • KeyUpdateRequest
      • ValidationError
      • TechDashboardData
      • ModelInfo
      • BusinessDashboardData
      • DailyTrend
      • TeamCostItem
      • ModelDistribution

    DashboardResponse(DashboardResponse)

    {
        "view_mode": "tech",
        "tech": {
            "total_tokens": 0,
            "prompt_tokens": 0,
            "completion_tokens": 0,
            "total_requests": 0,
            "total_cost_rmb": "string",
            "avg_latency_ms": 0,
            "p99_latency_ms": 0,
            "error_rate_pct": "string",
            "rpm_usage_pct": "string",
            "model_distribution": [
                {
                    "model": "string",
                    "requests": 0,
                    "tokens": 0
                }
            ],
            "daily_trend": [
                {
                    "date": "2019-08-24",
                    "requests": 0,
                    "tokens": 0,
                    "cost_rmb": "string"
                }
            ]
        },
        "business": {
            "total_chars_wan": 0,
            "total_conversations": 0,
            "total_cost_rmb": "string",
            "budget_progress_pct": "string",
            "capacity_status": "sufficient",
            "service_status": "normal",
            "team_cost_ranking": [
                {
                    "team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba",
                    "team_name": "string",
                    "cost_rmb": "string",
                    "conversations": 0
                }
            ],
            "daily_trend": [
                {
                    "date": "2019-08-24",
                    "requests": 0,
                    "tokens": 0,
                    "cost_rmb": "string"
                }
            ]
        },
        "data_freshness": "string"
    }
    Built with