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.7.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.7-py3-none-any.whl
(2.7 kB
view details)
File details
Details for the file prava-0.1.7.tar.gz.
File metadata
- Download URL: prava-0.1.7.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 |
0054af06cc5d6c4adf130f53da1fe4dc31b58f059bfce945e9f831b7a40e684e
|
|
| MD5 |
dce4344063aaa0bad047bca6d61a67ae
|
|
| BLAKE2b-256 |
6cbd56456b67034ec428335442e8d8c49befe742d1a6e3400e5222e0b709dfa5
|
File details
Details for the file prava-0.1.7-py3-none-any.whl.
File metadata
- Download URL: prava-0.1.7-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 |
d4f14a5b815bbaf7f50c79d74dee0e830e0cfe4f8a9a068ef60c1f07a9d466dd
|
|
| MD5 |
8e724381678eaffd1419c11049af45c9
|
|
| BLAKE2b-256 |
ebf4fbf6ca58a096d44b69824914a992073a8836b9d4ff357ad0881d59a61ff4
|