cURL
curl --request GET \ --url https://api.futureagi.com/model-hub/get-eval-config \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>'
{ "output_types": [ "Pass/Fail", "score", "choices" ], "template_types": [ "Llm", "Futureagi", "Function" ], "supported_models": [ "gpt-4", "gpt-3.5-turbo", "claude-3-opus" ] }
Retrieve evaluation configuration options and available models
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
Evaluation configuration
["Pass/Fail", "score", "choices"]
["Llm", "Futureagi", "Function"]
["gpt-4", "gpt-3.5-turbo", "claude-3-opus"]
Was this page helpful?