Event Types
Reference for event types in Limitry
Common event types you can track in Limitry.
Standard Event Types
model_call- LLM model invocationembedding- Embedding generationtool_call- Tool/function callimage_generation- Image generation requestaudio_transcription- Audio transcriptionaudio_synthesis- Audio synthesis
Custom Event Types
You can use any string as an event type. Common patterns:
{service}_{action}- e.g.,openai_completion,anthropic_message{feature}_{action}- e.g.,chat_send,search_query
Next Steps
- Tracking Usage - Learn how to track events
- API Reference - Track endpoint documentation