Skip to main content
Once your model is deployed and running, you can manage it through a dedicated dashboard. The dashboard for your active model is organized into several tabs:
  • Overview: This is your primary control panel, displaying the model’s status (e.g., “Running,” “Deploying”), its unique endpoint URL, and a sample cURL request to help you quickly integrate it into your applications. Your API key is also conveniently displayed here for easy access. LLM-overview-V2.png
  • Dashboard: A panel that display key performance metrics of your deployed model. Please refer to next section for more details.
  • Playground: An interactive interface that allows you to send test prompts directly to your model and view the generated output in real-time. This is an excellent tool for quick validation and experimentation without writing any code.
  • Events: A high-level log of significant activities related to your deployment, such as its creation, status changes, and any system-level notifications. LLM-events-V2.png
  • Logs: Provides access to the raw, detailed logs from the model’s deployment. This is an invaluable resource for debugging and troubleshooting any operational issues.