Omniinfer
#### NOTE: 1. For [Text to Image] endpoint, you can try different models with the examples below. 2. Since the generation is ayscn, you can get the progress and image by [Progress] endpoint. If the retuned status is not 2, you need wait for while and try [Progress] again. 3. Due to the high demand for generated images, we have been forced to limit the quota for third-party channels. **Users with…
Omniinfer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Text to Image /v2/txt2img |
For asynchronous image generation, only a task_id will be returned. You should use the task_id to make a call to the /v2/progress API endpoint in order to retrieve the image… |
| POST |
Image to Image /v2/img2img |
This page will help you get started with text to image. Support ControlNet. |
| GET |
Progress /v2/progress |
This page will help you get started with text to image. Support ControlNet. Note if you get "status":0 in the response, please try this endpoint later untill the status become to 2 |
| GET |
Get Models /v2/models |
This page will help you get started with text to image. Support ControlNet. |
Omniinfer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $2 / month | 1 / second |
|
| ULTRA | $10 / month | 2 / second |
|