12 lines
679 B
TOML
12 lines
679 B
TOML
name = "IO.NET"
|
|
env = ["IOINTELLIGENCE_API_KEY"]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
# Reasoning HTTP format (accessed 2026-06-25): POST /api/v1/chat/completions uses
|
|
# `reasoning.effort` = none, low, medium, or high; none disables and omission uses
|
|
# the model default. Legacy top-level `reasoning_effort` accepts low, medium, or
|
|
# high. Always-reasoning models may reject or ignore none. No token budget field
|
|
# is documented; response reasoning is `choices[0].message.reasoning_content`.
|
|
# https://io.net/docs/guides/intelligence/reasoning-for-chat-completions
|
|
doc = "https://io.net/docs/guides/intelligence/io-intelligence"
|
|
api = "https://api.intelligence.io.solutions/api/v1"
|