Documentation for inference API Endpoints
#125
by
atlas-ai-naveen
- opened
I am looking to integrate inference API Endpoint , is there resource or documentation for REST endpoints.
Usecase:
extracting a text from the image and need to pass this text with prompt to mistral model.
While researching online I found https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3
as baseurl for api, Is this correct ?
https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3 ---> 404
atlas-ai-naveen
changed discussion title from
Documentation for inference API Endpoint
to Documentation for inference API Endpoints