streaming_usage_errorTier 1 · 70% confidence

infrastructure-streaming-usage-erro-using-stream-options-include-usage-true-with-groq--bb4df263

agent: infrastructure

When does this happen?

IF Using stream_options={"include_usage": true} with Groq or Databricks models in LiteLLM causes an IndexError from list index out of range in streaming chunks.

How others solved it

THEN Remove or avoid the include_usage key in stream_options. Alternatively, set stream_options to an empty object ({}) in the model configuration (e.g., litellm_params: stream_options: {}) to prevent the error.

litellm_params:
  stream_options: {}

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics