Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6de10991
authored
Oct 18, 2025
by
feitianbubu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: sync latest openai speech struct
https://platform.openai.com/docs/api-reference/audio/createSpeech
parent
616a0261
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
dto/audio.go
+3
-1
No files found.
dto/audio.go
View file @
6de10991
...
@@ -10,8 +10,10 @@ type AudioRequest struct {
...
@@ -10,8 +10,10 @@ type AudioRequest struct {
Model
string
`json:"model"`
Model
string
`json:"model"`
Input
string
`json:"input"`
Input
string
`json:"input"`
Voice
string
`json:"voice"`
Voice
string
`json:"voice"`
Speed
float64
`json:"speed
,omitempty"`
Instructions
string
`json:"instructions
,omitempty"`
ResponseFormat
string
`json:"response_format,omitempty"`
ResponseFormat
string
`json:"response_format,omitempty"`
Speed
float64
`json:"speed,omitempty"`
StreamFormat
string
`json:"stream_format,omitempty"`
}
}
func
(
r
*
AudioRequest
)
GetTokenCountMeta
()
*
types
.
TokenCountMeta
{
func
(
r
*
AudioRequest
)
GetTokenCountMeta
()
*
types
.
TokenCountMeta
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment