Maxim Logo

Introduction

Dive into the Maxim SDK to supercharge your AI application development

Maxim is a comprehensive platform designed to streamline AI application evaluation and observability. It offers a suite of tools and services that help developers and teams apply traditional software best practices to non-deterministic AI workflows.

Maxim SDK exposes Maxim's most critical functionalities behind a simple set of function calls, allowing developers to integrate Maxim workflows into their own workflows seamlessly.

Language and framework support

LanguageSDK LinkPackage installer command
PythonPyPIpip install maxim-py
JavaScriptnpmnpm install @maximai/maxim-js
Javascript Langchainnpmnpm install @maximai/maxim-js-langchain
GoGo SDKgo get github.com/maximhq/maxim-go
Java/JVMJava/JVM SDKimplementation("ai.getmaxim:sdk:0.1.3")

Initializing SDK

import { Maxim } from "@maximai/maxim-js"
 
const maxim = new Maxim({ apiKey: "" });

Whats next?

On this page