-
-
Notifications
You must be signed in to change notification settings - Fork 67
Network Debug Console
Nicolas Bonamy edited this page Mar 29, 2025
·
1 revision
The Debug Console is a helpful tool to help you understand what is going on when interacting with a model. It will trace all network requests that go to your API provider, showing the headers and payload.
You can open the Debug Console from the Model Settings panel accessible through this icon:
.
The link to open the Debug Console is located at the bottom of the Model Settings panel.
Each network request exchanged with the model should be logged there. The history shows the return code:
- Orange ellipsis: the request is still in progress
- Green code (generally 200): the request is successful
- Red code (4xx or 5xx): the API server has returned an error
Clicking on a request allows you to inspect both the request and the response. For each of them, you can visualize the headers and payload for request or contents for the response.