Metadata-Version: 2.4
Name: kapsl-sdk
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Developers
Summary: Python SDK for kapsl-runtime — high-performance inference engine
Keywords: inference,llm,machine-learning,kapsl
License: Proprietary
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://kapsl.ai

# kapsl-sdk

Python SDK for [kapsl-runtime](https://kapsl.ai) — a high-performance on-device inference engine for LLMs and multimodal models.

## Installation

```bash
pip install kapsl-sdk
```

## Usage

```python
from kapsl_sdk import KapslClient

client = KapslClient()
result = client.infer(model_id=0, inputs={"input_ids": ...})
```

## License

Proprietary — see [kapsl.ai](https://kapsl.ai) for licensing information.

