OpenMeter LLM Cost
Create LLM cost override
Create a per-namespace price override.
post/openmeter/llm-cost/overrides
Request body
Example request
{
"currency": "USD",
"effective_from": "2023-01-01T01:01:01.001Z",
"effective_to": "2023-01-01T01:01:01.001Z"
}Response
Price created response.
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"
}