|
|
@@ -2879,6 +2879,19 @@ export type ModelV2Info = {
|
|
|
body: {
|
|
|
[key: string]: unknown
|
|
|
}
|
|
|
+ generation?: {
|
|
|
+ maxTokens?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ temperature?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ topP?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ topK?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ frequencyPenalty?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ presencePenalty?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ seed?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ stop?: Array<string>
|
|
|
+ }
|
|
|
+ options?: {
|
|
|
+ [key: string]: unknown
|
|
|
+ }
|
|
|
variant?: string
|
|
|
}
|
|
|
variants: Array<{
|
|
|
@@ -2889,6 +2902,19 @@ export type ModelV2Info = {
|
|
|
body: {
|
|
|
[key: string]: unknown
|
|
|
}
|
|
|
+ generation?: {
|
|
|
+ maxTokens?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ temperature?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ topP?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ topK?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ frequencyPenalty?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ presencePenalty?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ seed?: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
+ stop?: Array<string>
|
|
|
+ }
|
|
|
+ options?: {
|
|
|
+ [key: string]: unknown
|
|
|
+ }
|
|
|
}>
|
|
|
time: {
|
|
|
released: number | "NaN" | "Infinity" | "-Infinity" | "Infinity" | "-Infinity" | "NaN"
|
|
|
@@ -4213,6 +4239,19 @@ export type ModelV2Info1 = {
|
|
|
body: {
|
|
|
[key: string]: unknown
|
|
|
}
|
|
|
+ generation?: {
|
|
|
+ maxTokens?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ temperature?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ topP?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ topK?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ frequencyPenalty?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ presencePenalty?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ seed?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ stop?: Array<string>
|
|
|
+ }
|
|
|
+ options?: {
|
|
|
+ [key: string]: unknown
|
|
|
+ }
|
|
|
variant?: string
|
|
|
}
|
|
|
variants: Array<{
|
|
|
@@ -4223,6 +4262,19 @@ export type ModelV2Info1 = {
|
|
|
body: {
|
|
|
[key: string]: unknown
|
|
|
}
|
|
|
+ generation?: {
|
|
|
+ maxTokens?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ temperature?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ topP?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ topK?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ frequencyPenalty?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ presencePenalty?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ seed?: number | "NaN" | "Infinity" | "-Infinity"
|
|
|
+ stop?: Array<string>
|
|
|
+ }
|
|
|
+ options?: {
|
|
|
+ [key: string]: unknown
|
|
|
+ }
|
|
|
}>
|
|
|
time: {
|
|
|
released: number | "NaN" | "Infinity" | "-Infinity"
|