calling-llms

Installation
SKILL.md

Calling LLMs

Build a ChatCompletionRequest and send it with client.chat(request). Create the client with create_client(...). The model string is provider/model; the prefix selects the backend.

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