mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-12 03:13:41 +08:00
feat: update model lists and adjust quota calculation logic
⚠️breaking change warning: for image models, the model ratio represents the quota cost per image
This commit is contained in:
@@ -15,7 +15,11 @@ import (
|
||||
)
|
||||
|
||||
var ModelList = []string{
|
||||
"imagen-3.0-generate-001",
|
||||
// create
|
||||
"imagen-3.0-generate-001", "imagen-3.0-generate-002",
|
||||
"imagen-3.0-fast-generate-001",
|
||||
// edit
|
||||
// "imagen-3.0-capability-001", // not supported yet
|
||||
}
|
||||
|
||||
type Adaptor struct {
|
||||
|
||||
Reference in New Issue
Block a user