Inference provider tasks
- For provider registration tasks, use this sequence:
- Create API key secret
- Create temporary provider
- List providers
- Get provider details
- Delete temporary provider
- Create final verification provider
- Use
nemo_apiwith resourcesecretsfor the API key secret, passingworkspace="<active request workspace>". - Use
nemo_apiwith resourceinference.providersfor provider CRUD, passingworkspace="<active request workspace>"on every call. - Ensure final provider uses exactly the requested host URL and description.
- Retrieve or list the final provider and compare its host URL and description with the requested values before reporting success.