Discussions

Ask a Question

fetch results always throws error occured with processsing your request

I am trying to use your API. Getting the same result with my own implementation and the one in the docs: <https://developer.monsterapi.ai/reference/get_status-process-id> text to image sdxl json answer: { "message": "Request accepted successfully", "process_id": "d5efb244-bd1c-4c17-a01c-8f4dc462e964", "status_url": "<https://api.monsterapi.ai/v1/status/d5efb244-bd1c-4c17-a01c-8f4dc462e964">, "callback_url": "", "webhook_url": "" } when i try to fetch the results, first fetch is in queue. Then i try to fetch the results a few minutes later and i am getting this error: { "process_id": "d5efb244-bd1c-4c17-a01c-8f4dc462e964", "status": "FAILED", "result": { "errorMessage": "Error occured while processing your request. Your request will be processed again" } } Using the web gui works without issues. For the API it gives me the same error for bash, python and nodejs.

How to get apikey

How to get apikey

Azartiniai Žaidimai: Kryžkelė Į Intriguojantį Pasaulį

Azartiniai žaidimai yra plačios prasmės pramoga, kurią daugelis žmonių renkasi kaip būdą leisti laisvalaikį arba bandyti savo laimę. Šiame straipsnyje išnagrinėsime įvairias azartinių žaidimų rūšis, susitikime su tradiciniais ir moderniais aspektais šio įdomaus pasaulio. O tarp šių pramogų, sustosime žodžiui, kuris neatsiejamas nuo žibintų švytėjimo ir skirtingų skambesių - [lošimo automatai](https://www.kelias.net/greitis-ir-losimai-kaip-aistra-automobiliams-atsispindi-gyvenimo-bude/). Tradiciški Kazino Žaidimai Pirma, įžengiame į tradicinių kazino žaidimų pasaulį. Pokeris, ruletė, blekdžekas - tai tik keli pavyzdžiai, kaip žmonės renkasi savo kelią link laimėjimo. Šie žaidimai pasižymi taktika, intriga ir gebėjimu skaityti kitų žaidėjų veidus. Tai kelias į paslaptingą žaidimų pasaulį, kur žaidėjai nuolat keliauja tarp kūriniškumo ir strategijos. Lošimo Automatai: Žibintai Švyti, Ratukai Suka Įdomus momentas atėjo: lošimo automatai. Tai yra įtaigūs, spalvingi mechanizmai, kurie įtraukia žmones į įvairius pasakų pasaulius. Lošimo automatai - tai žodžiai, kurie slypi už milijonų eilučių, simbolių ir skaičių. Šie automatų kelionės tęsiasi nuo vieno žingsnio iki kito, o laimėjimas gali pasirodyti tiesiog iš nuostabos. Tai ne tik kelias link galimo finansinio pelno, bet ir kelionė per įvairius teminius pasaulius, praturtintus skirtingais žaidimo aspektais. Sporto Azartas: Lažybų Kelias Per Varžybas Sporto azartas atveria kitą kelią šiame azartinių žaidimų kelyje. Žmonės deda lažybas ant įvairių sporto įvykių rezultatų, siekdami ne tik laimėti pinigus, bet ir pajusti ypatingą įsijautimą į mėgstamą sporto šaką. Futbolas, krepšinis, lenktynės - tai tik keli pavyzdžiai, kurie pritraukia tūkstančius žmonių ant šio azartinio kelio. Sporto azartas yra ne tik lažybų, bet ir bendradarbiavimo su kitais aistruojančių sporto entuziastų kelias. Online Azartiniai Žaidimai: Naujas Kelias Į Pramogų Pasaulį Šiuolaikiniai laikai atnešė naują kelią azartinio žaidimo pasaulio - online azartinius žaidimus. Tai yra būdas žaisti kazino žaidimus, lošimus automatus ir kitas azartines pramogas tiesiog iš savo kompiuterio ar išmaniojo įrenginio. Online azartiniai žaidimai - tai žodžiai, kurie atveria duris į pasaulį, kur žaidėjai gali dalyvauti įvairiose žaidimų rūšyse, nereikalaudami iš namų išeiti. Tai ne tik greitas, bet ir modernus kelias į įdomių pramogų pasaulį. Svarbiausia yra suprasti, kad, nepaisant to, kurį kelią pasirenkate azartiniam žaidimui, būtina žaisti atsakingai. Greitis ir lošimai gali būti įdomus ir jaudinantis kelių pasirinkimas, tačiau svarbu nepamiršti apie atsakomybę ir žinoti savo ribas. Kelionė per azartinių žaidimų pasaulį tampa tikrai maloni tik tada, kai žaidžiate atsakingai ir mėgaujatės pramoga, kurią jums siūlo šis įvairiapusiškas pasaulis.

about your huggingface models.

hello, i wrote this in huggingface in your model discussion too, in hugginface, your models are not the actual model, they are adapter models, they are only weights of fine tuned part of the actual model. and you cant directly use it because its a part of model. you have to merge main model with your adapter model. i had the same issue too and i can help you merge your adapter weights with main model. you can check my model in my profile, which is a fine tuned mistral-7b-v0.2 which is fine tuned by me with these steps : fine tuned using qlora, merged adapter weights with main model and quantized it in gguf. you can contact me from email or hugginface.

Please provide valid input prompt to process the request

<https://api.monsterapi.ai/v1/status/{process_id}> Every-time I attempt to check the status of a process I receive the below response: { "process_id": "fcc11425-bb30-438e-b41b-a824aa71ef8a", "status": "FAILED", "result": { "errorMessage": "Please provide valid input prompt to process the request" } }

Using Javascript with Monster.....

I'm doing text-to-image generation using JS. Currently, it seems like I have to: 1. do a fetch to request the text-to-image generation 2. do multiple fetches -- polling the process-id until the status comes back as COMPLETED Is there a way to just do a single async call that you can wait on until the image is sent? If not, what is your recommended method of polling? J

wow gold

Dear immortals, I need some inspiration to create <https://www.wowtot.com>

Download Model?

Hello! I am about to sign up and start testing the platform. Question: Can I also download the trained model for local use as well?

Is it possible to get the api logs for all requests done using an API key?

Currently the API logs is shown only the requests created from the monster website.

Send image as base64 for img to img

Please add possibility for upload image like a base64 string for convert it to another image