Python client for Grazie services, enabling access to Grazie's AI-powered API gateway. Current version 0.3.3, requires Python >=3.8, under active development with monthly releases.
pip install grazie-api-gateway-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with your API key and send a chat request.
Replace `auth_token='your_key'` with `api_key='your_key'`.
Use fully qualified model names like 'openai/gpt-4' or 'anthropic/claude-3'.
Implement manual retry logic using the error response's Retry-After header.
No resource links recorded.