Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Streaming
capability:streaminga5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
Capability JSON

capability:streaming

Structured · live

Streaming json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · capabilities/capabilities/streaming.yamlCluster · capabilities
Record JSON
{
  "id": "capability:streaming",
  "_kind": "Capability",
  "_file": "capabilities/capabilities/streaming.yaml",
  "_cluster": "capabilities",
  "attributes": {
    "displayName": "Streaming",
    "description": "Generic streaming capability — the entity can emit incremental\noutput rather than only a single completed response. Specific\nstreaming variants (text, tool-call, thinking) are separate\ncapabilities.\n",
    "appliesToNodeKinds": [
      "AgentVersion",
      "ModelVersion"
    ],
    "category": "model"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-core-impl:a5c.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full",
        "notes": "Normalizes streamed text, tool-call deltas, graph events, and terminal\nresult envelopes across supported same-layer core alternatives.\n"
      }
    },
    {
      "from": "agent-core-impl:amp.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:claude-code.core@1.x",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "notes": "Claude Code streams model output token-by-token through the core\nloop's transport client.\n"
      }
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:codex-app-server.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:codex.core@1.x",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "notes": "Codex CLI's runtime advertises supportsStreaming=true; tokens are streamed to the TUI. "
      }
    },
    {
      "from": "agent-core-impl:codex-sdk.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:codex-websocket.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:copilot-cli.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:cursor.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "partial",
        "notes": "Cursor streams chat output incrementally in its IDE chat UI; some long-running tool flows surface incrementally rather than per-token. "
      }
    },
    {
      "from": "agent-core-impl:droid.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:gemini-cli.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:hermes.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:langgraph.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:omp.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:openai-agents-sdk.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:openclaw.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:opencode.core@1.x",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "notes": "OpenCode streams model output through the TUI presentation layer.\n"
      }
    },
    {
      "from": "agent-core-impl:opencode-http.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:paperclip.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:pi.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:pi-sdk.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:pikiclaw.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:qwen.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "launch-config:a5c.default",
      "to": "capability:streaming",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "launch-config:claude-code.default",
      "to": "capability:streaming",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full"
      }
    },
    {
      "from": "launch-config:codex.default",
      "to": "capability:streaming",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-platform-impl:agent-mux.platform@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full",
        "notes": "Forwards streaming events from the bridged remote agent into the multi-surface presentations."
      }
    },
    {
      "from": "agent-platform-impl:agent-mux-remote.platform@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full",
        "notes": "agent-mux-remote forwards streaming events from the underlying\nupstream agent through the remote channel.\n",
        "evidenceSourceIds": [
          "evidence:repo-agent-mux-host"
        ]
      }
    },
    {
      "from": "agent-platform-impl:langgraph.platform@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Streams agent output in the web UI board view."
      }
    },
    {
      "from": "agent-version:pikiclaw@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full",
        "notes": "Streams model output to mobile UI."
      }
    },
    {
      "from": "agent-runtime-impl:a5c.runtime@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-runtime-impl:langgraph.runtime@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-runtime-impl:openai-agents-sdk.runtime@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full"
      }
    },
    {
      "from": "agent-runtime-impl:paperclip.runtime@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full"
      }
    },
    {
      "from": "agent-runtime-impl:pikiclaw.runtime@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-runtime-impl:symphony.runtime@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "partial"
      }
    },
    {
      "from": "agent-version:aider@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.50.0",
        "level": "full",
        "notes": "Aider streams model output by default."
      }
    },
    {
      "from": "agent-version:continue@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.8.0",
        "level": "full",
        "notes": "Continue streams completions in the IDE."
      }
    },
    {
      "from": "agent-version:cline@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0",
        "level": "full",
        "notes": "Cline streams model output token-by-token in the VS Code panel."
      }
    },
    {
      "from": "agent-version:roo-code@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0",
        "level": "full",
        "notes": "Roo Code (Cline fork) preserves streaming behavior."
      }
    },
    {
      "from": "agent-version:goose@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full",
        "notes": "Block's Goose streams responses through its CLI/desktop."
      }
    },
    {
      "from": "agent-version:devin@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "partial",
        "notes": "Devin's hosted UI streams progress; programmatic API streaming is limited."
      }
    },
    {
      "from": "agent-version:zed@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.150.0",
        "level": "full",
        "notes": "Zed's Assistant panel streams completions."
      }
    },
    {
      "from": "agent-version:zed@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "Zed Assistant streams completions in the editor."
      }
    },
    {
      "from": "agent-version:windsurf@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full",
        "notes": "Windsurf (Cascade) streams completions."
      }
    },
    {
      "from": "agent-version:windsurf@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "Windsurf Cascade streams turn output."
      }
    },
    {
      "from": "agent-version:replit-agent@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full",
        "notes": "Replit Agent streams progress in browser."
      }
    },
    {
      "from": "agent-version:replit-agent@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "Streams agent thoughts and edits in the Replit workspace."
      }
    },
    {
      "from": "agent-version:bolt@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full",
        "notes": "Bolt.new streams generation in WebContainers."
      }
    },
    {
      "from": "agent-version:bolt@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "bolt.new streams generated app code as it builds."
      }
    },
    {
      "from": "agent-version:v0@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full",
        "notes": "Vercel v0 streams generated component code."
      }
    },
    {
      "from": "agent-version:v0@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "v0.dev streams component / page generations."
      }
    },
    {
      "from": "agent-version:lovable@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full",
        "notes": "Lovable streams generation."
      }
    },
    {
      "from": "agent-version:lovable@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "Lovable streams generated app code."
      }
    },
    {
      "from": "agent-version:openhands@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.10.0",
        "level": "full",
        "notes": "OpenHands streams agent steps via its event-stream."
      }
    },
    {
      "from": "agent-version:openhands@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "OpenHands streams agent reasoning + tool output."
      }
    },
    {
      "from": "agent-version:openhands@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "Streams tool-call deltas where the backing model supports it."
      }
    },
    {
      "from": "agent-version:warp@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.2024.0",
        "level": "full",
        "notes": "Warp Agent streams output in the terminal."
      }
    },
    {
      "from": "agent-version:warp@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "Warp Agent Mode streams output in the terminal."
      }
    },
    {
      "from": "agent-version:openai-agents-sdk@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Runner.run_streamed() yields a typed event stream."
      }
    },
    {
      "from": "agent-version:langgraph@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "Graph execution can stream intermediate events and final outputs through\nlocal SDK runtimes or deployed RemoteGraph-style invocation.\n"
      }
    },
    {
      "from": "agent-version:vibe-kanban@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Vibe Kanban streams agent output from spawned agent processes in real time."
      }
    },
    {
      "from": "capabilitySupport:anthropic:streaming",
      "to": "capability:streaming",
      "kind": "evidences_capability",
      "attributes": {}
    },
    {
      "from": "capabilitySupport:openai:streaming",
      "to": "capability:streaming",
      "kind": "evidences_capability",
      "attributes": {}
    },
    {
      "from": "capabilitySupport:google:streaming",
      "to": "capability:streaming",
      "kind": "evidences_capability",
      "attributes": {}
    },
    {
      "from": "capabilitySupport:amux-proxy:streaming",
      "to": "capability:streaming",
      "kind": "evidences_capability",
      "attributes": {}
    },
    {
      "from": "model:claude-haiku-4-5@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.5.0 <5.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:anthropic-models-doc"
        ]
      }
    },
    {
      "from": "model:claude-opus-3@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0 <4.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:anthropic-models-page"
        ]
      }
    },
    {
      "from": "model:claude-opus-4-5@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.5.0 <4.6.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:anthropic-models-page"
        ]
      }
    },
    {
      "from": "model:claude-opus-4-6@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.6.0 <4.7.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:anthropic-models-doc"
        ]
      }
    },
    {
      "from": "model:claude-opus-4-7@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.7.0 <5.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:anthropic-models-doc"
        ]
      }
    },
    {
      "from": "model:claude-sonnet-3-5@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.5.0 <3.6.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:anthropic-models-page"
        ]
      }
    },
    {
      "from": "model:claude-sonnet-4-5@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.5.0 <4.6.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:anthropic-models-page"
        ]
      }
    },
    {
      "from": "model:claude-sonnet-4-6@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.6.0 <4.7.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:anthropic-models-doc"
        ]
      }
    },
    {
      "from": "model:codestral-22b@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0 <1.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-codestral-22b"
        ]
      }
    },
    {
      "from": "model:codestral-25-01@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=25.1.0 <26.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-codestral-25-01"
        ]
      }
    },
    {
      "from": "model:command-r-plus@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-command-r-plus"
        ]
      }
    },
    {
      "from": "model:deepseek-r1-distill-qwen-32b@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-deepseek-r1-distill-qwen-32b"
        ]
      }
    },
    {
      "from": "model:deepseek-r1@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-deepseek-r1"
        ]
      }
    },
    {
      "from": "model:deepseek-v3@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0 <4.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-deepseek-v3"
        ]
      }
    },
    {
      "from": "model:gemini-2-0-flash@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=2.0.0 <2.1.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:google-models-page"
        ]
      }
    },
    {
      "from": "model:gemini-2-5-flash@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=2.5.0 <2.6.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:google-models-page"
        ]
      }
    },
    {
      "from": "model:gemini-2-5-pro@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=2.5.0 <3.0.0",
        "level": "full"
      }
    },
    {
      "from": "model:gemini-3-1-deep-think@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.1.0 <3.2.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:google-models-page"
        ]
      }
    },
    {
      "from": "model:gemini-3-1-flash-lite@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.1.0 <3.2.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:google-models-page"
        ]
      }
    },
    {
      "from": "model:gemini-3-1-pro@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.1.0 <3.2.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:google-models-page"
        ]
      }
    },
    {
      "from": "model:gemini-3-flash@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0 <3.1.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:google-models-page"
        ]
      }
    },
    {
      "from": "model:gemini-3-pro@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0 <3.1.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:google-models-page"
        ]
      }
    },
    {
      "from": "model:gemma-2-27b@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=2.0.0 <3.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-gemma-2-27b"
        ]
      }
    },
    {
      "from": "model:gpt-4o-mini@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.0.0 <5.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:openai-models-page"
        ]
      }
    },
    {
      "from": "model:gpt-4o@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:openai-docs-streaming-2026"
        ]
      }
    },
    {
      "from": "model:gpt-5-mini@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=5.0.0 <6.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:openai-models-page"
        ]
      }
    },
    {
      "from": "model:gpt-5.4-mini@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=5.4.0 <5.5.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:openai-responses-api"
        ]
      }
    },
    {
      "from": "model:gpt-5.4@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=5.4.0 <5.5.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:openai-responses-api"
        ]
      }
    },
    {
      "from": "model:gpt-5.5@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=5.5.0 <5.6.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:openai-responses-api"
        ]
      }
    },
    {
      "from": "model:gpt-5@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=5.0.0 <6.0.0",
        "level": "full",
        "notes": "Streaming is the default delivery mode; non-streaming responses are an opt-in configuration. ",
        "evidenceSourceIds": [
          "evidence:openai-docs-streaming-2026"
        ]
      }
    },
    {
      "from": "model:llama-3-1-405b-instruct@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.1.0 <3.2.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-llama-3-1-405b-instruct"
        ]
      }
    },
    {
      "from": "model:llama-3-1-70b-instruct@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.1.0 <3.2.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-llama-3-1-70b-instruct"
        ]
      }
    },
    {
      "from": "model:llama-3-3-70b-instruct@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.3.0 <3.4.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-llama-3-3-70b-instruct"
        ]
      }
    },
    {
      "from": "model:llama-4-405b-instruct@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.0.0 <5.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-llama-4-405b-instruct"
        ]
      }
    },
    {
      "from": "model:llama-4-maverick@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.0.0 <5.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-llama-4-maverick"
        ]
      }
    },
    {
      "from": "model:llama-4-scout@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=4.0.0 <5.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-llama-4-scout"
        ]
      }
    },
    {
      "from": "model:mistral-large-2@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=2.0.0 <3.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-mistral-large-2"
        ]
      }
    },
    {
      "from": "model:mistral-medium-3@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0 <4.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:mistral-medium-3-launch"
        ]
      }
    },
    {
      "from": "model:o1@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:openai-models-page"
        ]
      }
    },
    {
      "from": "model:o3@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0 <4.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:openai-models-page"
        ]
      }
    },
    {
      "from": "model:phi-3-medium@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0 <4.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-phi-3-medium"
        ]
      }
    },
    {
      "from": "model:phi-3-mini@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=3.0.0 <4.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-phi-3-mini"
        ]
      }
    },
    {
      "from": "model:qwen-2-5-72b-instruct@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=2.5.0 <2.6.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-qwen-2-5-72b-instruct"
        ]
      }
    },
    {
      "from": "model:qwen-2-5-coder-32b@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=2.5.0 <2.6.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-qwen-2-5-coder-32b"
        ]
      }
    },
    {
      "from": "model:qwq-32b-preview@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0 <1.0.0",
        "level": "full",
        "evidenceSourceIds": [
          "evidence:hf-model-card-qwq-32b-preview"
        ]
      }
    },
    {
      "from": "provider-version:anthropic-ge-0-0-0",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "anthropic"
      }
    },
    {
      "from": "provider-version:openai-ge-0-0-0",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "openai"
      }
    },
    {
      "from": "provider-version:google-ge-0-0-0",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "google"
      }
    },
    {
      "from": "transport-runtime:amux-proxy",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.0.0",
        "level": "full",
        "notes": "amux-proxy protocol/provider bridge."
      }
    },
    {
      "from": "term:agent-core-impl",
      "to": "capability:streaming",
      "kind": "references",
      "attributes": {}
    }
  ]
}

Shortcuts

Back to overview
Open graph tab