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

12 lines
447 B
TOML

name = "302.AI"
env = ["302AI_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Reasoning HTTP format (accessed 2026-06-25):
# Audited POST https://api.302.ai/v1/chat/completions. The provider's API guide
# documents model/messages only; no reasoning toggle, effort, or numeric budget
# request field is documented. Do not infer passthrough from upstream APIs.
# Sources:
# https://doc.302.ai/
doc = "https://doc.302.ai"
api = "https://api.302.ai/v1"