//! vLLM inference adapter using the OAI-compatible `/v1/completions` endpoint.
//!
//! Optional bearer credentials are configured through [`Config::api_key`] as a redacting [`SecretString`](rskit_util::SecretString)
//! and installed through `rskit-httpclient` auth rather than raw headers.
pub use Config;
pub use register;
pub use VllmAdapter;
pub use VLLM_KIND;
pub use ;
pub use ;