11 lines
464 B
TOML
11 lines
464 B
TOML
name = "FastRouter"
|
|
# Reasoning HTTP format (accessed 2026-06-25): POST /api/v1/chat/completions.
|
|
# Controls are route-specific; use live GET /api/v1/models metadata and each
|
|
# route's mappings rather than assuming an upstream field is passed through.
|
|
# https://go.fastrouter.ai/api/v1/models
|
|
# https://fastrouter.ai/models
|
|
env = ["FASTROUTER_API_KEY"]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
api = "https://go.fastrouter.ai/api/v1"
|
|
doc = "https://fastrouter.ai/models"
|