DALL-E 3 Rate Limit Discrepancy & Increase Request

I think that the rate limit documentation page, the one where you can select any tier and see rates, is a bit borked up.

Here’s the image rate I recorded by actual tier reports six months ago.

    {
        "class": "dalle2",
        "id": [
            "dall-e-2"
        ],
        "rpm": [
            5,
            5,
            50,
            100,
            100,
            500
        ]
    },
    {
        "class": "dalle3",
        "id": [
            "dall-e-3"
        ],
        "rpm": [
            1,
            5,
            7,
            7,
            15,
            50
        ]
    },

That’s starting at tier “0”, through tier 5.

There are two different values now shown on your own organization’s limits page, a very high “RPM”, and a line “NN images per minute”.

Perhaps the large RPM are rates for API inputs to the image models, just in terms of allowed endpoint requests, and following that, another for successful image generations by model (in case you get denials from prompt or content)?

Rates seem to now be a bit higher on the highest tier 5.

image