Providers & models
What a provider is
Every message your agent reasons about runs through a large language model β Claude, GPT, Gemini, Grok, Kimi, and so on. Those models are served by providers. Flowly doesn't lock you to one: pick the provider and model you want, switch any time, and the agent keeps working exactly the same β only smarter or cheaper.
Sign in and go. One subscription gives you a curated set of top models β Claude, GPT, and more β billed as credits. No API keys to manage.
Already pay OpenRouter, Anthropic, OpenAI, xAI, Google, or Groq? Drop in your key and Flowly bills nothing β you pay the provider directly.
Switch the active model from a searchable picker. Use a fast cheap model for chat and a frontier model for hard tasks.
Change provider or model mid-project with /provider and /model. Your choice is sticky and applies on the next message β no restart.
Two ways to power Flowly
Flowly Cloud (recommended) β your Flowly account is the provider. Sign in and the agent immediately has access to a curated set of models, billed against your plan's credits. This is what most people use and what the hosted setup configures for you. Flowly Cloud β
Bring your own key (BYOK) β point Flowly at your own provider account instead. Flowly never touches billing; the provider charges you directly for what you use. Best if you already have an API key or want a model Cloud doesn't carry. Bring your own key β
/provider flips between them instantly, so you can fall back to your own key whenever you like.Quick start
From the terminal chat (flowly agent):
/provider # arrow-key switcher: pick Flowly Cloud or a BYOK provider
/model # searchable list of that provider's models β pick one
/whoami # confirm who's signed in and which provider is activeAlready signed in to Flowly Cloud? You're done β the agent is using it. To add your own key instead, see Bring your own key.
How Flowly picks a provider
When more than one provider is configured, Flowly resolves the active one in a fixed priority order:
- Your explicit choice β whatever you set with
/provider(stored asproviders.active). Sticky until you change it. - Flowly Cloud β if it's enabled and you're signed in.
- Your own keys β the first BYOK provider with a key, in order: OpenRouter, Anthropic, OpenAI, xAI, Gemini, Groq, Zhipu, vLLM.