Skip to content

v0.1.0-alpha.1+recovery.1

Pre-release
Pre-release

Choose a tag to compare

@tensornull tensornull released this 27 Jul 11:23
· 24 commits to main since this release
Immutable release. Only release title and notes can be modified.
31b6890

Initial Registry Alpha prerelease of the CometAPI Python SDK.

The GitHub tag uses the one-time SemVer build suffix +recovery.1 because the
original immutable release identity is permanently reserved. The published
Python package version remains 0.1.0a1.

Supported in this release:

  • CometAPI and AsyncCometAPI
  • Chat Completions and Responses, synchronous/asynchronous and streaming/non-streaming
  • synchronous and asynchronous Models listing
  • official OpenAI request, response, stream, error, retry, timeout, proxy, pagination, and custom transport behavior

Install the prerelease with:

pip install --pre cometapi==0.1.0a1

This is an alpha release. The supported surface and current limitations are documented in COMPATIBILITY.md; full changes are recorded in CHANGELOG.md.