API Doc-CometAPI
Home
DashBoard
Model Marketplace
Home
DashBoard
Model Marketplace
Support
GET START
Quick Start
Important Guidelines
Release Notes
API Reference
Error Codes & Handling
Text Models-openai format
Chat
response
gpt-4o-image generates image
Images
Image Editing (gpt-image-1)
Recognizing Images
Embeddings
Realtime
Models
Hunyuan3D
Anthropic Compatiable
Anthropic Claude
Image Models
Midjourney(images)
Quick Tutorial - Complete Process in One Go
Task Fetching API
List by Condition
Fetch Single Task (most recommended)
Imagine
Submit Video
Submit Editor
Action (UPSCALE; VARIATION; REROLL; ZOOM, etc.)
Blend (image -> image)
Describe (image -> text)
Modal (Area Redesign & Zoom)
Flux(images)
Generate image (replicate format)
Create Task - General
flux fine-tune images(Temporarily unavailable)
flux generate image(Temporarily unavailable)
flux query
Replicate(image)
Create Task - General
Create Task -flux-kontext-pro、max
Create Task -flux-1.1-pro
Create Task -flux-1.1-pro-ultra
replicate query
Recraft(images)
Appendix
Recraft Generate Image
Recraft Vectorize Image
Recraft Remove Background
Recraft Clarity Upscale
Recraft Create style
Recraft Generative Upscale
Ideogram(images)(Temporarily removed)
Official documentation (updated in real time)
Generate 3.0 (text to image)
Remix 3.0 (hybrid image)
Reframe 3.0(Reconstruction)
Replace Background 3.0(Background replacement)
Edit 3.0(Editing images)
ideogram Text Raw Image
ideogram Hybrid image
ideogram enlargement HD
ideogram describes the image
ideogram Edit image((legacy))
Music Models
Suno
Setting suno Version
Suno API Scenario Application Guide
Generate lyrics
Generate music clip
Upload clip
Submit concatenation
Full Track Audio Separation
Single Track Audio Separation
Create New Persona
Single task query
Generate mp4 mv video
Timing: lyrics, audio timeline
Get wav format file
Batch query tasks
Udio(Temporarily unavailable)
Generate music
Task query
Video Models
veo3
veo3-chat format
Submit video generation task
Query video generation status
runway(video)
official format
runway images raw video
Generate a video from a video
Generate an image from text
Upscale a video
Control a character
runway to get task details
Reverse Format
generate(text)
generate(Reference images)
Video to Video Style Redraw
Act-one Expression Migration
feed-get task
kling (video)
callback_url
testing
Multimodal Video Editing (In Testing)
Initialize Video for Editing
Add Video Selection
Delete Video Selection
Clear Video Selection
Preview Selected Video Area
Create Task
Expanded
Generating images
Text Generation Video
Image Generation Video
Multi-Image To Video
Multi-Image to Image
Video Extension
virtual try-on
lip sync
effects
Video to audio
Text to audio
Individual queries
MiniMax Conch(video)
MiniMax Conch Official Documentation
MiniMax Conch Generation
MiniMax Conch Query
MiniMax Conch Download
luma (video)
Official api interface format
luma generate
luma search
bytedance
bytedance-video
bytedance-video get
bytedance-image-generation
bytedance-Image Editing
PIKA(video)
pika feed
PIKA Reference Video Generation
PIKA Reference Image Generation
PIKA reference text generation
sora(temporarily dismantle)
Reverse Format
Create Video
Query Video Task
Create Video
Audio Models
Create speech
Create transcription
Create translation
CODE EXAMPLES
Code example
Guides & Tutorials
Integration Guides
cometapi Site API Call Testing
OpenManus
Chatbox
CherryStudio
Cursor
ChatHub
COZE
FastGPT
cline
dify
gptme
Immersive Translation
Lobe-Chat
Zotero
LangChain
AnythingLLM
Eudic Translation
OpenAI Translator
ChatAll Translation
Pot Translation
GPT Academic Optimization (gpt_academic)
NEXT CHAT (ChatGPT Next Web)
Obsidian's Text Generator Plugin
Open WebUI
avante.nvim
librechat
Lazy Customer Service
utools-ChatGPT Friend
IntelliJ Translation Plugin
n8n
Best Practices
Claude Code Installation and Usage Guide
Gemini CLI Installation and Usage Guide
CometAPI Account Balance Query API Usage Instructions
Retry Logic Documentation for CometAPI and OpenAI Official API
Midjourney Best Practices
Runway Best Practices
Pricing & Billing
About Pricing
Support
Help Center
Confusion about use
Common Misconceptions
Terms of service
Privacy policy
Interface Stability
Schemas
Schemas
Sample Schemas
Pet
Category
Tag
VideoGenerationRequest
TextGenerateRequest
ImageGenerateRequest
VideoGenerateRequest
BaseResponse
TextToImageRequest
Two-person interactive effect
VideoGenerationResponse
GenerateResponse
EditImageRequest
Single image effect
ErrorResponse
BlendImagesRequest
UpscaleRequest
DescribeImageRequest
ImageGenerationResponse
ImageDescriptionResponse
ErrorResponse
chat-output
chat-input
Support
Common Misconceptions
1. Why can't I use my token even though I have sufficient balance?
#
Please check the following two points:
Token quota limitation
: The token may have a quota limit set, which needs to be removed before continued use.
Account balance
: Account balance and token quota are independent; tokens need to be set to unlimited quota to function properly.
2. Why doesn't my Key work? Why is there no response when calling the API?
#
The most common reason is
incorrect Base URL setting
.
Solution:
Change the Base URL to:
https://api.cometapi.com
.
3. What are the interface request limits? Does using multiple Keys together increase concurrency?
#
Individual Keys have no RPM/TPM restrictions
:
Theoretical concurrency capacity
:
TPM up to 50 million.
RPM up to 30,000.
Global node load balancing
: Guarantees optimal calling and minimal latency.
Concurrency upper limit for multiple Keys
: Same as for a single Key, does not stack.
No group restrictions
: No VIP node grouping restrictions, large concurrent calls welcome !
4. Are there concurrency or RPM/TPM limits for a single Key?
#
No restrictions whatsoever, cometapi supports extremely large concurrency with absolutely no upper limit.
5. How do I fill in the parameters when creating a new token?
#
1.
Enter a
token name
.
2.
Click the
"Set to unlimited quota"
button.
3.
Select the corresponding option in
token grouping
; each group supports production environment level calls.
6. Why does the API call return "invalid token"?
#
The most common reason is that the Base URL has not been modified.
Using the default OpenAI official Base URL will cause this issue.
Solution: Change the Base URL to
https://api.cometapi.com/v1
.
7. How do I analyze images?
#
1.
Convert local images to
base64 format
.
2.
Call the API for analysis.
3.
For specific operation methods, refer to the
API documentation
.
Previous
Confusion about use
Next
Terms of service