AddLargeModel

Updated at:

Adds a large language model.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ModelName

string

No

The model name.

Test Model Name

ModelUrl

string

No

The model URL.

https://xxxxxxxxxxx

AuthCode

string

No

The authorization code.

sk-xxxxxxxxxxx*******xx

Temperature

number

No

The temperature.

0.1

TopP

number

No

The top-p value.

0.1

TopK

integer

No

The top-k value.

1

BaseModel

array

No

The base model.

string

No

The base model name.

qwen-max

Response elements

Element

Type

Description

Example

object

AccessDeniedDetail

string

The reason for the authentication failure.

None

RequestId

string

The request ID.

B1B8E483-372F-5AA8-A4B2-CA82EC967B0C

Message

string

The response message.

successful

Data

boolean

The result of the operation.

false

Code

string

The status code. A value of OK indicates that the request was successful.

OK

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request succeeded.

  • false: The request failed.

false

Examples

Success response

JSON format

{
  "AccessDeniedDetail": "None",
  "RequestId": "B1B8E483-372F-5AA8-A4B2-CA82EC967B0C",
  "Message": "successful",
  "Data": false,
  "Code": "OK",
  "Success": false
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.