Skip to main content

Get All Usage by Model

Get All Usage by Model

Path Parameters
startDate date-time REQUIRED
endDate date-time REQUIRED
Responses
200

Default Response

Schema OPTIONAL
object[]
modelId uuid
data object[]
promptTokens number
completionTokens number
totalTokens number
cost float
createdAt date-time
404

Default Response

Schema OPTIONAL
message string
GET /api/v1/model-usage/model
startDate — path
endDate — path
http://localhost
curl -L 'http://localhost/api/v1/model-usage/model' \
-H 'Accept: application/json'