Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

🐍 Litera AI Python SDK

PyPI Version Python 3.9+ License: MIT

Official Python SDK for integrating with LITERA-AI Reasoning Models and Autonomous Agent Engines.

pip install litera-ai
from litera import LiteraClient

client = LiteraClient()
response = client.reasoning.create(
    model="litera-70b-reasoning",
    prompt="Prove the correctness of zero-knowledge circuit validation."
)
print(response.thinking_process)
print(response.output)

About

Official Python Client & Async SDK for Litera AI Reasoning APIs

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors