Expand description
TencentCloud Hunyuan SDK for Rust
Async client for Hunyuan (v2023-09-01) with TC3-HMAC-SHA256 signing.
Features:
- Async HTTP via
reqwest - TC3 signing
- Typed helper for
ChatCompletions
Debug logging can be enabled with ClientBuilder::debug(true) or by setting the
environment variable TENCENTCLOUD_SDK_DEBUG=true. Sensitive values are masked
in logs, but request/response bodies may still contain sensitive data.
Quick start example is available in the README and under examples/chat.rs.
Re-exports§
pub use client::Client;pub use client::ClientBuilder;pub use client::Credential;pub use client::Region;