Files
2026-07-13 12:28:55 +08:00

10 lines
449 B
TOML

name = "CloudFerro Sherlock"
env = ["CLOUDFERRO_SHERLOCK_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Raw HTTP is OpenAI Chat at POST `/openai/v1/chat/completions`. Sherlock's
# public request documentation does not document a shared reasoning toggle,
# effort, or token-budget field.
# https://docs.sherlock.cloudferro.com/ (accessed 2026-06-25)
api = "https://api-sherlock.cloudferro.com/openai/v1/"
doc = "https://docs.sherlock.cloudferro.com/"