Skip to main content

Ryzenth is a flexible Multi-API SDK with built-in support for API key management and database integration.

Project description

Ryzenth Library

Open Source Love Maintenance License PRs Welcome Ryzenth - Version pre-commit.ci status

Downloads API Tests

Image


Ryzenth is a flexible Multi-API SDK with built-in support for API key management and database integration.

It supports both synchronous and asynchronous workflows out of the box, making it ideal for modern use cases such as AI APIs, Telegram bots, REST services, and automation tools.

With native integration for httpx, aiohttp, advanced logging (including optional Telegram alerts), and support for database storage like MongoDB, Ryzenth is designed for developers who need a lightweight, scalable, and customizable API client.

Note: Ryzenth API V1 (javascript) is still alive and supported, but Ryzenth is the next generation.

Features

  • Full support for both sync and async clients
  • Built-in API Key management
  • Support for modern AI endpoints (image generation, search, text, and more)
  • Designed for speed with httpx
  • Etc

Installation

pip install ryzenth[fast]

Getting Started

Async Example

from Ryzenth import ApiKeyFrom
from Ryzenth.types import QueryParameter

ryz = ApiKeyFrom(..., is_ok=True)

await ryz.aio.send_message(
    "hybrid",
    QueryParameter(
        query="hello world!"
    )
)

Sync Example

from Ryzenth import ApiKeyFrom
from Ryzenth.types import QueryParameter

ryz = ApiKeyFrom(..., is_ok=True)
ryz._sync.send_message(
    "hybrid",
    QueryParameter(
        query="hello world!"
    )
)

Multi-Support

from Ryzenth.tool import GrokClient

g = GrokClient(api_key="sk-grok-xxxx")

response = await g.chat_completions(
    messages=[
        {
            "role": "system",
            "content": "You are Grok, a chatbot inspired by the Hitchhikers Guide to the Galaxy."
        },
        {
            "role": "user",
            "content": "What is the meaning of life, the universe, and everything?"
        }
    ],
    model="grok-3-mini-latest",
    reasoning_effort="low",
    temperature=0.7,
    timeout=30
)
print(response)

-> Tools - Tools Developers

Environment Variable Support

You can skip passing the API key (Only Ryzenth not tools) directly by setting it via environment:

export RYZENTH_API_KEY=your-api-key

Tool Developer

~ Artificial Intelligence

How to get api key?

Credits

Web Developers

  • Built with love by xtdevs
  • Inspired by early work on AkenoX API
  • Thanks to Google Dev tools for AI integration concepts
  • All Web scraper original

Donation

  • Your donation helps us continue our work!

To send payments via DANA, use the following Bank Jago account number:

Bank Jago: 100201327349

License

MIT License © 2025 Ryzenth Developers from TeamKillerX

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

ryzenth-2.1.7.tar.gz (25.0 kB view details)

Uploaded Source

Built Distribution

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

ryzenth-2.1.7-py3-none-any.whl (51.9 kB view details)

Uploaded Python 3

File details

Details for the file ryzenth-2.1.7.tar.gz.

File metadata

  • Download URL: ryzenth-2.1.7.tar.gz
  • Upload date:
  • Size: 25.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ryzenth-2.1.7.tar.gz
Algorithm Hash digest
SHA256 3fe7d446e39b82ed8332025b0506033e5f0af9a5daad9035e9ea883aab1ade80
MD5 bd9bae0dc981a4d60398fb714dcd9331
BLAKE2b-256 e548bbe08dc8e67ab1ed22c48a8fc903de10bc9f63ba0106f86a7948d2d18b08

See more details on using hashes here.

File details

Details for the file ryzenth-2.1.7-py3-none-any.whl.

File metadata

  • Download URL: ryzenth-2.1.7-py3-none-any.whl
  • Upload date:
  • Size: 51.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ryzenth-2.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6c7c5afcdbd8348206143751c1423550b0864d6ade3fd6164075a9a982797ae3
MD5 b1c146cfe451ecdf065942aaf8d67bd9
BLAKE2b-256 3d9adf41d0c744c865b36fc2de341a017e91f86a83e3fcf38151eaea61d1e475

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