You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am paying for TIER 1 openai and I would like to know why i only have 1 image per minute using dall-e-3 instead of 5. Am I missing any parameters? When the parameter n is more than 1 i got an error and i dont know why when im paying it.
Steps To Reproduce
$op = new OpenAI;
$yourApiKey = 'myToken'
$client = $op->client($yourApiKey);
try
{
$response = $client->images()->create([
'prompt' => 'a cute fox',
"model" => 'dall-e-3',
'n' => 1, //more than 1 is an error
'quality' => 'hd',
'size' => '1024x1024',
'style' => 'vivid',
]);
Description
Hi, I am paying for TIER 1 openai and I would like to know why i only have 1 image per minute using dall-e-3 instead of 5. Am I missing any parameters? When the parameter n is more than 1 i got an error and i dont know why when im paying it.
Steps To Reproduce
$op = new OpenAI;
$yourApiKey = 'myToken'
$client = $op->client($yourApiKey);
try
{
$response = $client->images()->create([
'prompt' => 'a cute fox',
"model" => 'dall-e-3',
'n' => 1, //more than 1 is an error
'quality' => 'hd',
'size' => '1024x1024',
'style' => 'vivid',
]);
OpenAI PHP Client Version
v0.70.3
PHP Version
8.3.6
Notes
No response
The text was updated successfully, but these errors were encountered: