Skip to main content

Unofficial async Python client for the complete Open WebUI API.

Project description

Unofficial Open WebUI Client

A robust, async Python client for the complete Open WebUI API.

This library mirrors the backend structure of Open WebUI, providing a fully typed, auto-completable interface for every endpoint.

Note: This is the initial release (v1.0.0). While it covers the complete API, there may be edge cases or recent Open WebUI changes we haven't caught yet. Please report any issues you encounter!

Installation

pip install owui-client

Quick Start

import asyncio
from owui_client import OpenWebUI

async def main():
    # Connect to your Open WebUI instance
    client = OpenWebUI(
        api_url="http://localhost:8080/api", 
        api_key="sk-..."
    )

    # Example: Get current user info
    user = await client.auths.get_session_user()
    print(f"Hello, {user.name}!")

    # Example: List all models
    models = await client.models.get_models()
    for model in models.data:
        print(model.id)

if __name__ == "__main__":
    asyncio.run(main())

Locating Endpoints

The client structure matches the Open WebUI backend router structure exactly. If you know the API endpoint or backend path, you know the client function.

API Group Client Attribute Description
Auth & Users client.auths Sign in/up, API keys, session management
client.users User management, permissions, settings
client.groups Group management
Content client.chats Chat history, messages, archiving
client.prompts Prompt management
client.files File uploads and management
client.knowledge Knowledge base operations
Inference client.openai OpenAI-compatible chat completions & config
client.ollama Ollama configuration & endpoints
client.images Image generation endpoints
client.audio TTS and STT endpoints
System client.configs Global system configurations
client.models Model management (delete, update, import)
client.tools Tool management
client.functions Function management

Tip: Use your IDE's autocomplete on the client object to explore all available resources.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

owui_client-1.0.1.tar.gz (30.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

owui_client-1.0.1-py3-none-any.whl (50.1 kB view details)

Uploaded Python 3

File details

Details for the file owui_client-1.0.1.tar.gz.

File metadata

  • Download URL: owui_client-1.0.1.tar.gz
  • Upload date:
  • Size: 30.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for owui_client-1.0.1.tar.gz
Algorithm Hash digest
SHA256 b43a7b666aeb2beb9c54ae064c32531d7990cd6b9cace424eef92da401b650ea
MD5 6d1da879c9de6b8a48ec5e1f613b2c5c
BLAKE2b-256 5170505b9228ae12cca670a3106397689103c328049974d3c98df8faca4e1ab6

See more details on using hashes here.

File details

Details for the file owui_client-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: owui_client-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 50.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for owui_client-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f4d0a3be0081ff45a6db750a23625e5dbeeff97b12633b7e7a944f383ac7424f
MD5 7a09cefe3a12baa44d462887b3abde91
BLAKE2b-256 74e14716b52e0214172412aa928539ea665306b984b20e3ed9ac96faa0385b99

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page