FlowAPI logoFlowAPIGet API key

LANDING

Connect Roo Code to FlowAPI

FlowAPI gives Roo Code users a stable API endpoint for production and developer workflows. Keep your existing client setup, change the base URL to FlowAPI, and route requests through supported model groups.

Quick start

  1. Create a FlowAPI account and API key.
  2. Set the base URL to https://www.flowapi.online/v1.
  3. Choose a supported model for your key group.
  4. Send a small test request before moving production traffic.

API example

curl https://www.flowapi.online/v1/chat/completions \
  -H "authorization: Bearer $FLOWAPI_KEY" \
  -H "content-type: application/json" \
  -d '{"model":"gpt-5.5","messages":[{"role":"user","content":"Hello from FlowAPI"}]}'

FAQ

Does Roo Code work with FlowAPI?

Yes. Roo Code can use FlowAPI when it supports OpenAI-compatible API settings or custom base URLs.

Which models should I use for Roo Code?

Start with gpt-5.5, gpt-5.4, gpt-5.4-mini and select the model that fits latency, context, and cost requirements.

Is FlowAPI OpenAI compatible?

Yes. Use https://www.flowapi.online/v1 as the base URL with your FlowAPI key.

Can I use existing SDKs?

Yes. Most OpenAI-compatible SDKs and tools work by changing the base URL and API key.

Where do I manage keys and usage?

Create keys, monitor usage, and view billing in the FlowAPI dashboard.

Related FlowAPI pages