Prava Python SDK – OpenAI-like API client for LLMs.
Project description
Prava Python SDK
Minimal, OpenAI-like client for the Prava API.
Install
pip install prava
Usage
from prava import Prava
import os
client = Prava(api_key=os.getenv("PRAVA_API_KEY"))
completion = client.chat.completions.create({
"model": "prava-large",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Write a haiku about coffee."},
],
})
print(completion["choices"][0]["message"]["content"])
Configuration
api_key: Explicit API key, or setPRAVA_API_KEYenv var.base_url: Override base URL or setPRAVA_BASE_URLenv var.timeout: Request timeout seconds (default 60).
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
prava-0.1.9.tar.gz
(2.2 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
prava-0.1.9-py3-none-any.whl
(2.7 kB
view details)
File details
Details for the file prava-0.1.9.tar.gz.
File metadata
- Download URL: prava-0.1.9.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
302310145532bcab13f15eb07916be406b6953fe778cd00893421840d684eea5
|
|
| MD5 |
ff8c304ef833553365b33c2c30cb4e51
|
|
| BLAKE2b-256 |
b493d65b8dfad1ae17e1af36860060a2fcd9c42f2c6bb818a99aa2db7910e3a2
|
File details
Details for the file prava-0.1.9-py3-none-any.whl.
File metadata
- Download URL: prava-0.1.9-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
128d76cfdd039f1030ca70966c736039018f5995f56f9d2134f496cc06fea9d2
|
|
| MD5 |
be8061a11a2dff1e559c3b9c7d32a752
|
|
| BLAKE2b-256 |
9aa8efe0a67491a814b675d9e843dbc56bbfdac436f7f36173390ffefac08ff8
|