Docs.rs
aether-llm-0.2.2
aether-llm 0.2.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jcarver989
Dependencies
async-openai ^0.34.0
normal
async-stream ^0.3.6
normal
async-trait ^0.1
normal
optional
aws-config ^1.8.15
normal
optional
aws-sdk-bedrockruntime ^1.129.0
normal
optional
aws-smithy-types ^1.4.7
normal
optional
base64 ^0.22
normal
optional
chrono ^0.4.44
normal
eventsource-stream ^0.2
normal
futures ^0.3.32
normal
keyring ^3.6.3
normal
optional
oauth2 ^5.0
normal
optional
reqwest ^0.13.2
normal
rmcp ^1.4.0
normal
optional
serde ^1.0.228
normal
serde_json ^1.0.149
normal
thiserror ^2.0
normal
tokio ^1.51.1
normal
tokio-stream ^0.1.18
normal
tokio-util ^0.7.18
normal
tracing ^0.1.44
normal
url ^2.5
normal
optional
aether-utils ^0.2.0
normal
uuid ^1.23
normal
tempfile ^3.27
dev
aether-llm-codegen ^0.2.0
build
Versions
12.45%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module provider
llm
0.2.2
Module provider
Module Items
Traits
Functions
Type Aliases
In crate llm
llm
Module
provider
Copy item path
Source
Traits
§
Provider
Factory
Factory trait for constructing model providers from environment configuration.
Streaming
Model
Provider
The core abstraction for all LLM providers. Every provider in this crate implements this trait, and all consumer code should depend on it rather than on concrete types.
Functions
§
get_
context_
window
Look up context window for a known provider + model ID combo via the catalog.
Type Aliases
§
LlmResponse
Stream
A stream of
LlmResponse
events from an LLM provider.