Get Started
Quickstart
Maitai automatically creates your Maitai resources for you at run time, and learns how to best evaluate the model output for your application over time. Simply implement Maitai in your application, run it, and we’ll handle the rest.
Getting Started
Installation
Install the Maitai SDK:
Implementation
Implementing Maitai into your application requires minimal code changes.
Maitai requires openai
version 1.30.1
or later. If you are using an older version, please upgrade.
The full implementation reference can be found here.
Run Your Application
Run your application, make sure it makes at least one Chat Completion Request, then head over to https://portal.trymaitai.ai and watch Maitai learn your application in real time.
Next Steps
- Tune your model configuration through the Portal (Configuration)
- Improve output quality by adding application context (Context Management)
- Set up notifications for your application (Notifications)
Was this page helpful?