#22747 azure_api_type: responses uses aiohttp transport which has ~60s socket idle timeout, ignoring timeout parameter -GPT-5-PRO
When using azure_api_type: responses with the LiteLLM Proxy, requests to the Azure Responses API fail with a ServerDisconnectedError for models that require more than 60 seconds of reasoning time (for example, gpt-5-pro with reasoning.effort: high).
Sometimes the request executes successfully, but other times it returns a ServerDisconnectedError, even when using the same prompt that previously executed successfully.
## Version - LiteLLM: `main-v1.81.3-stable` - Python: 3.13 - Deployment: LiteLLM Proxy on OpenShift/Kubernetes
## Config ```yaml - model_name: gpt-5-pro litellm_params: model: azure/gpt-5-pro api_base: https://<resource>.openai.azure.com api_version: 2025-04-01-preview azure_api_type: responses timeout: 300
ERROR
aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected → httpx.ReadError: Server disconnected → litellm.APIError: AzureException APIError - Server disconnected
Stack Trace:
File "litellm/llms/custom_httpx/aiohttp_transport.py", line 272, in handle_async_request with map_aiohttp_exceptions(): File "litellm/llms/custom_httpx/aiohttp_transport.py", line 74, in map_aiohttp_exceptions httpx.ReadError: Server disconn…