Back to Baml

README

baml_language/sdks/README.md

0.226.1529 B
Original Source

BAML users can use baml generate to generate a type-safe client SDK, in their host language of choice, to their BAML code.

BAML currently supports the following SDKs and environments, and has coverage in sdk_tests for this.

Beta support:

  • python_pydantic2
  • typescript_node (tests in vitest_node)
  • typescript_web_chromium (tests in vitest_web)
  • typescript_web_cloudflare_workers (tests in vitest_workers)

Alpha support:

  • cpp
  • rust
  • go
  • java
  • swift

Support is coming soon for:

  • csharp