Sonu Sahani logo
Sonusahani.com
Free APIs and Models to Explore OpenClaw Tools

Free APIs and Models to Explore OpenClaw Tools

0 views
4 min read
#AI

I set up OpenClaw on an Ubuntu server using a free API provider and a free model, then connected it to Telegram for quick testing. This walkthrough keeps the exact steps I used, with small fixes for names and commands. If you are exploring more AI tools, this will help you get OpenClaw running end to end.

For more posts and updates on this stack, check the OpenClaw category. If a browser interface is your preference, you can also work with the OpenClaw dashboard later.

Free APIs and Models to Explore OpenClaw Tools

Install on Linux

I used an AWS Ubuntu instance and installed OpenClaw using the official installer from openclaw.ai. The installer completed successfully on Ubuntu, and I proceeded with onboarding. If you want to compare model choices for media tasks, scan our notes on video models.

Onboarding

Run the onboarding command in your terminal.

openclaw onboard

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 9s

Select Quick start: Yes. When prompted, choose a provider and a model, then configure a channel.

Choose a free API provider

I selected OpenRouter as the free API provider. Create and copy an API key from your OpenRouter account under Settings - Keys. Paste the OpenRouter API key into the onboarding prompt.

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 67s

If you plan to build coding helpers later, see this related guide on Claude code.

Pick a free model

From the model list, I chose the free tier model labeled Google Gemini 2.5 Flash preview via OpenRouter. Confirm the selection to continue. You can switch models later if needed.

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 100s

Connect Telegram

For the channel, I selected Telegram. Create a Telegram bot using BotFather, then copy the bot token.

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 117s

Open Telegram. Search for BotFather and start the chat. Send /newbot, provide a bot name, then provide a username that ends with bot, for example myhelper_bot.

Copy the token BotFather returns. Return to the onboarding prompt and paste the token.

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 161s

When asked to configure skills, select No. When asked to enable hooks, select Skip for now.

The gateway service will start. If asked how you want to host your bot, choose Do this later, then decline installing the shell completion script.

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 198s

Use the terminal UI

OpenClaw includes a terminal UI if you want a quick console view.

openclaw tui

If you prefer a browser interface, set up the OpenClaw dashboard and manage conversations there. For more OpenClaw tips and builds, check the OpenClaw section.

Test the setup

I validated the setup with a simple prompt from the terminal UI. For example, ask it to list files in the root directory and confirm the result appears.

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 241s

You can exit the terminal UI with Ctrl+C.

Pair Telegram

Open your new bot in Telegram and tap Start. Complete the pairing by sending the pairing command shown by OpenClaw, then paste the pairing code from Telegram back into the terminal. You should see a pairing completed message.

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 284s

Test from Telegram

In the Telegram bot chat, send a simple request like listing the files from the root directory. Confirm the response arrives and matches what you expect. That verifies the provider, model, and channel.

Screenshot from Free APIs and Models to Explore OpenClaw Tools at 300s

For broader comparisons of providers and models as you expand your stack, browse our AI tools and video models categories.

Final thoughts

You can try OpenClaw for free by combining OpenRouter and a free Gemini Flash preview model, then connect Telegram for quick testing. The onboarding flow with openclaw onboard, a copied API key, and a BotFather token is fast and repeatable. If you want a web experience, switch to the OpenClaw dashboard once the basics work.

Subscribe to our newsletter

Get the latest updates and articles directly in your inbox.

sonuai.dev

Sonu Sahani

AI Engineer & Full Stack Developer. Passionate about building AI-powered solutions.

Related Posts