Claude 4.5 is now on CometAPI

  • Home
  • Models
    • Grok 4 API
    • Suno v4.5
    • GPT-image-1 API
    • GPT-4.1 API
    • Qwen 3 API
    • Llama 4 API
    • GPT-4o API
    • GPT-4.5 API
    • Claude Opus 4 API
    • Claude Sonnet 4 API
    • DeepSeek R1 API
    • Gemini2.5 pro
    • Runway Gen-3 Alpha API
    • FLUX 1.1 API
    • Kling 1.6 Pro API
    • All Models
  • Enterprise
  • Pricing
  • API Docs
  • Blog
  • Contact
Sign Up
Log in
Technology

How to use OpenManus to call CometAPI

2025-03-07 anna No comments yet

Manus, made in China, has emerged and swept the entire network as the world’s first general AI Agent in the past two days, . Manus can think, plan and execute complex tasks independently and directly deliver complete results.At present, Manus is still in the internal testing stage and requires an invitation code to log in and use it.

OpenManus that open-source alternative of Manus AI can achieve any ideas without an Invite Code!Through this article, I will show you how to use it to call Comet API. You will use AI agent to call more than 500 models, including open-source and specialized multimodal models for chat, images, code, and more.

OpenManus

What is Manus?

Manus is a general artificial intelligence agent that can autonomously plan and execute complete tasks like humans. Whether you need in-depth market research, tedious batch processing of documents, personalized travel planning or professional data analysis, Manus can use independent thinking and systematic planning to flexibly call various tools in its own virtual environment – write and execute code, intelligently browse the web, and operate various web applications – to directly deliver complete task results for you, rather than just providing suggestions or answers. It marks the transition of artificial intelligence from the “answering questions” stage to the “active doing” stage.

What is OpenManus

OpenManus is an open source replica of Manus launched by the MetaGPT team, providing AlAgent without an invitation code. It is based on a modular design, supports multiple language models and tool chains, and can execute code, process files, search network information and other complex tasks.

The core advantage of OpenManus lies in the real-time feedback mechanism, which allows users to intuitively see the AI’s thinking process and task execution progress.It has a powerful tool chain and flexible configuration options, which makes it easy for developers to customize according to their needs.

What is CometAPI?

CometAPI is a one-stop large-model API aggregation platform that provides convenient and efficient API service integration and management. It is a complete set of tools that connects the entire API lifecycle, helping R&D teams implement best practices for API Design-first development., and helps make AI development easier.

Related topics:The Best 8 Most Popular AI Models Comparison of 2025

How to use OpenManus to call Comet API

1.Installation

  • Create a new conda environment:
conda create -n open_manus python=3.12
conda activate open_manus
  • Clone the repository:
git clone https://github.com/mannaandpoem/OpenManus.git
cd OpenManus
  • Install dependencies:
pip install -r requirements.txt

2. Configuration

OpenManus requires configuration for the LLM APIs it uses. Follovw these steps to set up your configuration:

  • Create a config. toml file in the config directory (you can copy from the example):
cp config/config.example.toml config/config.toml
  • Edit config/config.toml to add your API keys and customize settings:

,##Global LLM configuration

[llm]
model = "gpt-4o"
base_url = "https://api.cometapi.com/v1/chat/completions"
api_key = "sk-…" # Replace with your actual API key
max_tokens = 4096
temperature = 0.0

##Optional configuration for specific LLM models

[llm.vision]
model = "gpt-4o"
base_url = "https://api.cometapi.com/v1/chat/completions"
api_key = "sk-…" # Replace with your actual API key

Quick Start

  • One line for run OpenManus:
python main.py

How to call this gpt-4o API from CometAPI

1.Log in to cometapi.com. If you are not our user yet, please register first

2.Get the access credential API key of the interface. Click “Add Token” at the API token in the personal center, get the token key: sk-xxxxx and submit.

3. Get the url of this site: https://api.cometapi.com/

4. Select the gpt-4o endpoint url to send the API request and set the request body. The request method and request body are obtained from our website API doc. Our website also provides Apifox test for your convenience.

5. Process the API response to get the generated answer. After sending the API request, you will receive a JSON object containing the generated completion.

Best Practices

For the best experience with Manus, we recommend the following practices:

Explicitly express requirements: clearly specify expectations, format, and quality standards for the final product

Progressive interaction: adopt iterative collaboration for complex tasks and adjust subsequent steps based on intermediate results

Knowledge system application: add specific requirements or remember satisfactory working methods for future use

Timely intervention and adjustment: immediately intervene and guide when execution deviations are found to avoid wasting time

  • cometapi
  • OpenManus

One API
Access 500+ AI Models!

Free For A Limited Time! Register Now
Get Free Token Instantly!

Get Free API Key
API Docs
anna

Anna, an AI research expert, focuses on cutting-edge exploration of large language models and generative AI, and is dedicated to analyzing technical principles and future trends with academic depth and unique insights.

Post navigation

Previous
Next

Search

Start Today

One API
Access 500+ AI Models!

Free For A Limited Time! Register Now
Get Free Token Instantly!

Get Free API Key
API Docs

Categories

  • AI Company (2)
  • AI Comparisons (64)
  • AI Model (122)
  • guide (17)
  • Model API (29)
  • new (27)
  • Technology (507)

Tags

Anthropic API Black Forest Labs ChatGPT Claude Claude 3.7 Sonnet Claude 4 claude code Claude Opus 4 Claude Opus 4.1 Claude Sonnet 4 cometapi deepseek DeepSeek R1 DeepSeek V3 Gemini Gemini 2.0 Flash Gemini 2.5 Flash Gemini 2.5 Flash Image Gemini 2.5 Pro Google GPT-4.1 GPT-4o GPT -4o Image GPT-5 GPT-Image-1 GPT 4.5 gpt 4o grok 3 grok 4 Midjourney Midjourney V7 Minimax o3 o4 mini OpenAI Qwen Qwen 2.5 Qwen3 runway sora Stable Diffusion Suno Veo 3 xAI

Contact Info

Blocksy: Contact Info

Related posts

How to integrate Agno with CometAPI
guide, Technology

How to integrate Agno with CometAPI (and why it matters)

2025-10-17 anna No comments yet

Agno has been evolving rapidly into a production-grade AgentOS—a runtime, framework and control plane for multi-agent systems—while CometAPI (the “all models in one API” aggregator) announced official support as a model provider for Agno. Together they make it straightforward to run multi-agent systems that can switch between hundreds of model endpoints without rewriting your agent […]

Integrating Dify with CometAPI A Step-by-Step Guide
Technology

Integrating Dify with CometAPI: A Step-by-Step Guide

2025-09-28 anna No comments yet

In the rapidly evolving landscape of artificial intelligence, the synergy between platforms and models is paramount for developing robust AI applications. Dify, an open-source LLM (Large Language Model) application development platform, offers seamless integration capabilities with CometAPI’s powerful models. This article delves into the features of Dify, elucidates the integration process with CometAPI, and provides […]

Integrate the FlowiseAI with the CometAPI
Technology, guide

Integrate the FlowiseAI with the CometAPI: Step-by-step guide

2025-09-25 anna No comments yet

The low-code visual AI tooling space is moving fast. Flowise — an open-source visual builder for LLM workflows — continues to add community integrations and release frequent updates; CometAPI is one of several unified AI API platforms that now expose hundreds of models via a single endpoint; and no-code backend builders like BuildShip likewise provide […]

500+ AI Model API,All In One API. Just In CometAPI

Models API
  • GPT API
  • Suno API
  • Luma API
  • Sora API
Developer
  • Sign Up
  • API DashBoard
  • Documentation
  • Quick Start
Resources
  • Pricing
  • Enterprise
  • Blog
  • AI Model API Articles
  • Discord Community
Get in touch
  • support@cometapi.com

© CometAPI. All Rights Reserved.  

  • Terms & Service
  • Privacy Policy