Docs/Getting Started

Getting Started

Welcome to ModelHub! This guide will help you set up your environment and start your first AI-assisted development session in minutes.

Prerequisites

Modern web browser

Chrome, Firefox, Safari, or Edge (latest versions)

OpenAI API key (optional)

Required for AI interactions. Get one from platform.openai.com

Quick Start

1

Open the Workspace

Navigate to the Workspace from the navigation bar or click the button below. The workspace is where all your AI interactions happen.

Launch Workspace
2

Choose a Model

Select from 6 AI personalities (Claude, GPT, Grok, Gemini, Kimi, Meta) and their variants. Each has unique strengths—Claude excels at thoughtful analysis, GPT is versatile, Grok is direct and witty.

3

Start a Conversation

Type your prompt in the terminal input at the bottom. You can ask questions, request code, get explanations, or start building a project.

> Build a REST API with Node.js and Express
4

Upload Context (Optional)

Drag and drop files or folders to give the AI context about your project. This helps it understand your codebase and provide more relevant assistance.

Understanding the Interface

The workspace is divided into several key areas:

  • Left Sidebar: Model selection, project files, and settings
  • Main Terminal: Where conversations happen and output appears
  • Input Area: Type your prompts and commands here
  • Header: Shows current model, API status, and quick actions

Tips for Success

  • Be specific in your prompts—include technologies, constraints, and desired outcomes
  • Upload relevant files to give the AI context about your project
  • Try different models for different tasks—some excel at code, others at analysis
  • Use follow-up questions to refine and iterate on responses

Next Steps