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, <laugh> 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, <laugh> 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, <laugh> 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-20T21:18:47.027731Z",
"created_at": "2025-03-20T21:18:38.858000Z",
"data_removed": false,
"error": null,
"id": "cdkhczh719rm80cnpnp9cpdvgr",
"input": {
"text": "Hey there my name is Tara, <laugh> 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": 8.162548887,
"total_time": 8.169731
},
"output": "https://replicate.delivery/xezq/5tZXdxJyrwbPL9x6GaaFGwXGeJIStx2elVPEJ6wvDyfvBH1oA/output.wav",
"started_at": "2025-03-20T21:18:38.865182Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/bcwr-mb64zioxa23anzhqelttts4nw3cbgksuoqxgcy2newdiyk5ddyuq",
"get": "https://api.replicate.com/v1/predictions/cdkhczh719rm80cnpnp9cpdvgr",
"cancel": "https://api.replicate.com/v1/predictions/cdkhczh719rm80cnpnp9cpdvgr/cancel"
},
"version": "79f2a473e6a9720716a473d9b2f2951437dbf91dc02ccb7079fb3d89b881207f"
}
Setting `pad_token_id` to `eos_token_id`:128258 for open-end generation.