streaming-responses

Installation
SKILL.md

Streaming Responses

Use chat_stream(...) to receive tokens as they are produced instead of waiting for the full completion. The proxy streams over SSE; bindings expose async iterators.

Python

import asyncio, os
from liter_llm import create_client
from liter_llm._internal_bindings import ChatCompletionRequest
Installs
1
GitHub Stars
27
First Seen
Aug 22, 2026
streaming-responses — xberg-io/plugins