GET
/
models
/
v2
/
list
/
models

Explore Available Models

Use the GET /models/v2/list/models endpoint to retrieve a list of open-source AI models available for various tasks. You can filter models by task using the task query parameter.

Query Models by Task

Example Request

curl --location 'https://api.bytez.com/models/v2/list/models?task=chat' \
--header 'Authorization: Key your-api-key-here'

Authorizations

authorization
string
header
required

Provide your API key as Key your-key-here in the Authorization header.

Query Parameters

task
string

The specific task type to filter models. Supported task types include: audio_classification, automatic_speech_recognition, chat, depth_estimation, document_question_answering, feature_extraction, fill_mask, image_classification, image_feature_extraction, image_segmentation, image_text_to_text, image_to_text, mask_generation, object_detection, question_answering, sentence_similarity, summarization, text_classification, text_generation, text_to_audio, text_to_image, text_to_speech, text_to_video, text2text_generation, token_classification, translation, unconditional_image_generation, video_classification, visual_question_answering, zero_shot_classification, zero_shot_image_classification, zero_shot_object_detection.

Response

200 - application/json
models
object[]