Create Pricing
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/super-admin/llm-pricing" \ -H "Content-Type: application/json" \ -d '{ "input_cost_per_1m_tokens": 0, "model_pattern": "string", "output_cost_per_1m_tokens": 0, "provider": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}