myt AI Cloud

By Mauritius Telecom

Beta
⌘K
Resources

SDKs

Official OpenAI client libraries work with myt AI Cloud when you set the base URL and API key.

Use the official OpenAI SDK for JavaScript/TypeScript and Python. Configure:

  • apiKey / api_key — your portal-issued API key
  • baseURL / base_url — your deployment base, including path prefix (for example https://api.example.com/v1)

Other languages with an OpenAI-compatible client can follow the same pattern: set Bearer auth and the same routes documented in API reference.

On this page