Movatterモバイル変換


[0]ホーム

URL:


🚀 Introducing Flux, the first conversational speech recognition model built for voice agents. (Learn more!)🚀

HomeAPI ReferenceVoice AgentSpeech-to-TextText-to-SpeechIntelligenceSelf-Hosted Deployments
API ReferenceManageProjects

List Project Models

GET
/v1/projects/:project_id/models
200Retrieved
1{
2 "stt": [
3 {
4 "name": "nova-3",
5 "canonical_name": "nova-3",
6 "architecture": "base",
7 "languages": [
8 "en",
9 "en-us"
10 ],
11 "version": "2021-11-10.1",
12 "uuid": "6b28e919-8427-4f32-9847-492e2efd7daf",
13 "batch": true,
14 "streaming": true,
15 "formatted_output": true
16 }
17 ],
18 "tts": [
19 {
20 "name": "zeus",
21 "canonical_name": "aura-2-zeus-en",
22 "architecture": "aura-2",
23 "languages": [
24 "en",
25 "en-US"
26 ],
27 "version": "2025-04-07.0",
28 "uuid": "2baf189d-91ac-481d-b6d1-750888667b31",
29 "metadata": {
30 "accent": "American",
31 "age": "Adult",
32 "color": "#C58DFF",
33 "image": "https://static.deepgram.com/examples/avatars/zeus.jpg",
34 "sample": "https://static.deepgram.com/examples/Aura-2-zeus.wav",
35 "tags": [
36 "masculine",
37 "deep",
38 "trustworthy",
39 "smooth"
40 ],
41 "use_cases": [
42 "IVR"
43 ]
44 }
45 }
46 ]
47}

Returns metadata on all the latest models that a specific project has access to, including non-public models

Authentication

Authorizationstring

UseAuthorization: Token <API_KEY>Example:Authorization: Token 12345abcdef

Path Parameters

project_idstringRequired

Query Parameters

include_outdatedbooleanOptional

returns non-latest versions of models

Response

A list of models
sttlist of objects or null
ttslist of objects or null

Errors


[8]ページ先頭

©2009-2025 Movatter.jp