Skip to main content

Install

Requires Python 3.9+.

AGCMSClient

There is also AsyncAGCMSClient with the same API and await client.chat.completions.create(...).

openai_wrap

3-line drop-in for the official openai client:
embeddings, files, and other namespaces fall through to the original OpenAI client unchanged — only chat.completions.create(...) is rerouted.

Errors

CLI