OpenMeter LLM Cost
Get LLM cost price
Pre-release Endpoint This endpoint is currently in beta and is subject to change.
Get a specific LLM cost price by ID. Returns the price with overrides applied if any.
get/v3/openmeter/llm-cost/prices/{priceId}
Path parameters
priceIdstring required
ULID (Universally Unique Lexicographically Sortable Identifier).
Example:01G65Z755AFWAKHE12NY0CQ9FH
Response
The request has succeeded.
Example response
{
"id": "01G65Z755AFWAKHE12NY0CQ9FH",
"currency": "USD",
"effective_from": "2023-01-01T01:01:01.001Z",
"effective_to": "2023-01-01T01:01:01.001Z",
"created_at": "2023-01-01T01:01:01.001Z",
"updated_at": "2023-01-01T01:01:01.001Z"
}