Skip to main content

Release 11.4

Release Date: May 9th, 2025



New FeatureImprovementBug FixEnterprise Only
new-featureimprovementbugenterprise

Developer Experience

StatusChangeDetails
new-featureIntroduced a new Python-based method for model uploading and inference
  • Built with a Python-first, user-centric design, this flexible approach simplifies the process of working with models — enabling users to focus more on building and iterating, and less on navigating API mechanics. It streamlines inference, accelerates development, and enhances overall usability.
  • Learn more about it here and here.

New Published Models

StatusChangeDetails
new-featurePublished new models
  • Published Llama-4-Scout-17B-16E-Instruct, a powerful model in the Llama 4 series featuring 17 billion parameters and 16 experts for advanced instruction tuning.
  • Published Qwen3-30B-A3B-GGUF, the newest in the Qwen series, featuring dense and MoE models with major improvements in reasoning, instruction-following, agent tasks, and multilingual support.
  • Published o4-mini model from OpenAI. It’s a smaller model optimized for fast, cost-efficient reasoning — it achieves remarkable performance for its size and cost, particularly in math, coding, and visual tasks.
  • Published o3 model from OpenAI. It’s a well-rounded and powerful model across domains. It sets a new standard for math, science, coding, and visual reasoning tasks.

Playground

StatusChangeDetails
improvementEnhanced the model Playground experience
  • Added automatic mode detection based on the selected model — now intelligently switches between Chat and Vision modes for predictions.
  • Improved model search and identification for a faster, more accurate selection experience.
  • Introduced a Personal Access Token (PAT) dropdown, enabling users to easily insert their PAT keys into code snippets.
  • Implemented dynamic pricing display that updates based on the selected deployment.
  • The selected deployment ID is now automatically injected into the inference code.

Home Page

StatusChangeDetails
improvementEnhanced the Platform's Home page
  • The Home page is now accessible to all users, with sections requiring login automatically hidden for non-logged-in users.
  • Added a "Recent Activity" section that lets users view their most recent actions and operations performed on the platform.
  • Made additional improvements to the Home page to enhance usability, performance, and overall user experience.

Community

StatusChangeDetails
improvementImproved the Community platform
  • Revamped the Explore page with refreshed visual designs, a featured models showcase, and categorized use cases such as LLMs and VLMs.
  • Updated the individual model viewer page with an improved UI, direct access to the Playground, deployment listings, and additional enhancements.

Control Center

StatusChangeDetails
improvementEnhanced the Control Center
  • Added Compute time metrics for Compute Orchestration to the Control Center:
    • Added Compute Hours in the Overview tab.
    • Added Compute Hours costs in the Costs tab.
    • Added Compute Hours usage details in the Usage tab.

  • Added Compute Orchestration operations to audit logging:
    • Operations related to clusters, nodepools, and model deployments are now tracked and visible in the Teams & Logs tab within the Control Center.

  • Introduced new, more efficient and stable chart types with improved tooltips for better data visualization and user experience.

  • Enhanced the design of the "Total Model Predictions by ID" chart by making the chart clickable, allowing users to navigate directly to the corresponding model. Also introduced other UI refinements for a more intuitive experience.

  • Adjusted hover cards on charts to stay within the viewport by dynamically lowering their position and adding scrollbars when content exceeds the visible area.

Org Feature

StatusChangeDetails
improvementEnhanced the Org feature
  • Previously, new organization accounts inherited the plan of the user's personal account. Now, all new organization accounts are created on the Community plan by default, giving users the flexibility to upgrade as needed. This update applies to users on the Community, Essential, and Professional plans. Enterprise users are not affected.
  • We improved the "Member Since" column in the organization members list table. It now displays when a member joined the organization, rather than when they assumed their current role.
  • Restricted visibility of Settings pages by hiding those that users do not have permission to access,

Billing

StatusChangeDetails
improvementEnhanced the billing section
  • Redesigned the credit card management UI for a more intuitive user experience.
  • Implemented validation to prevent adding duplicate credit card numbers.
  • Added support for setting and changing the default credit card.

Sign-up flow

StatusChangeDetails
improvementImproved the sign-up flow
  • Refined the sign-up flow to improve clarity and user experience across key steps.

Python SDK

StatusChangeDetails
improvementImproved the Python SDK. Learn more here.
  • Added support for Pythonic models for a more native development experience.
  • Fixed failing tests to improve overall stability.
  • Improved CLI performance, now ~20x faster for most operations.
  • Introduced config contexts in the CLI, with more enhancements on the way.
  • Enhanced error messages for missing arguments and edge cases.
  • Fixed return arguments in the model builder for correct outputs.

Platform Bugs

StatusChangeDetails
bugFixed some bugs
  • Fixed some bugs in the top navigation bar to improve user experience across the platform.
  • Fixed a bug on the Community Models page that caused flickering and disabled scrolling after applying a filter.
  • Fixed a bug in the Control Center where pie chart labels overlapped, enhancing readability and visual clarity.
  • Fixed a bug that prevented team members with the Model Trainer role from accessing applications in Organizations.