Skip to content

Releases: sambanova/sambanova-python

v1.8.2

07 May 14:48
e2e73b7

Choose a tag to compare

1.8.2 (2026-05-07)

Full Changelog: v1.8.1...v1.8.2

Documentation

  • api: logit bias support (0336d6e)

v1.8.1

05 May 22:13
1707bc2

Choose a tag to compare

1.8.1 (2026-05-05)

Full Changelog: v1.8.0...v1.8.1

Bug Fixes

  • api: update responses supported models (2c88654)

v1.8.0

05 May 21:50
9d0f7e1

Choose a tag to compare

1.8.0 (2026-05-05)

Full Changelog: v1.7.0...v1.8.0

Features

  • support setting headers via env (53d9388)

Bug Fixes

  • api: manual updates in model lists and docs (ab16bfd)
  • use correct field name format for multipart file arrays (88f3cf0)

Chores

  • internal: more robust bootstrap script (128b4a4)
  • internal: reformat pyproject.toml (c06f298)

v1.7.0

21 Apr 19:34
e402c20

Choose a tag to compare

1.7.0 (2026-04-21)

Full Changelog: v1.6.1...v1.7.0

Features

  • api: add n and seed chat completions parameters (bf3c1b5)
  • api: Responses API Support (76c215b)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (b29dd32)
  • ensure file data are only sent as 1 parameter (74ba3cc)

Performance Improvements

  • client: optimize file structure copying in multipart requests (31410a1)

Chores

  • tests: bump steady to v0.22.1 (68deab8)

Documentation

v1.6.1

06 Apr 22:29
2ddcc02

Choose a tag to compare

1.6.1 (2026-04-06)

Full Changelog: v1.6.0...v1.6.1

Bug Fixes

  • api: config publish updates (dff0781)
  • api: oidc publishing (04f0909)

Chores

v1.6.0

06 Apr 21:52
9f5de60

Choose a tag to compare

1.6.0 (2026-04-06)

Full Changelog: v1.5.1...v1.6.0

Features

  • internal: implement indices array format for query and form serialization (d5156de)

Bug Fixes

  • api: audio endpoints usage def (0c57481)
  • api: audio usage schema (78a5716)
  • api: update error response schemas (88aa4be)

Chores

  • ci: skip lint on metadata-only changes (73f448e)
  • internal: update gitignore (7ee1ced)
  • tests: bump steady to v0.19.4 (e471488)
  • tests: bump steady to v0.19.5 (2ad39cb)
  • tests: bump steady to v0.19.6 (49486e6)
  • tests: bump steady to v0.19.7 (46c9c81)
  • tests: bump steady to v0.20.1 (6890fd3)
  • tests: bump steady to v0.20.2 (07450f1)

v1.5.1

19 Mar 22:02
7d70a85

Choose a tag to compare

1.5.1 (2026-03-19)

Full Changelog: v1.5.0...v1.5.1

Bug Fixes

  • api: metadata manual updates (db8fca1)
  • deps: bump minimum typing-extensions version (65d8445)
  • pydantic: do not pass by_alias unless set (745647d)
  • sanitize endpoint path params (7acd247)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (4645cb6)
  • internal: tweak CI branches (f85d04c)
  • test: do not count install time for mock server timeout (37bb678)
  • update placeholder string (0cbb98e)

Refactors

  • tests: switch from prism to steady (9a66b7a)
  • types: use extra_items from PEP 728 (7f0f94b)

v1.5.0

02 Mar 19:53
bff58fa

Choose a tag to compare

1.5.0 (2026-03-02)

Full Changelog: v1.4.1...v1.5.0

Features

  • api: logprobs and top_logprobs in chat completions API (60c5a73)

Chores

  • internal: add request options to SSE classes (8bed909)
  • internal: make test_proxy_environment_variables more resilient (8180c2e)
  • internal: make test_proxy_environment_variables more resilient to env (47cf963)
  • update mock server docs (e19b34c)

v1.4.1

13 Feb 17:35
4c155f3

Choose a tag to compare

1.4.1 (2026-02-13)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

Chores

  • docs: remove www prefix (37ac61f)
  • docs: remove www prefix (21dd38f)
  • fix manifest (98a213d)
  • format all api.md files (13549a4)
  • internal: bump dependencies (be1520f)
  • internal: fix lint error on Python 3.14 (33ba2d0)

v1.4.0

02 Feb 17:56
87716b9

Choose a tag to compare

1.4.0 (2026-01-30)

Full Changelog: v1.3.0...v1.4.0

Features

  • api: add optional custom integration_source param (7a3ec89)
  • client: add custom JSON encoder for extended type support (9968c9b)