aisdk 0.5.2

An open-source Rust library for building AI-powered applications, inspired by the Vercel AI SDK. It provides a robust, type-safe, and easy-to-use interface for interacting with various Large Language Models (LLMs).
Documentation
1
2
3
4
5
//! Provides extra integrations for seamless use with common libraries and frameworks.

#[cfg(feature = "axum")]
pub mod axum;
pub mod vercel_aisdk_ui;