Overview of Coze Python SDK features
mainThe Coze Python SDK provides a comprehensive interface for Coze's open APIs with the following capabilities:
- Complete API coverage: Supports all Coze open APIs and authentication methods.
- Dual interface: Provides both synchronous and asynchronous SDK calls.
- Stream-optimized: Includes native
StreamandAsyncStreamobjects for real-time data handling. - Pagination made easy: Uses iterator-based
Pageobjects for efficient list operations. - Requirements: Requires Python 3.7 or higher.