Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
View module source on GitHub
This module is a wrapper around the Portkey client that allows for easy integration with Maxim.
It instruments the Portkey client to log to Maxim.
It also provides a wrapper around the Portkey chat-completions client that allows for easy integration with Maxim.
class MaximPortkeyClient()
Maxim instrumenter for Portkey client that directly handles chat.completion method.
__getattr__
Delegate all other attributes to the underlying Portkey client.
Maxim instrumenter for Portkey chat functionality.
__getattr__
Delegate all other attributes to the underlying chat client.
class MaximAsyncPortkeyChat()
Maxim instrumenter for async Portkey chat functionality.
__getattr__
Delegate all other attributes to the underlying chat client.
class MaximPortkeyChatCompletions()
Maxim instrumenter for Portkey chat completions.
create
def create(*args, **kwargs)
Instrumented create method that logs to Maxim.
__getattr__
Delegate all other attributes to the underlying completions client.
class MaximAsyncPortkeyChatCompletions()
Maxim instrumenter for async Portkey chat completions.
create
async def create(*args, **kwargs)
Instrumented async create method that logs to Maxim.
__getattr__
Delegate all other attributes to the underlying completions client.