but I am having this error:
raise APIStatusError(
livekit.agents._exceptions.APIStatusError: Error code: 400 - {'error': {'message': 'Your organization must be verified to stream this model. Please go to:
https://platform.openai.com/settings/organization/general and click on Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.', 'type': 'invalid_request_error', 'param': 'stream', 'code': 'unsupported_value'}} (status_code=400, request_id=req_c75002fdc02749a1bc936f65fa9a1c8a, body={'message': 'Your organization must be verified to stream this model. Please go to:
https://platform.openai.com/settings/organization/general and click on Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.', 'type': 'invalid_request_error', 'param': 'stream', 'code': 'unsupported_value'}, retryable=True)
2025-08-13 10
5546,777 - WARNING livekit.agents - failed to generate LLM completion, retrying in 2.0s {"llm": "livekit.plugins.openai.llm.LLM", "attempt": 3}
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/llm/llm.py", line 148, in _main_task
return await self._run()
^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/plugins/openai/llm.py", line 695, in _run
raise APIStatusError(
livekit.agents._exceptions.APIStatusError: Error code: 400 - {'error': {'message': 'Your organization must be verified to stream this model. Please go to:
https://platform.openai.com/settings/organization/general and click on Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.', 'type': 'invalid_request_error', 'param': 'stream', 'code': 'unsupported_value'}} (status_code=400, request_id=req_c75002fdc02749a1bc936f65fa9a1c8a, body={'message': 'Your organization must be verified to stream this model. Please go to:
https://platform.openai.com/settings/organization/general and click on Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.', 'type': 'invalid_request_error', 'param': 'stream', 'code': 'unsupported_value'}, retryable=True)
2025-08-13 10
5549 [ ERROR] livekit.agents: Error in _inference_task
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/llm/llm.py", line 148, in _main_task
return await self._run()
^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/plugins/openai/llm.py", line 695, in _run
raise APIStatusError(
livekit.agents._exceptions.APIStatusError: Error code: 400 - {'error': {'message': 'Your organization must be verified to stream this model. Please go to:
https://platform.openai.com/settings/organization/general and click on Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.', 'type': 'invalid_request_error', 'param': 'stream', 'code': 'unsupported_value'}} (status_code=400, request_id=req_a5cf5bef41f54aa592957cbc0dfbba9c, body={'message': 'Your organization must be verified to stream this model. Please go to:
https://platform.openai.com/settings/organization/general and click on Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.', 'type': 'invalid_request_error', 'param': 'stream', 'code': 'unsupported_value'}, retryable=True)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/utils/log.py", line 16, in async_fn_logs
return await fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/voice/generation.py", line 85, in _inference_task
async for chunk in llm_node:
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/voice/agent.py", line 356, in llm_node
async for chunk in stream:
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/llm/llm.py", line 246, in
anext
raise exc # noqa: B904
^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/llm/llm.py", line 157, in _main_task
raise APIConnectionError(
livekit.agents._exceptions.APIConnectionError: failed to generate LLM completion after 4 attempts (body=None, retryable=True)
2025-08-13 10
5549,526 - ERROR livekit.agents - Error in _inference_task
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/llm/llm.py", line 148, in _main_task
return await self._run()
^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/plugins/openai/llm.py", line 695, in _run
raise APIStatusError(
livekit.agents._exceptions.APIStatusError: Error code: 400 - {'error': {'message': 'Your organization must be verified to stream this model. Please go to:
https://platform.openai.com/settings/organization/general and click on Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.', 'type': 'invalid_request_error', 'param': 'stream', 'code': 'unsupported_value'}} (status_code=400, request_id=req_a5cf5bef41f54aa592957cbc0dfbba9c, body={'message': 'Your organization must be verified to stream this model. Please go to:
https://platform.openai.com/settings/organization/general and click on Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.', 'type': 'invalid_request_error', 'param': 'stream', 'code': 'unsupported_value'}, retryable=True)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/utils/log.py", line 16, in async_fn_logs
return await fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/voice/generation.py", line 85, in _inference_task
async for chunk in llm_node:
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/voice/agent.py", line 356, in llm_node
async for chunk in stream:
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/llm/llm.py", line 246, in
anext
raise exc # noqa: B904
^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/site-packages/livekit/agents/llm/llm.py", line 157, in _main_task
raise APIConnectionError(
livekit.agents._exceptions.APIConnectionError: failed to generate LLM completion after 4 attempts (body=None, retryable=True)