GET
/
api
/
public
/
models
/
{id}
{
  "id": "<string>",
  "modelName": "<string>",
  "matchPattern": "<string>",
  "startDate": "<string>",
  "unit": "<string>",
  "inputPrice": 123,
  "outputPrice": 123,
  "totalPrice": 123,
  "tokenizerId": "<string>",
  "tokenizerConfig": {},
  "isLangfuseManaged": true
}

Response Description

Below you will see the description of the get a list score response
id
string
required
The unique identifier of the item.
modelName
string
required
The name of the model associated with the item.
matchPattern
string
required
The match pattern used for the item.
startDate
date
required
The start date for the item’s configuration.
unit
string
required
The unit type, e.g., CHARACTERS.
inputPrice
integer
required
The price for input usage.
outputPrice
integer
required
The price for output usage.
totalPrice
integer
required
The total price for the item.
tokenizerId
string
required
The identifier of the tokenizer.
tokenizerConfig
object | null
The configuration of the tokenizer (nullable).
isLangfuseManaged
boolean
required
Indicates whether the item is managed by Langfuse.