Provide a comprehensive list of serverless GenAI endpoints
B
Bradley
The current documentation shows an example using the v1/chat/completions endpoint:
"For example, https://inference.do-ai.run/v1/chat/completions is used to ..."
This language implies that there are other endpoints, but I could not find a comprehensive list of all endpoints. Please provide one.
KC Ayuno
Hello! We're in the process of updating the docs to provide a list of paths that a user can use. We only have one endpoint (
https://inference.do-ai.run/v1
). For ease, this is the paths list as of now; future updates to the list will be added in our docs: *
/models
: Returns a list of available models and their slugs.*
/chat/completions
: Sends chat-style prompts and returns model responses.