v1

latestOpenAPI 3.0.22026-08-062794201004.1 KB
Models (AI Data Plane)

Get Model Connection String

Fetches the connection string to connect to the model.

Use this connection string as the base URL in your Model Service API inference requests. For more information, see Make an API Call with the Model Service API.

In order to access this endpoint, the provided API key must have at least one of the following roles:

  • Organization Member

To learn more, see Organization, Project, and Database Access Overview.

get/v4/organizations/{organizationId}/aiServices/models/{modelId}/connectionString

Response

Successfully fetched the connectionString.

connectionStringstring

Example response

{
  "connectionString": "https://abcdefgh.ai.com"
}