A deprecated SDK for interacting with AI API services. The last version is 2.6.1, requiring Python >=3.9. No longer actively maintained; users should migrate to the successor library (ai-api-client).
pip install ai-api-client-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with an API key and make a basic request.
Replace import from ai_api_client_sdk to ai_api_client and update method calls per migration guide.
Use 'from ai_api_client_sdk import ...' instead of 'from ai_api_client import ...'.
Change import to 'from ai_api_client_sdk.models import AIClientConfig'.
Pass a custom timeout parameter in AIClientConfig: timeout=120.
No dependency data recorded yet.