Skip to content

docs: document supportsStreaming env vars for AI providers#810

Closed
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/8716a62c
Closed

docs: document supportsStreaming env vars for AI providers#810
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/8716a62c

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the new per-provider *_SUPPORTS_STREAMING opt-out env vars that let the AI Analyst run against OpenAI-compatible LLM gateways that don't support streaming (SSE) completions.

Changes

  • Add OPENAI_SUPPORTS_STREAMING, AZURE_AI_SUPPORTS_STREAMING, ANTHROPIC_SUPPORTS_STREAMING, OPENROUTER_SUPPORTS_STREAMING, and BEDROCK_SUPPORTS_STREAMING to the corresponding AI provider tables in the self-host environment variables reference.
  • Extend the LiteLLM / OpenAI-compatible proxy tip with guidance for non-streaming gateways, including the proxy idle-timeout caveat.

Context

Triggered by lightdash/lightdash#24129, which adds a per-provider supportsStreaming capability (default on). When disabled, each agent step is sent as a single non-streaming request and replayed as a simulated stream; the browser-facing SSE endpoint and chat UI are unchanged.

cc @TaniaInama

@mintlify

mintlify Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
lightdash 🟢 Ready View Preview Jun 10, 2026, 1:46 PM

@tatianainama

Copy link
Copy Markdown
Contributor

done in #809

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant