Welcome to the Smallest AI platform! This guide will help you get started quickly with generating your first text-to-speech using Python and Smallest AI API.
API Key
tab in your account dashboard.SMALLEST_API_KEY
, ensuring that your application can access it securely for authentication.To install the latest version available
When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
Here is a basic example of how to use the Python SDK to convert text to speech:
If you are using a voice_id
corresponding to a voice clone, you should explicitly set the model
parameter to "lightning-large"
in the Smallest
client or payload.
Replace YOUR_API_KEY
with the API key you obtained in Step 2.
For detailed documentation on all available features and endpoints, visit our API Reference.
If you have any questions or need assistance, please contact our support team at support@smallest.ai.
Welcome to the Smallest AI platform! This guide will help you get started quickly with generating your first text-to-speech using Python and Smallest AI API.
API Key
tab in your account dashboard.SMALLEST_API_KEY
, ensuring that your application can access it securely for authentication.To install the latest version available
When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
Here is a basic example of how to use the Python SDK to convert text to speech:
If you are using a voice_id
corresponding to a voice clone, you should explicitly set the model
parameter to "lightning-large"
in the Smallest
client or payload.
Replace YOUR_API_KEY
with the API key you obtained in Step 2.
For detailed documentation on all available features and endpoints, visit our API Reference.
If you have any questions or need assistance, please contact our support team at support@smallest.ai.