gitpod.v1.RunnerInteractionService

ReportLLMUsage

post/gitpod.v1.RunnerInteractionService/ReportLLMUsage

Request body

agentExecutionIdstring

The agent execution ID if this usage is associated with an agent execution

idempotencyKeystring

Idempotency key to prevent duplicate usage reports

llmIntegrationIdstring uuid

The LLM integration's ID

runnerIdstring uuid

The runner's identity

supportedModel'SUPPORTED_MODEL_UNSPECIFIED' | 'SUPPORTED_MODEL_SONNET_3_5' | 'SUPPORTED_MODEL_SONNET_3_7' | 'SUPPORTED_MODEL_SONNET_3_7_EXTENDED' | 'SUPPORTED_MODEL_SONNET_4' | 'SUPPORTED_MODEL_SONNET_4_EXTENDED' | 'SUPPORTED_MODEL_SONNET_4_5' | 'SUPPORTED_MODEL_SONNET_4_5_EXTENDED' | 'SUPPORTED_MODEL_OPUS_4' | 'SUPPORTED_MODEL_OPUS_4_EXTENDED' | 'SUPPORTED_MODEL_OPUS_4_5' | 'SUPPORTED_MODEL_OPUS_4_5_EXTENDED' | 'SUPPORTED_MODEL_OPENAI_4O' | 'SUPPORTED_MODEL_OPENAI_4O_MINI' | 'SUPPORTED_MODEL_OPENAI_O1' | 'SUPPORTED_MODEL_OPENAI_O1_MINI'

Response

Success

GitpodV1ReportLLMUsageResponse required

Changes