> ## Documentation Index
> Fetch the complete documentation index at: https://docs.deepinfra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Models Featured



## OpenAPI

````yaml https://api.deepinfra.com/openapi.json get /models/featured
openapi: 3.1.0
info:
  title: DeepInfra API
  description: >-
    The DeepInfra API provides serverless AI inference, custom model
    deployments, and GPU rentals.
  version: 1.0.0
servers:
  - url: https://api.deepinfra.com
security: []
tags:
  - name: Chat Completions
    description: OpenAI and Anthropic-compatible chat completion endpoints for LLMs.
  - name: Text Completions
    description: OpenAI-compatible text completion endpoints.
  - name: Embeddings
    description: Generate text embeddings for search and RAG.
  - name: Image Generation
    description: Generate, edit, and create variations of images.
  - name: Audio
    description: OpenAI-compatible speech synthesis, transcription, and translation.
  - name: Text to Speech
    description: ElevenLabs-compatible TTS endpoints and voice management.
  - name: Inference
    description: Native DeepInfra inference API for models and deployments.
  - name: Dedicated Models
    description: Deploy and manage private model instances with autoscaling.
  - name: GPU Rentals
    description: Rent dedicated GPU containers.
  - name: Models
    description: Browse, search, and manage AI models.
  - name: Files & Batches
    description: File uploads and batch processing.
  - name: LoRA Adapters
    description: Create, manage, and query LoRA adapter models.
  - name: Agents
    description: Manage agent-framework instances (OpenClaw and friends).
  - name: Sandboxes
    description: Create and manage isolated sandbox environments.
  - name: Account
    description: User profile, team management, and rate limits.
  - name: Authentication
    description: API tokens, SSH keys, scoped JWTs, and login flows.
  - name: Billing
    description: Payment methods, usage tracking, and billing.
  - name: Logs & Metrics
    description: Query inference logs, deployment logs, and usage metrics.
  - name: Utilities
    description: Feedback submission and CLI version.
paths:
  /models/featured:
    get:
      tags:
        - Models
      summary: Models Featured
      operationId: models_featured_models_featured_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/ModelOut'
                type: array
                title: Response Models Featured Models Featured Get
components:
  schemas:
    ModelOut:
      properties:
        model_name:
          type: string
          title: Model Name
          description: Model Name
          examples:
            - microsoft/resnet-50
        type:
          type: string
          title: Type
          description: raw type of the model
          examples:
            - image-classification
        reported_type:
          type: string
          title: Reported Type
          description: reported type of the model
          examples:
            - text-generation
        description:
          type: string
          title: Description
          description: description of the model
          default: ''
          examples:
            - >-
              ResNet-50 is a convolutional neural network that is trained on
              more than a million images from the ImageNet database. It is a
              50-layer deep neural network.
        cover_img_url:
          type: string
          title: Cover Img Url
          description: cover image link
          default: ''
        tags:
          items:
            type: string
          type: array
          title: Tags
          description: list of tags
        pricing:
          anyOf:
            - $ref: '#/components/schemas/ModelPricingTime'
            - $ref: '#/components/schemas/ModelPricingTokens'
            - $ref: '#/components/schemas/ModelPricingInputLength'
            - $ref: '#/components/schemas/ModelPricingInputTokens'
            - $ref: '#/components/schemas/ModelPricingUptime'
            - $ref: '#/components/schemas/ModelPricingInputCharacterLength'
            - $ref: '#/components/schemas/ModelPricingImageUnits'
            - $ref: '#/components/schemas/ModelPricingOutputLength'
            - $ref: '#/components/schemas/ModelPricingFrameUnits'
          title: Pricing
          description: The pricing type and cost for this model
        max_tokens:
          anyOf:
            - type: integer
            - type: 'null'
          title: Max Tokens
          description: The maximum context size of this model, if applicable
        replaced_by:
          anyOf:
            - type: string
            - type: 'null'
          title: Replaced By
        deprecated:
          anyOf:
            - type: integer
            - type: 'null'
          title: Deprecated
        quantization:
          anyOf:
            - type: string
            - type: 'null'
          title: Quantization
        mmlu:
          anyOf:
            - type: number
            - type: 'null'
          title: Mmlu
        expected:
          anyOf:
            - type: string
            - type: 'null'
          title: Expected
        create_ts:
          anyOf:
            - type: string
            - type: 'null'
          title: Create Ts
        private:
          type: integer
          title: Private
          default: 0
        is_partner:
          type: boolean
          title: Is Partner
          default: false
      type: object
      required:
        - model_name
        - type
        - reported_type
        - pricing
      title: ModelOut
    ModelPricingTime:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: time
        cents_per_sec:
          type: number
          title: Cents Per Sec
      type: object
      required:
        - cents_per_sec
      title: ModelPricingTime
    ModelPricingTokens:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: tokens
        cents_per_input_token:
          type: number
          title: Cents Per Input Token
        cents_per_output_token:
          type: number
          title: Cents Per Output Token
        rate_per_input_token_cached:
          anyOf:
            - type: number
            - type: 'null'
          title: Rate Per Input Token Cached
        rate_per_input_token_cache_write:
          anyOf:
            - type: number
            - type: 'null'
          title: Rate Per Input Token Cache Write
        rate_per_service_tier_priority:
          anyOf:
            - type: number
            - type: 'null'
          title: Rate Per Service Tier Priority
        rate_per_service_tier_flex:
          anyOf:
            - type: number
            - type: 'null'
          title: Rate Per Service Tier Flex
      type: object
      required:
        - cents_per_input_token
        - cents_per_output_token
      title: ModelPricingTokens
    ModelPricingInputLength:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: input_length
        cents_per_input_sec:
          type: number
          title: Cents Per Input Sec
      type: object
      required:
        - cents_per_input_sec
      title: ModelPricingInputLength
    ModelPricingInputTokens:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: input_tokens
        cents_per_input_token:
          type: number
          title: Cents Per Input Token
      type: object
      required:
        - cents_per_input_token
      title: ModelPricingInputTokens
    ModelPricingUptime:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: uptime
        cents_per_sec:
          type: number
          title: Cents Per Sec
      type: object
      required:
        - cents_per_sec
      title: ModelPricingUptime
    ModelPricingInputCharacterLength:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: input_character_length
        cents_per_input_chars:
          type: number
          title: Cents Per Input Chars
      type: object
      required:
        - cents_per_input_chars
      title: ModelPricingInputCharacterLength
    ModelPricingImageUnits:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: image_units
        cents_per_image_unit:
          type: number
          title: Cents Per Image Unit
        default_width:
          type: integer
          title: Default Width
        default_height:
          type: integer
          title: Default Height
        default_iterations:
          type: integer
          title: Default Iterations
        default_price_cents:
          anyOf:
            - type: number
            - type: 'null'
          title: Default Price Cents
        usage_from_cost:
          type: boolean
          title: Usage From Cost
      type: object
      required:
        - cents_per_image_unit
        - default_width
        - default_height
        - default_iterations
        - usage_from_cost
      title: ModelPricingImageUnits
    ModelPricingOutputLength:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: output_length
        cents_per_output_sec:
          type: number
          title: Cents Per Output Sec
      type: object
      required:
        - cents_per_output_sec
      title: ModelPricingOutputLength
    ModelPricingFrameUnits:
      properties:
        short:
          anyOf:
            - type: string
            - type: 'null'
          title: Short
          description: Short description of the pricing, ideal for cards and headers
          examples:
            - $0.15 / second
        full:
          anyOf:
            - type: string
            - type: 'null'
          title: Full
          description: Full description of the pricing, perfect for details
          examples:
            - $0.15 / second for 1080P, $0.10 / second for 720P
        table:
          anyOf:
            - additionalProperties: true
              type: object
            - type: 'null'
          title: Table
          description: Could be used to generate pricing tables
          examples:
            - columns:
                - resolution
                - $ cost per second
              rows:
                - - 780P
                  - $0.10
                - - 1080P
                  - $0.15
        type:
          type: string
          title: Type
          default: frame_units
        cents_per_frame_unit:
          type: number
          title: Cents Per Frame Unit
      type: object
      required:
        - cents_per_frame_unit
      title: ModelPricingFrameUnits

````