cURL
curl --request GET \ --url https://api.nugen.in/api/v3/models/base \ --header 'Authorization: Bearer <token>'
{ "models": [ { "id": "<string>", "name": "<string>", "type": "<string>", "description": "<string>", "parameters": "N/A", "capabilities": [ "<string>" ], "training_data_cutoff": "<string>", "context_window": -1, "implementation_type": "N/A", "endpoint": "<string>", "alignment_ready": false, "is_active": false, "num_params_in_B": 0 } ] }
Get the list of available base models (general purpose models)
Returns:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?