#27458 [Bug]: Header value must be str or bytes, not float
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Hello,
it seems that if some extra headers are present, even latest stable version throws exception: ``` 2026-05-08T12:21:49.200718182+02:00 stderr F ^[[92m10:21:49 - LiteLLM Proxy:ERROR^[[0m: endpoints.py:121 - litellm.proxy.proxy_server.anthropic_response(): Exception occured - litellm.InternalServerError: InternalServerError: Hosted_vllmException - Header value must be str or bytes, not <class 'float'>. Received Model Group=kimi-k2.6 2026-05-08T12:21:49.200762885+02:00 stderr F Available Model Group Fallbacks=None LiteLLM Retried: 2 times, LiteLLM Max Retries: 2 2026-05-08T12:21:49.200768846+02:00 stderr F Traceback (most recent call last): 2026-05-08T12:21:49.200773695+02:00 stderr F File "/app/.venv/lib/python3.13/site-packages/litellm/llms/custom_httpx/llm_http_handler.py", line 180, in _make_common_async_call 2026-05-08T12:21:49.200778404+02:00 stderr F response = await async_httpx_client.post( 2026-05-08T12:21:49.200782983+02:00 stderr F ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-08T12:21:49.200788603+02:00 stderr F …