Hello, it appears that streaming support was added for o1-preview
and o1-mini
(see announcement OpenAI o1 streaming now available + API access for tiers 1–5).
I confirm that both work for me.
However, attempting to stream with o1
(more precisely o1-2024-12-17
), still results in the following error:
{
"error": {
"message": "Unsupported value: 'stream' does not support true with this model. Supported values are: false.",
"type": "invalid_request_error",
"param": "stream",
"code": "unsupported_value"
}
}
Is this expected?