All of AI. One Command. Port 1842.
Project description
LorAI SDK
All of AI. One Command. Port 1842.
LorAI gives you a local, free, OpenAI-compatible AI platform with 50+ tools — LLMs, image gen, video, voice, code, agents, RAG, vision — all running in a Docker container on port 1842.
Quick Start
pip install lorai-workspace
from lorai import LorAI
ai = LorAI() # auto-pulls Docker image, starts container
print(ai.chat("Hello!")) # gets response from local LLM
CLI
lorai-workspace start # Start the LorAI container
lorai-workspace chat "Hello!" # Chat with your local AI
lorai-workspace status # Check system status
lorai-workspace desktop # Open the browser desktop
lorai-workspace stop # Stop the container
Features
- OpenAI-compatible: Drop-in replacement for
openai.OpenAI() - Auto-managed Docker: Container pulls and starts automatically
- 10 AI services: Chat, Image, Video, Voice, Knowledge, Agents, Code, Vision, LoRA, Hub
- Port 1842: Named after Ada Lovelace's year
License
MIT
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
lorai_workspace-0.1.0.tar.gz
(10.5 kB
view details)
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 lorai_workspace-0.1.0.tar.gz.
File metadata
- Download URL: lorai_workspace-0.1.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46f55c56d59f46388919c72ad135038eebfe4034cbfabe4a6bd82b843639b9e1
|
|
| MD5 |
104436f17e9353473149fa38ab7dda26
|
|
| BLAKE2b-256 |
65c3c0bdc44bb10efa07a0d696dcf7f2fd1c03c302210ffe1ce9b921e88aa048
|
File details
Details for the file lorai_workspace-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lorai_workspace-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1288f25c15d7f9629502b1f25631b656311e8924fce7c2e39043335a44ee5f4b
|
|
| MD5 |
a5e7ac8b3fa146293d7510768516fe30
|
|
| BLAKE2b-256 |
daabea4274114852974cd433ec987ba137f3488d28ce34e0cc0ad48e320ff95f
|