curl -L -X POST "https://api.friendli.ai/dedicated/v1/images/generations" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $FRIENDLI_TOKEN" \ --data-raw '{ "model": "YOUR_ENDPOINT_ID", "prompt": "An orange Lamborghini driving down a hill road at night with a beautiful ocean view in the background.", "num_inference_steps": 10, "guidance_scale": 3.5 }'
guidance_scale is required when using Friendli Container. For more detail, please refer to the Container API Reference.