LLM Provider Setup

Configure your AI language model provider using either the web interface or CLI. All providers use the same simple setup process.

⏱️ 2-5 minutes 📚 Beginner 🔧 Configuration

⚡ Two Ways to Setup

Choose your preferred method to configure LLM providers:

⌨️

Command Line Interface

Quick setup via terminal commands

Universal Command for All Providers:

# Add any LLM provider with a single command
fiber llm add-provider --provider [PROVIDER_NAME] --api-key [YOUR_API_KEY]

# Examples for different providers:
fiber llm add-provider --provider openai --api-key sk-...
fiber llm add-provider --provider anthropic --api-key sk-ant-...
fiber llm add-provider --provider google --api-key AI...
fiber llm add-provider --provider cohere --api-key co-...

# Set as default provider
fiber llm set-default --provider openai

🚀 Next Steps

Now that your LLM provider is configured, you're ready to build AI applications!

📚 Quick Start Guide

Create your first agent and see Fiberwise in action

Start Building

🤖 Explore Agents

Learn about creating and managing AI agents

Learn Agents

💡 Example Apps

Browse pre-built applications you can deploy

Browse Examples

📖 Tutorials

Step-by-step guides to build complete applications

Start Tutorial