> ## Documentation Index
> Fetch the complete documentation index at: https://docs.befailproof.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 모델

> 모델 지연 시간, 토큰, 컨텍스트 사용량, 트래픽 분포를 비교합니다.

모델 페이지를 사용하면 모델, 에이전트, 환경 또는 시간 범위에 따라 신뢰성이나 비용이 어떻게 변했는지 확인할 수 있습니다.

<Tabs>
  <Tab title="대시보드">
    1. **Observe → Models**로 이동합니다.
    2. 시간 범위를 설정한 후 환경, 모델, 에이전트 또는 세션 ID로 필터링합니다.
    3. 지연 시간, 토큰 소비량, 컨텍스트 윈도우 사용량, 모델 분포를 검토합니다.
    4. 차트의 포인트 또는 분포 세그먼트를 선택하면 해당하는 이벤트가 표시됩니다.

           <img src="https://mintcdn.com/exosphere/WgPwQzedeDNwJBTy/images/dashboard/models.png?fit=max&auto=format&n=WgPwQzedeDNwJBTy&q=85&s=db49dfc29def4a8418110c9ea4b67afc" alt="지연 시간, 백분위수, 토큰, 비용, 컨텍스트 윈도우, 모델 분포 뷰를 보여주는 Models 페이지." width="3200" height="2000" data-path="images/dashboard/models.png" />
  </Tab>

  <Tab title="CLI">
    ```bash theme={null}
    fp list models
    fp events --event-type model_request,model_response --env production --since 24h
    fp --json events --fields ts,agent_id,session_id,event_type,output_tokens,context_fill
    ```

    전용 CLI 명령으로 제공되지 않는 모델 수준의 집계 데이터가 필요한 경우 저장된 쿼리를 활용하세요.
  </Tab>
</Tabs>
