Skip to main content
GET
/
models
/
compatibility_mapping
/api/v1/models/compatibility_mapping
curl --request GET \
  --url https://api.venice.ai/api/v1/models/compatibility_mapping \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "gpt-4o": "zai-org-glm-5-1"
  },
  "object": "list",
  "type": "text"
}

Documentation Index

Fetch the complete documentation index at: https://docs.venice.ai/llms.txt

Use this file to discover all available pages before exploring further.

Postman Collection

For additional examples, please see this Postman Collection.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

type
enum<string>
default:text

Filter models by type.

Available options:
asr,
embedding,
image,
music,
text,
tts,
upscale,
inpaint,
video
Example:

"text"

Response

OK

data
object
required

List of available models

Example:
{ "gpt-4o": "zai-org-glm-5-1" }
object
enum<string>
required
Available options:
list
type
required

Type of models returned.

Available options:
asr,
embedding,
image,
music,
text,
tts,
upscale,
inpaint,
video
Example:

"text"