ChatBot API

ChatBot API

POST  /streamChat

Open in API Reference

Header Parameters

Authorization
string

Body Parameters

llm_model
string
Additional properties:
-> The llm_model parameter specifies the name of the Large Language Model (LLM) to be used. The supported values for this parameter depend on the llm you have selected. For example, if the llm is OpenAI, the supported llm_model values include: "gpt-4-turbo-2024-04-09" "gpt-3.5-turbo-0125" Similarly, if the llm is MistralAI, the supported llm_model values include: "mistral-large-latest" "open-mistral-7b" Ensure that the llm_model value you provide is compatible with the selected model_type. -> Supported values are : "mistral-large-latest" "open-mistral-7b" "gemini-pro" "gemini-1.5-pro-latest" "gpt-4-turbo-2024-04-09" "gpt-3.5-turbo-0125" "claude-3-haiku-20240307" "claude-3-opus-20240229"
temperature
number (float)
Additional properties:
-> The temperature parameter accepts a float value between 0 and 1. This parameter helps control the level of determinism in the output from the Large Language Model (LLM).

Format:

float,
0

exclusiveMinimum:

true
system_msg
string
Additional properties:
-> The system_msg parameter allows you to set a system message for the Large Language Model (LLM). This message can be used to provide context or instructions to the model, which can influence the tone and behavior of the generated responses.
llm
string
Additional properties:
-> The llm parameter specifies the type of Large Language Model (LLM) to be used. The supported values are: ClaudeAI MistralAI OpenAI GeminiAI.
image_analyze
boolean
enable_tool
boolean
array
object
take_route
boolean
object
POST

/streamChat

cURL
1 // Select a section to get started

Response

// Awaiting response...