# DeepInfra Embedding Models Catalog

**Use case:** 

Collect DeepInfra embedding model names, pricing, metadata, and availability for source-specific AI infrastructure research.

## Input

```json
{
  "modelType": "embeddings",
  "includeDeprecated": false,
  "maxRequestRetries": 4
}
```

## Output

```json
{
  "modelId": {
    "label": "Model ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "owner": {
    "label": "Owner",
    "format": "text"
  },
  "modelType": {
    "label": "Type",
    "format": "text"
  },
  "pricing": {
    "label": "Pricing",
    "format": "text"
  },
  "maxTokens": {
    "label": "Max Tokens",
    "format": "number"
  },
  "isDeprecated": {
    "label": "Deprecated",
    "format": "boolean"
  },
  "modelUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [DeepInfra Models Scraper](https://apify.com/automation-lab/deepinfra-models-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/deepinfra-models-scraper) to learn more, explore other use cases, and run it yourself.