Help Center/ ModelArts/ FAQs/ ModelArts Studio (MaaS)/ What Are the Format Requirements for Configuring the Model Service API URL in MaaS?
Updated on 2025-08-28 GMT+08:00

What Are the Format Requirements for Configuring the Model Service API URL in MaaS?

When setting up the model service API URL on most platforms, remove the /chat/completions part at the end.

For example, change https://example.com/v1/chat/completions to https://example.com/v1.

To obtain the model service API URL, follow these steps:

  1. Log in to the ModelArts Studio console and choose Real-Time Inference in the navigation pane on the left.
  2. In the Real-Time Inference > My Services tab, choose More > View Call Description in the Operation column of the target running service.
  3. On the displayed dialog box, obtain the model service API URL required for calling the service.