Skip to main content

Pricing Average

Returns the average cost and training time of an autotrained model.

URL

GET https://api.synodic.ai/v0/pricing/average

Example Request

curl -X GET "https://api.synodic.ai/v0/pricing/average"

Example Response

{
"average_cost": 2.5446468611850963,
"average_time": 1520.5537514615387
}