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

Use confusion


1. What model should I use to implement a text graph?#

FuhuAPI supports a wide range of image models, covering almost all mainstream image models worldwide, including:
DALL-E
Midjourney
Indeogram
Stable-Diffusion
Flux
Replicate
KeLing
For specific supported models, please refer to our model list:
https://api.elkapi.com/pricing
For detailed call instructions, please see our API documentation:
Link: https://api.elkapi.com/doc

2. What model should I use to implement Wensheng videos?#

FuhuAPI supports a wide range of video models, covering almost all mainstream video models worldwide, including:
Luma
Runway
Pika
MiniMax
Keling
Sora
Yes, you read that correctly. We even have Sora, which is still in beta at OpenAI. FuhuAPI is arguably the most comprehensive large-scale model aggregation platform. Feel free to use it.
For specific supported models, please refer to our model list:
https://api.elkapi.com/pricing
For detailed usage instructions, please see our API documentation

2. Can I use O1? Full-featured O1#

Supported Scope: Full-featured O1 series, including o1-preview and o1-mini.
Usage: Directly call from the model list. You can also try the o1-all and o1-pro-all web-based models for a trial run.
FuhuAPI is the most comprehensive large-scale model aggregation platform on the Internet, fully supporting the O1 series.

3. Does FuhuAPI support text embedding?#

Yes! FuhuAPI can call embedding models and fully supports related features.

4. Meaning of Error Codes Returned by the API#

The following are some code explanations:
400: Request error.
401: Unauthorized, please check your API key.
403: Forbidden.
404: Resource not found, possibly due to an incorrect base URL.
429: Too many requests, triggering rate limiting.
500: Internal server error.
503: Service unavailable, possibly due to server busyness.

5. Does the interface support OpenAI fine-tuning?#

Not supported.
Reason: FuhuAPI is a large-model API aggregation platform, and fine-tuning requires a fixed account, so we cannot provide fine-tuning services.

6. Does it support open source software integration?#

Yes! FuhuAPI fully supports integration with the following tools:
ChatBox
Dify
Cling
Please refer to the corresponding tool's help documentation.

7. Does Claude support MCP? Is the v1/messages API supported?#

Currently, this API (v1/messages) is not supported.
This will be updated in subsequent versions, so stay tuned!

8. Can I use a .env file to store my API key?#

Yes! Please be sure to modify the Base URL to ensure it matches the model configuration.

9. The sample code uses OpenAI. Will it work if I switch to Claude 3.7?#

Yes! In the sample code, simply:
1.
Modify the model parameter.
2.
Fill in the complete Claude model name to directly call the Claude series model.

10. How do I upload videos to the large model?#

Sorry, video uploads are not currently supported.

11. What if I forget my password? How can I recover it?#

1.
On the login page, click the "Reset Password button.
2.
Enter your registered email address as prompted.
3.
Check your email and follow the instructions in the email to complete your password reset.
Previous
Common Misconceptions
Next
Privacy Policy
Built with