๐ FLUX.2 [klein] โ Sub-second generation. Open weights, Apache 2.0, API from $0.014/image. Learn more โ
cURL
curl --request POST \ --url https://api.example.com/v1/licenses/models/{model_slug}/usage \ --header 'Content-Type: application/json' \ --header 'x-key: <api-key>' \ --data ' { "number_of_generations": 1 } '
{ "message": "Usage recorded successfully" }
Number of generations to report (must be a positive integer)
Usage reported successfully
Was this page helpful?