API Doc-ElkAPI
  1. Help Center
API Doc-ElkAPI
  • Quick Start
    • Quick Start
    • Must-read for beginners
    • ElkAPI Announcement
  • API Reference
    • Error status code description
    • OpenAI Format
      • Veo3-chat format
      • seedance
      • response
      • generate video
      • image
      • Image Editing (gpt-image-1)
      • embed
      • Realtime
      • Get model list
      • Response ID to obtain results
      • Hunyuan3D
    • Anthropic Format
      • Anthropic Claude
    • Midjourney Image Generation
      • Quick teaching-complete process in one go
      • Task Query
        • pagination query
        • Specify ID to obtain task
      • Submit Imagine task
      • Submit video task
      • Submit editing task
      • Submit Action Task
      • Submit Blend task
      • Submit Describe task
      • Submit Modal
    • Image Generation
      • ideogram(images)
        • Official documentation (updated in real time)
        • Generate 3.0 (illustrated in the text)
        • Reframe 3.0 (Refactoring)
        • Replace Background 3.0
        • Remix 3.0 (Mixed Graph)
        • Edit 3.0 (Edit)
        • Generate (text and image)
        • Remix (mixed image)
        • Upscale (enlarged high-definition)
        • Describe
        • Edit
      • Flux(images)
        • Create Task - General
        • generate image
        • Fine tuning (temporarily unavailable)
        • query task
        • Generate image (replica format)
      • Replicate(image)
        • Create Task - General
        • Create task - float kontext pro, max
        • Create task-black forest labs/flux-1.1-pro
        • Create task-black forest labs/flux-1.1-pro ultra
        • query task
        • Create task
      • Recraft(images)
        • Generate Image
        • Vectorize Image
        • Remove Background
        • Clarity Upscale
        • Create style
        • Generative Upscale
    • Music Generation
      • Suno
        • Set suno version
        • Suno API Scenario Application Guide
        • Generate lyrics
        • Generate music
        • Upload music
        • Song Splicing
        • Full track acoustic separation
        • Single track acoustic separation
        • Create a new Persona
        • Query a single task
        • Generate MP4 MV video
        • Retrieve WAV format files
        • Timing: Lyrics, audio timeline
        • Batch query task
        • Create music using persona_id
      • Udio (not available yet)
        • Generate music
        • Query a single task
    • Video Generation
      • veo3
        • veo3-chat format
        • Submit video generation task
        • Check the video generation status
      • Dream Test
        • seedance
      • runway(video)
        • Official format
          • Generate videos from images
          • Get detailed task information
        • Reverse format
          • Generate (text)
          • Generate (refer to image)
          • Video2video video to video style redrawing
          • Act one emoji transfer
          • Feed - Get Task
      • kling (video)
        • Callback Protocol
        • image expansion
        • generate image
        • text-to-video
        • image-to-video
        • Video extension
        • Virtual try on
        • lip-sync
        • video effects
        • Query task (single)
      • luma (video)
        • Official API format
          • generate video
          • Single query task
      • MiniMax Conch (video)
        • Official Documentation
        • video generation
        • query task
        • File Download
      • PIKA(video)
        • Universal version
          • generate video
          • Query video tasks
        • Generate (reference video/extended video)
        • Generate (refer to image)
        • Generate (text)
        • feed
      • sora
        • Reverse format
          • Create video
          • Generate Video
          • Query video tasks
    • Audio
      • Text to audio conversion
      • audio to text
      • Create translation
  • Integration Guide
    • Best Practices
      • Claude code access instructions
      • ElkAPI Account Balance Query API Usage Instructions
      • Retry logic documentation using ElkAPI and OpenAI's official API
      • Midjorney Calling Best Practices
      • Runway Call Best Practices
    • Application Integration Guide
  • Pricing and Billing
    • About Price
    • About Grouping
  • Help Center
    • Help Center
    • Interface stability
    • Common Misconceptions
    • Use confusion
    • Privacy Policy
    • Terms of Service
  1. Help Center

Common Misconceptions

1. I clearly have a large balance, but why does it say my token is unusable?#

Please check the following two points:
Token limit: The token may have a limit set. You need to remove the limit before you can use it.
Account balance: The account balance is independent of the token limit. The token must be set with an unlimited limit to function properly.

2. Why is my key unusable? API calls are unresponsive?#

The most common cause is an incorrect Base URL setting.
Solution:
Change the Base URL to: https://api.elkapi.com.

3. What are the limits on API requests? Does running multiple keys together increase concurrency?#

A single key has no RPM/TPM limits:
Theoretical concurrency:
TPM up to 50 million.
RPM up to 30,000.
Global node load balancing: Ensures optimal call processing and minimal latency.
Concurrency limits for multiple keys: Same as for a single key; they do not stack.
No grouping restrictions: No VIP node grouping restrictions. Extremely high concurrency calls are welcome!

4. Are there any concurrency limits or RPM/TPM limits for a single key?#

There are no limits. TheedgeAPI supports extremely high concurrency, with absolutely no limit.

5. How do I fill in the parameters for a new token?#

1.
Enter the Token Name.
2.
Click the "Set to Unlimited" button.
3.
Select the corresponding option in the Token Group field. Each group supports production-grade 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 official OpenAI base URL by default can cause this issue.
Solution: Change the base URL to https://api.elkapi.com/v1.

7. How to analyze images?#

1.
Convert the local image to base64 format.
2.
Call the API for analysis.
3.
For detailed instructions, please refer to the API documentation.

Previous
Interface stability
Next
Use confusion
Built with