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

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:
image,
text

Response

200
application/json
OK
object
enum<string>
required
Available options:
list
type
enum<string>
required

Type of models returned.

Available options:
text,
image,
all
data
object
required

List of available models