You're looking at a specific version of this model. Jump to the model overview.
lucataco /orpheus-3b-0.1-ft:79f2a473
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run lucataco/orpheus-3b-0.1-ft using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"lucataco/orpheus-3b-0.1-ft:79f2a473e6a9720716a473d9b2f2951437dbf91dc02ccb7079fb3d89b881207f",
{
input: {
text: "Hey there my name is Tara, <sigh> and I'm a speech generation model that can sound like a person.",
top_p: 0.95,
voice: "tara",
temperature: 0.6,
max_new_tokens: 1200,
repetition_penalty: 1.1
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run lucataco/orpheus-3b-0.1-ft using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"lucataco/orpheus-3b-0.1-ft:79f2a473e6a9720716a473d9b2f2951437dbf91dc02ccb7079fb3d89b881207f",
input={
"text": "Hey there my name is Tara, <sigh> and I'm a speech generation model that can sound like a person.",
"top_p": 0.95,
"voice": "tara",
"temperature": 0.6,
"max_new_tokens": 1200,
"repetition_penalty": 1.1
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run lucataco/orpheus-3b-0.1-ft using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "79f2a473e6a9720716a473d9b2f2951437dbf91dc02ccb7079fb3d89b881207f",
"input": {
"text": "Hey there my name is Tara, <sigh> and I\'m a speech generation model that can sound like a person.",
"top_p": 0.95,
"voice": "tara",
"temperature": 0.6,
"max_new_tokens": 1200,
"repetition_penalty": 1.1
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/lucataco/orpheus-3b-0.1-ft@sha256:79f2a473e6a9720716a473d9b2f2951437dbf91dc02ccb7079fb3d89b881207f \
-i $'text="Hey there my name is Tara, <sigh> and I\'m a speech generation model that can sound like a person."' \
-i 'top_p=0.95' \
-i 'voice="tara"' \
-i 'temperature=0.6' \
-i 'max_new_tokens=1200' \
-i 'repetition_penalty=1.1'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/lucataco/orpheus-3b-0.1-ft@sha256:79f2a473e6a9720716a473d9b2f2951437dbf91dc02ccb7079fb3d89b881207f
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "text": "Hey there my name is Tara, <sigh> and I\'m a speech generation model that can sound like a person.", "top_p": 0.95, "voice": "tara", "temperature": 0.6, "max_new_tokens": 1200, "repetition_penalty": 1.1 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.013. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
{
"completed_at": "2025-03-20T21:19:37.638608Z",
"created_at": "2025-03-20T21:19:28.315000Z",
"data_removed": false,
"error": null,
"id": "6ck4fdq87drmc0cnpnp8tj5264",
"input": {
"text": "Hey there my name is Tara, <sigh> and I'm a speech generation model that can sound like a person.",
"top_p": 0.95,
"voice": "tara",
"temperature": 0.6,
"max_new_tokens": 1200,
"repetition_penalty": 1.1
},
"logs": "Setting `pad_token_id` to `eos_token_id`:128258 for open-end generation.",
"metrics": {
"predict_time": 9.315479797,
"total_time": 9.323608
},
"output": "https://replicate.delivery/xezq/qtdhOOJjqvqgE5ijkFtQa356HqGoe9piKr3NRCON1as0wRNKA/output.wav",
"started_at": "2025-03-20T21:19:28.323129Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/bcwr-umqgztulrnyf3p4kxhwxv5ghedld2rutqzrdayu5s2ayzb2lr4iq",
"get": "https://api.replicate.com/v1/predictions/6ck4fdq87drmc0cnpnp8tj5264",
"cancel": "https://api.replicate.com/v1/predictions/6ck4fdq87drmc0cnpnp8tj5264/cancel"
},
"version": "79f2a473e6a9720716a473d9b2f2951437dbf91dc02ccb7079fb3d89b881207f"
}
Setting `pad_token_id` to `eos_token_id`:128258 for open-end generation.