# ai-finetuning ## ai_finetuning_v1_org_user_datasets_list - [GET /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_datasets_list.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_datasets_create - [POST /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_datasets_create.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_datasets_retrieve - [GET /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/{id}/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_datasets_retrieve.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_datasets_update - [PUT /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/{id}/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_datasets_update.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_datasets_partial_update - [PATCH /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/{id}/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_datasets_partial_update.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_datasets_destroy - [DELETE /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/{id}/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_datasets_destroy.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_trainings_list - [GET /api/ai-finetuning/v1/org/{org}/user/{username}/trainings/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_trainings_list.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_trainings_create - [POST /api/ai-finetuning/v1/org/{org}/user/{username}/trainings/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_trainings_create.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_trainings_retrieve - [GET /api/ai-finetuning/v1/org/{org}/user/{username}/trainings/{id}/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_trainings_retrieve.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_trainings_update - [PUT /api/ai-finetuning/v1/org/{org}/user/{username}/trainings/{id}/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_trainings_update.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_trainings_partial_update - [PATCH /api/ai-finetuning/v1/org/{org}/user/{username}/trainings/{id}/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_trainings_partial_update.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_trainings_destroy - [DELETE /api/ai-finetuning/v1/org/{org}/user/{username}/trainings/{id}/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_trainings_destroy.md): Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin ## ai_finetuning_v1_org_user_trainings_finetuned_models_retrieve - [GET /api/ai-finetuning/v1/org/{org}/user/{username}/trainings/finetuned-models/](https://docs.ibl.ai/apis/ibl/ai-finetuning/ai_finetuning_v1_org_user_trainings_finetuned_models_retrieve.md): Retrieves a paginated list of completed fine-tuned models, excluding those without a fine-tuned model. Filtering and pagination is allowed. NB: This is only a helper endpoint. The same functionality can be achieved with the appropriate filters using the training list endpoint. Returns: Response: A paginated response containing the serialized fine-tuned models.