<!-- LLM_VERSION_INFO
FORMAT: text/markdown
CONTENT_TYPE: article
ORIGINAL_URL: https://www.clarifai.com/blog/clarifai-release-6.1
ALTERNATE_VERSION: blog/clarifai-release-6-1.html (text/html)
EXTRACTION_DATE: 2026-04-17T03:58:15.709Z

This is the markdown version with text-only content (images converted to alt-text).
For rich formatting with images, request the HTML version at: blog/clarifai-release-6-1.html
-->

# Clarifai Release 6.1

By [Jeff Toffoli](/content/blog/author/jeff-toffoli/index.html)

[Clarifai Release 6.1](/content/blog/clarifai-release-6.1) includes numerous bug fixes and improvements, and support for multi-language search of concepts, and the ability to stream inputs into the API.

## Multi-language concept search

The Clarifai API supports many languages in addition to English. These are represented as translations of the names of concepts so that when you search by concept name or get predictions from a model's concepts you can utilize the language of your choice. Release 6.1 adds support for multi-language concept search.

## Streaming inputs

Streaming inputs allows for more efficient processing of visual data, and offers an alternative approach to the pagination in the Clarifai API. This allows users a scalable method for listing an app's inputs in an iterative / streaming fashion. `StreamInputs` will return `per_page` number of inputs from a certain input onward, controlled by the optional `last_id` parameter (defaults to the first input).
