CLOVA Studio overview
    • PDF

    CLOVA Studio overview

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Available in Classic and VPC

    This is a service from NAVER Cloud Platform using HyperCLOVA language model, which is a hyperscale AI technology, to output a phrase created through AI technology in accordance with the input of a user.

    Operation

    Within CLOVA Studio, the operations available are as follows:

    APIDescription
    Chat CompletionsCreate conversational sentences utilizing HyperCLOVA X model
    CompletionsCreate sentences
    Generate trainingGenerate training using user's dataset
    View trainingView information on a single generated training
    View training listView a list of generated trainings
    Training model chat completionsCreate conversational sentences using the training model
    Generate skill set answersGenerate answers through skill set API call
    Note

    Specifications related to the explorer related API provided by CLOVA Studio can be viewed on CLOVA Studio website.

    Common settings

    Describes formats and settings that are commonly used in CLOVA Studio API.

    Create test app

    Creating a test app enables the use of the API.

    Requests

    Describes the common request format used in CLOVA Studio API.

    API URL

    The request API URL is as follows:

    https://clovastudio.apigw.ntruss.com/
    
    Note

    If you wish to use streaming responses in Chat competition, a separate API URL is required. Please refer to the following information:

    Responses

    Describes the common response format used by CLOVA Studio API and provides syntax examples.

    Body

    The following describes the body.

    FieldTypeRequiredDescription
    statusobjectNResponse status
    status.codestringNResponse status code
    status.messagestringNResponse message
    resultanyYResponse result

    Response status code

    Describes response status code.

    HTTP status codeCodeMessagesDescription
    20020000OKRequest handling successful
    20420400No contentRequest processed successfully, no content returned
    40040000Bad requestInvalid request
    40040001Invalid parameterInvalid request parameters
    40040003Text to longRequests made with text that is too long
    40040004Text emptyRequests made with empty content
    40040005Unavailable output 1Requests with unavailable output
    40040006Unavailable output 2Requests with unavailable output
    40040009Unsupported functionRequests for a function that is not supported
    40040010input_text_emptySkill: request parameters for query, thought, action, actionInput, and observe with empty content
    40040020missing_input_valueSkill: some of the input values are missing
    40040030invalid ActionSkill: enter undefined action
    40040040invalid Action InputSkill: incorrect input for actionInput
    40040050internal parsing errorSkill: issue while parsing internally
    40040080model not foundCould not locate the model
    40140100UnauthorizedAuthentication failed
    40140101Invalid signatureInvalid request signature
    40140102Invalid access tokenAccess token expired
    40140103Access token expiredThe task was refused by the server
    40140104Invalid keyInvalid authentication key
    40140170No subscription request history found. Please request a subscription to useCannot find any record of subscription to CLOVA Studio
    40340300ForbiddenThe task was refused by the server
    40340301No ownershipNo ownership
    40440400Not foundThe requested resource not found
    40640600Not AcceptableMedia type not acceptable
    40840800Request timeoutRequest processing timeout
    41541500MediaType errorMedia type not supported
    41541501No multipart boundary Content-TypeRequest lacks the required format for multipart usage
    42942900Too many requestsToo many requests
    50050000Internal server errorInternal server error
    50050010no final answerSkill: missing final_answer when calling API
    50051010There is no tool available for planning.Skill: no tool available for planning
    50051020An unknown error occurred during planning. {reason}Skill: unknown error occurred during planning
    50051030Planning is not possible for the given query. The reason is as follows: {reason}Skill: planning task rejected
    50052020Error in creating json. Unable to respond.Skill: error in json parsing when LLM determines the result in the discriminator
    50052030Incorrect creation of skillSet. Unable to respond.Skill: when the skillSet created by the discriminator does not exist in the entered skillSet
    50053010Failed in parsing the search API.Skill: error occurred during preprocessing of search API results
    50053020Unable to summarize due to short original text length.Skill: error occurs when the original text is less than 100 characters based on char_size
    50060000HyperCLOVA API Error url:{url}Skill: HyperCLOVA related error
    50064000{HyperCLOVA error message}Skill: HyperCLOVA input-related error (text too long, etc.)
    50064240{HyperCLOVA error message}Skill: HyperCLOVA creation-related error (lora url issues, etc.)
    50064290{HyperCLOVA error message}Skill: HyperCLOVA too many requests error
    50065000{HyperCLOVA error message}Skill: HyperCLOVA internal server error
    50150100Not yet implementedCall for an unimplemented API
    50450400Gateway timeoutGateway processing timeout
    Note

    For status codes not listed above, see NAVER integration API provided by NAVER Cloud Platform.

    Syntax

    These are examples of common response syntax.

    • Succeeded
      {
        "status": {
          "code": "20000",
          "message": "OK"
        },
        "result": {}
      }
      
    • Failed (client error)
      {
      "status": {
      "code": "40102",
      "message": "Invalid access token"
          }
      }
      
    • Failed (server error)
      {
      "status": {
      "code": "50000",
      "message": "Internal Server Error"
          }
      }
      

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.