Setup
- Python
Usage
Once initialized, all Mistral calls are captured automatically:What Gets Captured
| Attribute | Description |
|---|---|
| Model | mistral-large-latest, mistral-small-latest, etc. |
| Messages | Input messages array |
| Response | Completion content |
| Tool calls | Function calls emitted by the model |
| Tokens | Input and output tokens |
| Cost | Calculated from token usage and model pricing |
| Latency | Request duration |
Run the example
Clone the repo and run a complete agent end-to-end.Python
Run the Python example