Package ai.doctruth.internal.providers.deepseek
package ai.doctruth.internal.providers.deepseek
DeepSeek-specific HTTP plumbing for the
DeepSeekProvider. NOT public
API.
DeepSeek's Chat Completions API is OpenAI-API-compatible at the wire level, but we keep the wire records and HTTP client in a vendor-specific package per CONTRIBUTING.md ยง1 (decoupling) so the two providers can evolve independently.
Anything under this package may be renamed, moved, or removed without a major version bump.