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

14 lines
594 B
TOML

name = "Synthetic"
env = ["SYNTHETIC_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Reasoning HTTP metadata (accessed 2026-06-25):
# GET https://api.synthetic.new/openai/v1/models is the live model surface.
# Entries expose `supported_features` (including `reasoning`), context/output
# limits, modalities, pricing, and serving provider, but no reasoning request
# field, accepted values, budget bounds, or disable sentinel.
# Sources:
# https://api.synthetic.new/openai/v1/models
# https://synthetic.new/pricing
doc = "https://synthetic.new/pricing"
api = "https://api.synthetic.new/openai/v1"