import React from "react";
export const OnboardingProviderSetup = () => {
return (
<>
- Quick Setup with API Key - goose will automatically configure your provider based on your API key
- ChatGPT Subscription - Sign in with your ChatGPT Plus/Pro credentials to access GPT-5 Codex models
- Agent Router by Tetrate - Access multiple AI models with automatic setup
- OpenRouter - Access 200+ models with one API using pay-per-use pricing
- Other Providers - Manually configure additional providers through settings
>
);
};