GET
/
models
/
compatibility_mapping
curl --request GET \
  --url https://api.venice.ai/api/v1/models/compatibility_mapping
{
  "data": {
    "gpt-4o": "llama-3.3-70b"
  },
  "object": "list",
  "type": "text"
}

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:
embedding,
image,
text,
tts,
upscale
Example:

"text"

Response

200
application/json
OK

The response is of type object.