Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
fased onboard --auth-choice custom-api-key
fased onboard --non-interactive \ --mode local \ --auth-choice custom-api-key \ --custom-base-url "https://models.example.com/v1" \ --custom-model-id "my-model" \ --custom-compatibility openai \ --custom-api-key "$CUSTOM_API_KEY"
--allow-private-network
{ models: { mode: "merge", providers: { "models-example-com": { baseUrl: "https://models.example.com/v1", api: "openai-completions", apiKey: "${CUSTOM_API_KEY}", models: [{ id: "my-model", name: "my-model (Custom Provider)" }], }, }, }, agents: { defaults: { model: { primary: "models-example-com/my-model" }, }, }, }