LiteLLM CustomLLM plugin for llm-catalog: drive a catalog.yaml through LiteLLM, in-process or via the proxy config.yaml.
Project description
llm-catalog-litellm
LiteLLM CustomLLM plugin for llm-catalog.
One implementation serves both in-process use and the central proxy.
For in-process use, call register() once to wire the handler into LiteLLM.
from llm_catalog.litellm import register
register() # reads catalog.yaml (LLM_CATALOG_CONFIG or default path)
import litellm
resp = litellm.completion(
model="examplegw/fast",
messages=[{"role": "user", "content": "hi"}],
)
For the proxy, reference llm_catalog.litellm.handler from config.yaml's custom_provider_map (no register() call needed).
The handler resolves each model from catalog.yaml itself, so the proxy config.yaml never needs gateway details in litellm_params, sidestepping LiteLLM issue #18216.
See the repository README for the proxy operations guide and the verification notes (§9), including whether LiteLLM honours a custom httpx client (the route-1/route-2 decision in §6.2).
import namespace: llm_catalog.litellm
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llm_catalog_litellm-0.2.0.tar.gz.
File metadata
- Download URL: llm_catalog_litellm-0.2.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
299b1ae17383d4e592aa4b801804fa4807c49df6390d313ce32d3c0ce7490207
|
|
| MD5 |
b08059cfbc4647cb9d227f0ef656d63a
|
|
| BLAKE2b-256 |
ba21d1224e41659086dcd79c5406285e93ee56756bcd312a56999740ab9cfd8c
|
File details
Details for the file llm_catalog_litellm-0.2.0-py3-none-any.whl.
File metadata
- Download URL: llm_catalog_litellm-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
481e1f78ef9334fae8ceee90de250e85334e4c5e5b0180828f073f0ffd42ce43
|
|
| MD5 |
91e65a59e035f7d98913593a0faf7ce1
|
|
| BLAKE2b-256 |
4413ebc7f148a1525ba62b174dca5123be05bba494bde919a5381f04f0338b06
|