lzjever/lexilux
Unified LLM API client library for Python. Simple API for Chat, Embedding, Rerank, and Tokenizer. OpenAI-compatible with streaming support and unified usage tracking.
This project offers a standardized way for developers to interact with various large language models (LLMs) from different providers through a single, easy-to-use API. It takes text, images, or tool calls as input and provides chat responses, text embeddings, document reranking scores, or token counts as output. This is for software developers building applications that need to integrate with and switch between different LLM services like OpenAI, DeepSeek, or Groq.
Available on PyPI.
Use this if you are a Python developer who needs to integrate various large language models into your applications and want a consistent, simplified interface to handle chat, embeddings, reranking, and tokenization across different providers.
Not ideal if you are an end-user without programming experience looking for a no-code tool to use LLMs, or if you only ever plan to use a single LLM provider and don't require compatibility across multiple services.
Stars
35
Forks
14
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 13, 2026
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/lzjever/lexilux"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
OpenCSGs/csghub-server
csghub-server is the backend server for CSGHub which helps user to manage datasets, modes, and...
Whth/fabricatio
Fabricatio is a Python library designed for building applications that leverage Large Language...
OpenCSGs/csghub
CSGHub is a brand-new open-source platform for managing LLMs, developed by the OpenCSG team. It...
Haidra-Org/horde-sdk
A python library to interact with AI-Horde's free generative AI APIs
Lightning-AI/litAI
LLM router + minimal agent framework in one. Call any LLM API with OpenAI format. Unified...