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

10 lines
469 B
TOML

name = "CrofAI"
env = ["CROF_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Raw OpenAI Chat is POST `/v1/chat/completions` (also `/v2/chat/completions`);
# Anthropic compatibility is POST `https://anthropic.nahcrof.com/v1/messages`.
# Chat accepts `reasoning_effort = none|low|medium|high`; `none` disables
# reasoning. No reasoning-token budget field is documented.
# https://crof.ai/docs.md (accessed 2026-06-25)
api = "https://crof.ai/v1"
doc = "https://crof.ai/docs"