cURL
curl --request POST \ --url https://api.helicone.ai/v1/public/dataisbeautiful/model/percentage/overtime \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "provider": "OPENAI", "models": [ "gpt-3.5" ], "timespan": "7d" }'
{ "data": [ { "date": "<string>", "percent": 123, "matched_model": "<string>" } ] }
Retrieve model usage trends over specified time periods
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
FUTURE HELICONE DEVS ALL THE ROUTES HERE ARE CACHE UNAUTHENTICATED!! PLEASE DO NOT USE THE AUTH PARAM
7d
1m
3m
OPENAI
ANTHROPIC
OPENROUTER
MISTRAL
Show child attributes
Ok
Was this page helpful?