10 lines
398 B
TOML
10 lines
398 B
TOML
name = "Inceptron"
|
|
npm = "@ai-sdk/openai-compatible"
|
|
env = ["INCEPTRON_API_KEY"]
|
|
# Reasoning HTTP format (accessed 2026-06-25): POST /v1/chat/completions. The
|
|
# provider's complete request table documents no toggle, effort, or numeric
|
|
# reasoning-token budget field.
|
|
# https://docs.inceptron.io/API%20Reference/chat-completions
|
|
api = "https://api.inceptron.io/v1"
|
|
doc = "https://docs.inceptron.io"
|