Beginner's Guide

ModelHub Zero to Hero: The Complete Beginner's Guide

No coding experience? No problem. 5 minutes, and you'll be using AI like a pro.

May 24, 2026 8 min read

What you'll learn in this guide: What an AI API is (plain English) → How to get your free API key → How to test it instantly → How to use it in your tools → Pro tips to get the most out of ModelHub.

1. What the Heck Is an "AI API"?

Let's be honest — "API" sounds like something only engineers use. But here's the simple version:

An API is like a waiter in a restaurant. You tell the waiter what you want ("I'd like a paragraph about dogs"), the waiter goes to the kitchen (the AI model), and brings back your order (the AI's response).

ModelHub gives you access to DeepSeek's AI models — some of the smartest AI in the world — through a simple API. You send a message, the AI replies. That's it.

The only thing you need: An API Key. Think of it as your personal password that lets you use the AI. You get one for free in 30 seconds.

2. Why ModelHub? (The 30-Second Pitch)

There are a lot of AI services out there. Here's why ModelHub is the best choice for beginners:

3. Get Your Free API Key (30 Seconds)

1

Go to the Dashboard

Click the "Get Your API Key" button at the top of any page on ModelHub. Or just go to modelhub-api.com/dashboard.

2

Enter Your Email

Type in your email address. That's it. No password, no phone number, no credit card. Hit enter.

3

Get Your Key

You'll see your API key on screen immediately. Copy it somewhere safe — it looks something like this: mh_xxxxxxxxxxxx. You also get $5 free credit automatically.

Important: Your API key is like a password. Don't share it publicly. If someone gets your key, they can use your credit. Keep it private!

4. Test It Instantly (One Click)

You don't need to write any code to test your key. Here's how:

  1. On the Dashboard page, find the "Send Test Request" section.
  2. Type a message — anything like "Hello, what can you do?"
  3. Click Send Test Request.
  4. You'll see the AI's reply appear on screen in seconds.

That's your first AI interaction. You just used DeepSeek's AI model through ModelHub.

Pro tip: The AI Assistant (the robot icon at the bottom-right of every page) can answer any question about pricing, how things work, or technical issues. Try asking it "How do I get started?" — it works like a live help desk.

5. Use Your Key in Real Tools (Still No Coding!)

Now that you have a key, you can use it with dozens of popular AI tools. These are apps that let you chat with AI, write content, or analyze data — no programming required.

Option A: Use with ChatGPT-like Apps

Many AI chat apps let you bring your own API key. Look for settings that say "API Key" or "Custom Provider":

Option B: Use in Your Browser (Extensions)

Option C: The Simplest Way — Ask the AI Assistant

Still confused? Click the robot icon on any ModelHub page and ask: "How do I use my API key in ChatBox?" The AI Assistant will give you step-by-step instructions.

6. For the Slightly More Adventurous: One Line of Code

If you're willing to copy-paste one line, you can use the AI from your terminal:

curl https://modelhub-api.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY_HERE" \
  -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Hello!"}]}'

Replace YOUR_API_KEY_HERE with your actual key. Paste this into your terminal (Mac/Linux) or Command Prompt (Windows). You'll get a JSON response with the AI's reply inside.

Don't worry if this looks scary. You don't need to use code at all. The steps above (dashboard + test + tools) are all you need to start using AI today.

7. How to Get the Most Out of ModelHub

Choose the Right Model

ModelHub offers several DeepSeek models:

For beginners: start with deepseek-v4-flash. It's the cheapest and handles almost everything well.

Track Your Usage

Your $5 free credit goes a long way. With DeepSeek V4 Flash at $0.15 per million input tokens, you can process roughly 33 million words with $5. That's like reading 66 novels' worth of text!

Check your remaining balance anytime on the Dashboard.

Keep Your Key Safe

Use the AI Assistant

Seriously — the AI Assistant (bottom-right corner, robot icon) is your best friend. It can:

The Golden Rule: If you're stuck, ask the AI Assistant first. It's faster than waiting for email support, and it knows everything about ModelHub.

8. What's Next?

You're now ready to use ModelHub. Here's your next steps:

  1. Get your keyDashboard
  2. Test it — Use the "Send Test Request" button on the same page.
  3. Connect it to a tool — Try ChatBox, LobeChat, or any app that supports OpenAI-style APIs.
  4. Explore more — Check our Pricing page for plans, or Docs for detailed API reference.
  5. Get help — Click the robot icon anytime.

That's it. You've gone from zero to using world-class AI. Welcome to the future.

Ready to try it?

Get your free API key in 30 seconds. $5 credit. No credit card. No Chinese phone number.

Get Your API Key →