13 lines
579 B
TOML
13 lines
579 B
TOML
name = "submodel"
|
|
env = ["SUBMODEL_INSTAGEN_ACCESS_KEY"]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# InstaGen documents POST /v1/chat/completions but no caller reasoning toggle,
|
|
# effort field, token budget, values, bounds, sentinel, or reasoning response
|
|
# path. Its model catalog labels models as reasoning/general only.
|
|
# Sources:
|
|
# https://submodel.gitbook.io/docs/instagen/api-reference
|
|
# https://submodel.gitbook.io/docs/instagen/overview-1/available-models
|
|
api = "https://llm.submodel.ai/v1"
|
|
doc = "https://submodel.gitbook.io"
|