portkey-python-sdk
portkey-python-sdk copied to clipboard
Build reliable, secure, and production-ready AI apps easily.
**Title:** Matching OAI v1.40.1 **Description:** - Changing and updating request body - Changing and updating response body - Adding new methods - Updating new methods **Related Issues:** Fixes: #195
Updating the SDK to support all the methods as provided by OAI v1.40.1
Such a feature may help when providers have specific headers that are use-case specific and don't have wider use beyond that, like Anthropic's `anthropic-beta` header for example - https://x.com/alexalbert__/status/1812921642143900036
**Title:** User and Invite API **Description:** - Added admin.users - Added admin.users.invites - All method supported - Config changes to support .get and .delete methods **Related Issues:** Closes #168
# Description: As of now, our codebase lacks comprehensive documentation in the form of docstrings for functions. This hinders the understanding of how individual functions work, their purpose, and the...
**Title:** Sentry Integration **Description:** - Capturing unhandled exceptions - By default the logging is enabled - using sentry for this **Motivation:** To have insights of the sdk performance **Related Issues:**...
**Title:** Making API Key optional is self hosted gateway **Description:** - Checking if it is not PORTKEY_BASE_URL then keep api_key optional **Related Issues:** Fixes: #136