Skip to main content

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 set PRAVA_API_KEY env var.
  • base_url: Override base URL or set PRAVA_BASE_URL env var.
  • timeout: Request timeout seconds (default 60).

License

MIT

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

prava-0.1.10.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

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

prava-0.1.10-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file prava-0.1.10.tar.gz.

File metadata

  • Download URL: prava-0.1.10.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

Hashes for prava-0.1.10.tar.gz
Algorithm Hash digest
SHA256 7512b9081b7fb74c3f81bc7a324aa896e2a4e7d0126e694e24b6ba5818ce239a
MD5 139aa1a01b8a838b6831b20845cb8dfa
BLAKE2b-256 352ae6095bc77ba28fc7511a25608c97afce2696415b32c4c05346813610081f

See more details on using hashes here.

File details

Details for the file prava-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: prava-0.1.10-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

Hashes for prava-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 3dc0809aaeedc391b2cf34d20034c622e9010603d670103d49c94f21840e90bc
MD5 fedc007c9b13bca59406faba208b145c
BLAKE2b-256 1196cba999ac5f599213beeae4d2c6ef552035dcba6030bfb0116a15201cfd66

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