Skip to content

v0.1.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 03 Dec 21:27

0.1.0-alpha.3 (2025-12-03)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

⚠ BREAKING CHANGES

  • api: Change call signature for audio.create to audio.speech.create to match spec with python library and add space for future APIs
  • api: Update method signature for reranking to rerank.create()
  • api: Change Fine Tuning method name from download() to content() to align with other namespaces
  • api: For the TS SDK the images.create is now images.generate
  • api: Access to the api for listing checkpoints has changed its name to list_checkpoints
  • api: Access to fine tuning APIs namespace has changed from fine_tune to fine_tuning
  • api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.

Features

  • api: Add audio.voices.list sdk (0aacf5d)
  • api: Add batches.cancel API (a8e2951)
  • api: Add endpoints.list_avzones (c07fe49)
  • api: Add fine_tune.delete API (dceaf80)
  • api: api update (c2f758c)
  • api: api update (b26c51b)
  • api: api update (be1a06c)
  • api: api update (638ebc7)
  • api: api update (5169921)
  • api: api update (48737a3)
  • api: api update (5699d1a)
  • api: api update (a51a5f3)
  • api: api update (2c9ca33)
  • api: api update (e53f0e7)
  • api: api update (c64fc6d)
  • api: Change fine tuning download method to .create (faeb0f8)
  • api: Change image creation signature to images.generate (5ec73f1)
  • api: Change rerank method signature (15519be)
  • api: Change the default max retries from 5 to 2 (becb776)
  • api: Change TTS call signature (f906b2e)
  • api: Fix internal references for VideoJob spec (bbf9a21)
  • api: manual updates (651e447)
  • api: Update Eval APIs (a2baaa3)

Bug Fixes

  • client: correctly specify Accept header with / instead of empty (6d504e0)
  • remove invalid cast (72d5d52)

Chores

  • api: Cleanup some exported types (aade2f0)
  • api: Remove API that is not intended to be public. (df90a15)
  • bump gjson version (704f413)
  • fix integration tests (#106) (8f2d317)
  • internal: grammar fix (it's -> its) (97b3fc5)

Styles

  • api: Change fine tuning method retrieve_checkpoints to list_checkpoints (7e12276)
  • api: Change fine tuning namespace to fine_tuning (cfb8297)