How to list Domo AI Models and its meta data

Below is the sample output I'm getting from Domo API using AI service layer API


1.How to list the DOMO AI models if i want to choose different AI
2.how to pass/use the sessionId to stay on the same chat

{
"prompt": "hi",
"choices": [
{
"output": "Hello! How can I assist you today?"
}
],
"modelId": "domo.domo_ai.domogpt-chat-medium-v1.1:anthropic",
"isCustomerModel": false,
"sessionId": "d6793495-459b-xxxx-ba0c-xxxxxxxx",
"requestId": "f63e34eb-af73-xxxx-aa8e-xxxxxxx",
"output": "Hello! How can I assist you today?"
}