The official Python SDK for interacting with the Reka API, providing access to Reka's multimodal language models. Current version 3.2.0 supports Python >=3.8 and <4.0. Active development with monthly releases.
pip install reka-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the Reka client and send a chat prompt.
Use `messages=[{'role': 'user', 'content': '...'}]` instead of `prompt='...'`.Always specify the model explicitly: `client.chat(model='...', messages=...)`.
Set `REKA_API_KEY` env var or pass `api_key` to Reka().
No dependency data recorded yet.
No resource links recorded.