Event Types

Reference for event types in Limitry

Common event types you can track in Limitry.

Standard Event Types

  • model_call - LLM model invocation
  • embedding - Embedding generation
  • tool_call - Tool/function call
  • image_generation - Image generation request
  • audio_transcription - Audio transcription
  • audio_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

On this page