Pricing
Preview pricing based on selected models
GET
/api/v1/pricing/previewAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Query Parameters
llm_model?|null
stt_model?|null
tts_model?|null
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/pricing/preview"{ "llm_cost": "string", "stt_cost": "string", "tts_cost": "string", "platform_cost": "string", "total_cost": "string"}