foundry-local-sdk 1.0.0

Local AI model inference powered by the Foundry Local Core engine
Documentation
1
2
3
4
5
6
7
8
9
10
mod audio_client;
mod chat_client;
mod json_stream;

pub use self::audio_client::{
    AudioClient, AudioClientSettings, AudioTranscriptionResponse, AudioTranscriptionStream,
    TranscriptionSegment, TranscriptionWord,
};
pub use self::chat_client::{ChatClient, ChatClientSettings, ChatCompletionStream};
pub use self::json_stream::JsonStream;