cURL
curl --request GET \ --url https://app.empower.dev/api/v1/base-model/{name} \ --header 'Authorization: Bearer <token>'
{ "name": "meta-llama/Llama-2-7b-chat-hf", "unit_price": 123, "active_deployment": { "created_at": 1706652711, "creator": { "actor_type": "USER", "api_key": { "name": "<string>" }, "user": { "first_name": "<string>", "last_name": "<string>", "email": "<string>", "profile_image_url": "<string>" } }, "model_name": "meta-llama/Llama-2-7b-chat-hf", "model_source": "HF_HUB" } }
Retrieve a base model
Retrieve the details of a base model.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the base model
Retrieve the base model successfully.
Name of the base model, used as the unique identifier.
"meta-llama/Llama-2-7b-chat-hf"
Current active deployment of the base model.
Show child attributes