Skip to main content

Release 11.7

Release Date: August 7th, 2025



New FeatureImprovementBug FixEnterprise Only
new-featureimprovementbugenterprise

Developer Plan

StatusChangeDetails
new-featureIntroduced a Developer Plan
  • This plan provides access to Local Runners and open-source models at a promotional price of $1 per month.
  • Learn more here.

Published Models

StatusChangeDetails
new-featurePublished new models
  • Published GPT‑OSS-120B and GPT‑OSS-20B, OpenAI's latest state-of-the-art open-weight language models, designed for real-world reasoning, tool use, and on-device deployment.
  • Published Qwen3-Coder-30B-A3B-Instruct, a high-performing, efficient model with strong agentic coding abilities, long-context support, and broad platform compatibility.

Ollama Models

StatusChangeDetails
new-featureAdded support for running Ollama models locally
  • You can now download and run Ollama models locally with Clarifai’s Local Runners.
  • Learn more here.

Playground

StatusChangeDetails
improvementImproved the AI Playground with a side-by-side comparison view
  • This allows users to easily test and compare different models, or the same model on different instances, to select the most suitable option.

Python SDK

StatusChangeDetails
improvementImproved the Python SDK.

Learn more here.
  • Added a quick fix for local runner signature handling
  • Added a check to skip code generation when context is not set
  • Ensured pipeline_steps are properly used in templates
  • Fixed issues related to nodepool creation
  • Improved pipeline status code checks for better reliability
  • Implemented various bug fixes and enhancements for pipelines
  • Added list / ls CLI commands for pipelines and pipeline steps
  • Fixed the broken link to the PAT account settings page
  • Added support for verbose logging in Ollama
  • Enhanced error messages for Pythonic models
  • Improved logging experience during login
  • Refined logging output for the Local Runner
  • Added CLI config context support to BaseClient authentication for easier environment switching.
  • Introduced live logging functionality for model runners to monitor outputs in real-time.
  • Unified context management under a single config command for consistency and simplicity.
  • Added a utility function to return both gRPC stub and channel in one call.
  • Added validation checks for Local Runner requirements during initialization.
  • Improved error handling for failed URL downloads to provide clearer feedback.
  • Included Playground URLs in Local Runner logs for easier navigation and debugging.
  • Added unit tests for toolkits to ensure reliability and code quality.
  • Improved logging in the Local Runner CLI for better clarity and troubleshooting.
  • Formatted client scripts using black for consistent and clean code style.
  • Added support for downloading GitHub folders and specifying toolkits in model init.
  • Improved handling of PAT and USER_ID for better authentication reliability.
  • Fixed thread flag handling in Local Runner and added validation for invalid users.
  • Implemented PAT token validation during the clarifai login command.
  • Standardized Local Runner naming across the SDK for consistency.
  • Fixed the pipelinestep upload command to properly parse all compute-info parameters and preserve custom Dockerfiles.
  • Resolved base model template import and return issues in the SDK.
  • Set the default pool_size flag to 1 for local development runner threads.
  • Updated constants used by the Local Runner for better configuration control.
  • Added support for the --version flag in the Clarifai CLI for easier version tracking.
  • Improved handling of model_type_id and enhanced configuration management.
  • Enabled support for specifying deployment_user_id in the Model class to refine runner selection.
  • Enhanced the model init command by allowing initialization from a GitHub repository for greater flexibility.
  • Fixed CLI PATH handling issues on Windows systems.
  • Corrected issues in the code generation script for improved output consistency.
  • Added an alias for the pipelinestep CLI command and significantly increased test coverage for the clarifai.runners.pipeline_steps module.
  • Improved CLI documentation and added detailed help messages for various model-related commands.
  • Set the default number of gRPC server threads to CLARIFAI_NUM_THREADS or 32, if unspecified.
  • Integrated configuration contexts into the model upload CLI command for environment-specific behavior.
  • Introduced a pipeline run CLI command similar to model predict for easier pipeline execution.
  • Updated requirements.txt to reflect the latest supported protocol version.

Platform

StatusChangeDetails
improvementMade some platform improvements
  • Token-based models now clearly show accurate input and output pricing, including when used within workflows.
  • Workflow pricing now displays multiple pricing tiers for each model included in the workflow.
  • Updated the Settings sidebar to support URL-based account switching. Access to any Settings page now requires this URL format: /userOrOrgId/settings/{resource-type}.
  • Added support for redirecting users back to their original source page after login or sign-up, where applicable.
  • Added the "Create Organization" flow as a follow-up step after the new user onboarding process.
bugFixed some bugs
  • Fixed an issue where a renamed app continued to show its old ID in the Settings page and deletion toast notification.
  • Fixed an issue where accessing unauthorized resources triggered multiple error pop-ups; it now shows a single, graceful notification.
  • Fixed an issue where both My Resources and Community tabs were highlighted when opening an app under My Resources in Org accounts; now only My Resources is correctly highlighted.
  • Fixed an issue where reordering Home page card layouts via ‘Configure Home’ did not save the intended order.
  • Fixed an issue where the recent activity section on the Home page displayed incorrect information when users performed operations across multiple apps.
  • Fixed an issue where the Sign Up and verify email pages did not redirect after successful authentication, or triggered the organization onboarding modal.