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, <chuckle> 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, <chuckle> 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, <chuckle> 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.
Add a payment method to run this model.
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-20T17:39:28.112769Z",
"created_at": "2025-03-20T17:39:18.542000Z",
"data_removed": false,
"error": null,
"id": "2zmckjaqhsrme0cnpjhtb44ar8",
"input": {
"text": "Hey there my name is Tara, <chuckle> 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.564411705,
"total_time": 9.570769
},
"output": "https://replicate.delivery/xezq/KtEzfMb9r027R6i3dImgifxrZn4X3m42Ew5KMGmHRpdQTgaUA/output.wav",
"started_at": "2025-03-20T17:39:18.548357Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/bcwr-rbxe63cyje5ealpnygxwfhxu752ttsjlyfevmrbxfn7lanm5qhcq",
"get": "https://api.replicate.com/v1/predictions/2zmckjaqhsrme0cnpjhtb44ar8",
"cancel": "https://api.replicate.com/v1/predictions/2zmckjaqhsrme0cnpjhtb44ar8/cancel"
},
"version": "79f2a473e6a9720716a473d9b2f2951437dbf91dc02ccb7079fb3d89b881207f"
}
Setting `pad_token_id` to `eos_token_id`:128258 for open-end generation.