Request to GPT Vision#

Request to GPT Vision for image analysis.

User Request[Text] Enter the text of the request to the neural network.
Image File

[Text] Path and name of the image file.

Supported formats:

  • .jpg;
  • .png.
ModelSelect a model to generate a response.
Temperature

[Number] A decimal number from 0 to 1 that indicates the degree of "randomness" or "creativity" of the result, where:

  • 0 - least creative result,
  • 1 - most random.

For most creative tasks, a value of 0.7 is more suitable, and if you want to receive the same response for the same request every time, set the value to 0.

Maximum Length

[Number] The maximum length of the result, expressed in conditional tokens.

For English, 1 token is 4 characters, for most other languages, 1 token is 1 character.

Reduce this number if you want to receive shorter requests on average, increase it for longer requests. Keep in mind that this number limits the length of the response, but the response may not necessarily be the length you specified - depending on the content of the request, it may be shorter.

Auto Length LimitingWhen enabled, the specified maximum length will be automatically adjusted. This is done by calculating the number of tokens in the request and considering the maximum possible number of tokens for the selected model.
Timeout

[Number] The maximum waiting time for a response in seconds. The actual waiting time depends on the selected model, the length of your request, and the expected length of the response, as well as the current load on the servers.

If the set timeout limit is exceeded, an error occurs.

Response Role[Text] The role with which the neural network responded.
Response[Text] The text of the response from the neural network.
Final Length[Number] The final length of the request and result (combined), expressed in conditional tokens.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that the blocks will output during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block.