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

# zlm-v1-multi-iab-classify

> Model details for zlm-v1-multi-iab-classify. IAB content and audience classification for non-English text.

<Note>
  The `instructions` field is not needed for this model. Send only the text to
  classify. The result arrives as a JSON string in the response's output text,
  so parse that string to read `audience`, `content` (`iab_1_0` and `iab_2_2`),
  `topics`, `keywords`, and `user_intent`.
</Note>

> The multilingual variant of ZeroGPU's IAB classifier returns the same full content-intelligence profile as the enriched edge model, for text that is not in English. One call gives you IAB categories across both the 1.0 and 2.2 taxonomies, audience and interest segments, topics, keywords, and user intent, every result scored for confidence. At 90M parameters it keeps the sub-millisecond profile the bidstream needs, so a multi-market publisher can run one classification pipeline instead of one per language. When your inventory spans languages and you still need clean IAB signals on every request, this is the model.

Supports batch processing through the [Batch API](/docs/batch/index). This model is a sibling of [zlm-v2-iab-classify-edge-enriched](/api-reference/models/zlm-v2-iab-classify-edge-enriched); reach for that one when the text is English.

**References:** [Terms](https://zerogpu.ai/terms) • [Privacy](https://zerogpu.ai/privacy-policy)


## OpenAPI

````yaml api-reference/openapi/playgrounds/zlm-v1-multi-iab-classify.openapi.json POST /responses
openapi: 3.1.0
info:
  title: zlm-v1-multi-iab-classify playground
  version: '1.0'
  description: >-
    Interactive playground for **zlm-v1-multi-iab-classify**.

    Model is always `zlm-v1-multi-iab-classify` on this page (shown in the form,
    not editable).

    Authentication: `x-api-key` (required) and `x-project-id` (optional).
servers:
  - url: https://api.zerogpu.ai/v1
    description: Production
security:
  - ApiKey: []
paths:
  /responses:
    post:
      tags:
        - zlm-v1-multi-iab-classify
      summary: 'zlm-v1-multi-iab-classify: Responses'
      operationId: createResponse_zlm-v1-multi-iab-classify
      parameters:
        - name: x-project-id
          in: header
          required: false
          schema:
            type: string
          description: >-
            Optional project identifier. Scopes the request to a specific
            project when provided.
      requestBody:
        required: true
        content:
          application/json:
            schema:
              allOf:
                - $ref: '#/components/schemas/CreateResponseRequest'
                - type: object
                  properties:
                    model:
                      type: string
                      const: zlm-v1-multi-iab-classify
                      default: zlm-v1-multi-iab-classify
                      example: zlm-v1-multi-iab-classify
                      description: >-
                        Model identifier (fixed for this playground). Use
                        request examples to change use cases.
            examples:
              default:
                summary: Default
                value:
                  input: >-
                    ¿Cuáles son los conceptos básicos del ejercicio y la aptitud
                    física? El ejercicio regular es una de las mejores cosas que
                    puede hacer por su salud.
                  model: zlm-v1-multi-iab-classify
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Response'
              examples:
                default:
                  summary: Default
                  value:
                    audience:
                      - id: 419
                        parent_id: 415
                        name: Physical Therapy
                        tier1_name: Interest
                        tier2_name: Healthy Living
                        tier3_name: Wellness
                        score: 0.6441585183644298
                      - id: 406
                        parent_id: 206
                        name: Healthy Living
                        tier1_name: Interest
                        tier2_name: Healthy Living
                        score: 0.5809985325902359
                      - id: 410
                        parent_id: 408
                        name: Running and Jogging
                        tier1_name: Interest
                        tier2_name: Healthy Living
                        tier3_name: Fitness and Exercise
                        score: 0.537299056216946
                      - id: 408
                        parent_id: 406
                        name: Fitness and Exercise
                        tier1_name: Interest
                        tier2_name: Healthy Living
                        tier3_name: Fitness and Exercise
                        score: 0.5202761720147232
                    content:
                      iab_1_0:
                        - code: IAB7-1
                          name: Exercise
                          tier: 2
                          parent_code: IAB7
                          score: 0.8641673687946894
                        - code: IAB7-36
                          name: Physical Therapy
                          tier: 2
                          parent_code: IAB7
                          score: 0.759118804822501
                        - code: IAB7
                          name: Health & Fitness
                          tier: 1
                          parent_code: null
                          score: 0.661015418108041
                      iab_2_2:
                        - id: 225
                          parent_id: 223
                          name: Fitness and Exercise
                          tier1_name: Healthy Living
                          tier2_name: Fitness and Exercise
                          score: 0.8641673687946894
                        - id: 236
                          parent_id: 232
                          name: Physical Therapy
                          tier1_name: Healthy Living
                          tier2_name: Wellness
                          tier3_name: Physical Therapy
                          score: 0.759118804822501
                        - id: 286
                          parent_id: 0
                          name: Medical Health
                          tier1_name: Medical Health
                          score: 0.661015418108041
                        - id: 223
                          parent_id: 0
                          name: Healthy Living
                          tier1_name: Healthy Living
                          score: 0.6522893285516443
                        - id: 298
                          parent_id: 287
                          name: Injuries
                          tier1_name: Medical Health
                          tier2_name: Diseases and Conditions
                          tier3_name: Injuries
                          score: 0.5958264131933557
                    topics:
                      - name: fitness and exercise
                        score: 0.8641673687946894
                      - name: physical therapy
                        score: 0.759118804822501
                      - name: medical health
                        score: 0.661015418108041
                      - name: healthy living
                        score: 0.6522893285516443
                      - name: injuries
                        score: 0.5958264131933557
                    keywords:
                      - conceptos
                      - ejercicio
                      - aptitud
                      - regular
                      - mejores
                      - sicos
                      - cosas
                      - puede
                      - hacer
                      - sica
                    user_intent:
                      name: insights on les son los conceptos sicos del
                      category: informational
                      score: 0.5
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '420':
          description: Insufficient quota
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
        '500':
          description: Internal server error
components:
  schemas:
    CreateResponseRequest:
      type: object
      required:
        - model
        - input
      properties:
        model:
          type: string
          const: zlm-v1-multi-iab-classify
          default: zlm-v1-multi-iab-classify
          example: zlm-v1-multi-iab-classify
          description: Model identifier (fixed for this playground).
        input:
          type: string
          minLength: 1
          format: textarea
          maxLength: 131072
          description: >-
            The text to classify, as a plain string, in any supported language.
            Inputs are truncated at 400 tokens.
    Response:
      type: object
      additionalProperties: true
    ErrorResponse:
      type: object
      additionalProperties: true
  securitySchemes:
    ApiKey:
      type: apiKey
      in: header
      name: x-api-key

````