How to subscribe to Dedicated Endpoints?
How to subscribe to Dedicated Endpoints?
Generally, subscribing to Dedicated Endpoints involves the following steps.
- Applying for Dedicated Endpoints access;
- Starting a Dedicated Endpoints subscription;
- Waiting for the Dedicated Endpoints to be
Actived
.
1. Applying for Dedicated Endpoints access. (Please skip this step if you already have access)
Go to the Model API Pricing Page and click on "Dedicated Endpoints".
After filling out the application form, the Novita AI team will review your request and add you to the whitelist as soon as possible.
2. Starting a Dedicated Endpoints subscription.
Once the request is approved, you can subscribe the Dedicated Endpoints on the Model API Pricing Page.
2.1 Add a Payment Method
if you haven't already done so.
2.2 Add a Coupon Code
if you have one, and click the Confirm
button.
The Dedicated Endpoints will be created after the payment is completed.
3. Waiting Dedicated Endpoints to be Actived
.
Once you've subscribed the Dedicated Endpoints, they will enter the Deploying
status, and you can access them from the Dedicated Endpoints Setting Page.
Upon activation of the Dedicated Endpoints, you'll receive an email notification confirming that the service is now Actived
and ready to use.
The billing cycle for Dedicated Endpoints is monthly and begins immediately upon the service entering the Actived
status. And the next monthly billing will be automatically deducted from your credit account.
4. Make a request with Dedicated Endpoints resources.
For Dedicated Endpoints, we have added a request body parameter extra.enterprise_plan
to allow you to enable the Dedicated Endpoints. Please refer to the code below.
curl --location 'https://api.novita.ai/v3/async/txt2img' \
--header 'Authorization: Bearer {{API Key}}' \
--header 'Content-Type: application/json' \
--data '{
"extra": {
"response_image_type": "jpeg",
"enterprise_plan": {
"enabled": true
}
},
"request": {
"model_name": "anyhentai_20_31826.safetensors",
"prompt": "Luxury suite design, Spacious suite area, Luxuriously plush large bed, Refined office desk, Carefully selected furniture for the luxurious suite, High-end and opulent decor, Private office and lounge area, Comfortably luxurious office chair, Amenities for luxury travelers, Premium bedding and linens, Uniquely designed lighting fixtures, Luxurious suite curtain design, Private work corner, Luxurious amenities, Lavish lounge area, Sophisticated indoor plant, decorations, Exquisite luxury design, Exclusive services for the luxury suite, Luxury color scheme. Exclusive furniture for the luxury suite, a bedroom with a large bed and a desk",
"negative_prompt": "(badhandv4:1.2),(worst quality:2),(low quality:2),(normal quality:2),lowres,bad anatomy,bad hands,((monochrome)),((grayscale)) watermark,moles, easynegative ng_deepnegative_v1_75t, (oversized head:2), (big head:2), (deformed face:1.5),( blurry face:2), bad eyes, irregular eyes, asymmetric eyes, ugly, teeth, (navel:0.9), artefact, jpg artefact, blurry face, blurry, blurred, pixelated, bad eyes, crossed eyes, blurry eyes",
"width": 512,
"height": 512,
"image_num": 1,
"steps": 20,
"seed": 123,
"clip_skip": 1,
"guidance_scale": 7.5,
"sampler_name": "Euler a"
}
}'
If you encounter any questions, please reach out to us on Discord.