Playground broken, returns "Encrypted content is not supported with this model." for every model

As of this morning with no changes no our end, every model in the playground returns “Encrypted content is not supported with this model.” regardless of the prompt or user input.

5 Likes

See image, it returns this regardless of model choice, prompt or user input.

1 Like

(post deleted by author)

1 Like

I am facing the same problem.

4 Likes

Same issue here. I just typed in “Test” and get the same error. Cleared Cookies and Cache and it did not help.

1 Like

I also have the same issue.

1 Like

Yep, it’s screwed up. But not if you do use a reasoning model like o4-mini.

The playground is sending an empty reasoning object, which like sending tools, will get a block on a non-tools model, and here is likely going to have implication of a request for a default reasoning level.

This could be an API issue and behavior change there also.

Use Chat Completions, receive no nonsense except the intentional breaking of the presets features.


I just checked a tab with a playground open 24 hours + (still have to get back to the results)

  • the get code snippet shows the reasoning object still
  • no errors

So it seems something more.

I had to look at the actual request made, not the “get code”

They changed the playground code. It is sending "include":["reasoning.encrypted_content"]} to all models.

This is hopefully the start of fixing the bad stateless behavior, so reasoning models don’t fail with out using store.


Yes: the request fulfillment on a reasoning model is now adding the encrypted content from AI output to even the “get code” messages.

2 Likes

I report having the exact same issue.

I’m having the same issue.

I’m not seeing this issue reflected there.

1 Like

It is just for monitorng. When they find problem we can see investigation and solution.

I see there is no problem with reasoning models. Only with non-reasoning models have issue