Skip to main content
SDKs are in very early alpha: We’re working as hard as we can to get them into a stable state. Please bear with us as we iterate rapidly.
  • Status: Preview (not yet on Packagist).
  • Generate with pnpm openapi:gen:php.
  • Wrapper packages/sdk-php/src/index.php exposes getModels.
$client = new \AIStats\Sdk\Client('YOUR_KEY');
$resp = $client->getModels(['limit' => 5]);
TypeScript and Python SDKs are production-ready; other languages follow soon.