Structs§
- Reqwest
Client - Native reqwest-based transport.
Functions§
- client_
from_ env - Production constructor — reads
DEEPSEEK_API_KEY(and optionallyDEEPSEEK_BASE_URL) from the environment. - reason
- Thin wrapper that builds a ChatRequest for deepseek-reasoner and calls
client.chat(). - reason_
with_ retry - Wrapper around
reasonwith exponential backoff: 3 attempts, 1s → 2s → 4s. Only retries on 5xx / network errors, not 4xx.