# `OpenrouterSdk.Application`
[🔗](https://github.com/zmzlois/openrouter_sdk/blob/v0.1.0/lib/openrouter_sdk/application.ex#L1)

optional supervisor.

by default we don't start a finch pool — the host application owns
pool lifecycle. set `auto_start_finch: true` in app config to let
this supervisor start one named after `:finch_name` (default
`OpenrouterSdk.Finch`).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
