Chutes
Fased supports Chutes through an OpenAI-compatible endpoint.Where to set it up
Use the same Chutes methods in every setup surface:- Control UI: Open Agents, select an Agent, then use Agent > Models. Choose Chutes, then Sign in or API key, and assign the Agent’s model roles there. Chat can override the model for the current session.
- Onboarding: Choose Set up model providers only if you want provider setup during onboarding. Choose Chutes, then pick Sign in or API key.
- CLI: Use
fased onboard --auth-choice chutesfor sign-in, orfased onboard --auth-choice chutes-api-keyfor the interactive API-key path.
Auth methods
Sign in
Chutes sign-in uses Chutes OAuth. Chutes requires an OAuth app before Fased can generate the sign-in URL. This is why the first prompt asks for a Chutes OAuth client id such ascid_....
Flow:
- Create/register a Chutes OAuth app and get its client id (
cid_...). - In Fased onboarding, CLI, or Agent > Models, choose Chutes > Sign in.
- Paste the Chutes OAuth client id.
- Fased generates the Chutes sign-in URL.
- Open the URL, approve access, then let the local callback complete or paste the redirect URL if asked.
Sign-in control UI setup
- Open Agents and select the Agent.
- Open Agent > Models.
- Open Chutes.
- Choose Sign in.
- Paste the Chutes OAuth client id (
cid_...). - Open or copy the sign-in URL shown in the modal.
- Finish Chutes login in the browser.
- Return to Agent > Models after the modal reports success, then choose a model role for the Agent or use Chat to override a single session.
Sign-in onboarding setup
Sign-in CLI setup
API key
Create a Chutes API key (cpk_...) and paste it in Agent > Models or
the onboarding/CLI provider flow. Fased stores it as the chutes auth profile
and uses https://llm.chutes.ai/v1 for OpenAI-compatible inference.
API key control UI setup
- Open Agents and select the Agent.
- Open Agent > Models.
- Open Chutes.
- Use API key and paste a Chutes API key (
cpk_...). - Choose the Agent’s Chutes model roles.
API key onboarding setup
API key CLI setup
fased models list --all --provider chutes to see the bundled catalog.