According to the ElevenLabs API tester at https://elevenlabs.io/docs/api-reference/text-to-speech (and also testing in my personal app) attempting to use Int values greater than 1.0 will trigger an error.
I created a PR for you that adjusts the Int values to Float, and tested them and it works: #1