AddLargeModel
Adds a large language model.
Try it now
Test
RAM authorization
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 |
0.1 |
| TopK |
integer |
No |
The |
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 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
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.