v1
latestOpenAPI 3.0.02026-07-26809.1 KBExport pricing JSON
Returns pricing grouped by model type (chat, embeddings, images, audio) in OpenLIT SDK pricing_json shape.
get/api/openground/models/export
Response
pricing.json body
object required
Example response
{
"chat": {
"gpt-4o": {
"promptPrice": 0.0025,
"completionPrice": 0.01
}
},
"embeddings": {
"text-embedding-3-small": 0.00002
}
}