POST
/
redteam
/
model-health
curl --request POST \
  --url https://api.enkryptai.com/redteam/model-health \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "target_model_configuration": {
    "model_name": "meta-llama/Llama-2-13b-chat-hf",
    "testing_for": "Copilot",
    "model_type": "text_2_text",
    "model_version": "v1",
    "model_source": "https://together.ai",
    "model_provider": "together",
    "model_endpoint_url": "https://api.together.xyz/v1/chat/completions",
    "model_api_key": "ABCDE12345678900",
    "system_prompt": "",
    "conversation_template": "",
    "rate_per_min": 20
  }
}'
{
  "status": "healthy",
  "error": "<string>"
}

Authorizations

apikey
string
header
required

Body

application/json
target_model_configuration
object
required

Response

200 - application/json
Successful Response
status
enum<string>
required
Available options:
healthy,
unhealthy
error
string