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

# Product updates

> See what's new in VESSL

<Update label="July 1, 2025" description="Introducing Role-Based Access Control (RBAC)">
  ### **Granular Permissions with Role-Based Access Control (RBAC)**

  We're excited to announce the launch of our new Role-Based Access Control (RBAC) system, giving you precise control over who can access and manage your resources.

  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/q8PNhBb-7_q5awBv/images/organization/access_control/access-control.png?fit=max&auto=format&n=q8PNhBb-7_q5awBv&q=85&s=880386479233fb019e8add1310f333d4" width="3024" height="1594" data-path="images/organization/access_control/access-control.png" />

  <Tip>Take a quick tour to learn how to manage access control and user groups using the demo below.</Tip>

  <div style={{ marginBottom: '100px', position: 'relative', paddingTop: '200px' }}>
    <iframe src="https://demo.arcade.software/aWKLIuQpiOqNstQKI3dM?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" frameBorder="0" loading="lazy" webkitAllowFullScreen="" mozAllowFullScreen="" title="Manage Access Control and User Groups in Organization Settings" style={{ position: 'absolute', top: '0px', left: '0px', width: '100%', height: '300px', colorScheme: 'light' }} />
  </div>

  #### Key Updates

  * **Fine-Grained Permissions**: Assign specific permissions for **Projects**, **Workspaces**, **Pipelines**, **Services**, **Storages**, and **Volumes**.
  * **User Groups**: Streamline permission management by assigning roles to groups of users.
  * **Default `everyone` Group**: A built-in group that includes all members of your organization for easy, broad-level access configuration.
  * **Assume Subject for Pipelines and Services**: Run **Pipelines** and **Services** with the permissions of a designated user or group, ensuring consistent and secure execution.
  * **New `Access Control` Tab**: Manage all permissions from a centralized **Access control** tab available for each resource.

  For more details on how to configure permissions, check out our new [Access Control guide](/guides/organization/access-control).
</Update>

<Update label="June 4, 2025" description="Public Hub 2.0 UI refresh & Pipeline Template rollout">
  ### **New Hub, New Pipeline Templates — Public Hub 2.0 + Pipeline Templates**

  The Hub experience has level-upped.\
  You can now browse **Pipeline templates** alongside classic **Run** and **Service** templates, with a brand-new UI that makes discovery effortless.

  <Tip>
    Public Hub → **use** our templates.<br />
    Private Hub → **create, edit, and share** your own.
  </Tip>

  | What changed                                                   | Public Hub   | Private Hub      |
  | -------------------------------------------------------------- | ------------ | ---------------- |
  | **UI redesign** (thumbnails, category chips, dark-mode polish) | ✅            | ✅                |
  | **Pipeline Templates** – ready-to-run multi-step DAGs          | **Use** only | **Create & use** |
  | **Drag-and-drop DAG editor**                                   | ✅            | ✅                |
  | **Template versioning & forking**                              | ✅            | ✅                |

  #### Quickstart

  <div
    style={{
  marginBottom: '',
  position: 'relative',
  paddingTop: '230px',
}}
  >
    <iframe
      src="https://demo.arcade.software/9byvXMkDNuASdoLGDzO1?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
      title="Sign In Using SAML SSO"
      frameBorder="0"
      loading="lazy"
      webkitAllowFullScreen
      mozAllowFullScreen
      allowFullScreen
      allow="clipboard-write"
      style={{
    position: 'absolute',
    top: 0,
    left: 0,
    width: '100%',
    height: '100%',
    colorScheme: 'light',
  }}
    />
  </div>

  1. Open **Public Hub → Pipelines** and pick a template.
  2. Review the DAG, choose resources, and hit **Publish**.
  3. Enterprise teams: switch to **Private Hub** to create and publish your own.

  > Heads-up: Only VESSL can publish templates to **Public Hub**.
  > Your organization retains full control inside **Private Hubs**.
</Update>

<Update label="April 30, 2025" description="GCP & AWS Managed-Cluster Support Sunset">
  ### **Deprecation notice — VESSL-managed AWS & GCP clusters**

  VESSL Cloud's AWS / GCP managed-cluster service is being retired.

  <Tip>
    Review the migration checklist and request data backups before the deadlines below.
  </Tip>

  | Phase                       | Deadline             | What happens                                                                                                                                                              |
  | --------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | **Workload execution ends** | **2025-05-30 (Fri)** | You can no longer create or run **runs, services, or pipelines** on VESSL-managed AWS/GCP clusters.                                                                       |
  | **Data migration deadline** | **2025-06-30 (Mon)** | Request a backup via **[support@vessl.ai](mailto:support@vessl.ai)** by this date. Data will be stored in VESSL Storage for up to **6 months**, then permanently deleted. |

  **Next steps**

  1. Review active workloads in **Console → Clusters**.
  2. Migrate or back up data before the deadlines.
  3. Launch new production jobs on **Oracle Cloud Infrastructure (OCI)** or **on-prem/private clusters**.

  * We'll reach out to you through an official announcement and email to ensure you have the necessary information and support.

    Thank you for your understanding and support. We are committed to providing you with the best possible experience on VESSL.
</Update>

<Update label="March 19, 2025" description="Launching Private Hub, accessing an AI development template internally">
  <div
    style={{
  marginBottom: '',
  position: 'relative',
  paddingTop: '300px',
}}
  >
    <iframe
      src="https://demo.arcade.software/uEHNVG8M0oW8loasWXOT?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
      title="Sign In Using SAML SSO"
      frameBorder="0"
      loading="lazy"
      webkitAllowFullScreen
      mozAllowFullScreen
      allowFullScreen
      allow="clipboard-write"
      style={{
    position: 'absolute',
    top: 0,
    left: 0,
    width: '100%',
    height: '100%',
    colorScheme: 'light',
  }}
    />
  </div>

  Today, we're announcing our new enterprise feature, **Private Hub**. Unlike VESSL Hub, Private Hub helps you manage your organization’s YAML configurations as templates and share them securely with coworkers. If you're interested in Private Hub, please [contact our sales team](https://vessl.ai/talk-to-sales). We're now releasing this feature to our enterprise customers first.

  #### Key updates

  Private Hub enables:

  * Templatizing YAML configurations
  * Sharing templates privately
</Update>

<Update label="January 31, 2025" description="SAML SSO Integration">
  <div style={{ marginBottom: '50px', position: 'relative', paddingTop: '300px' }}>
    <iframe src="https://demo.arcade.software/d9ZJ7RvR3wtYzhm5gsGX?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" frameBorder="0" loading="lazy" webkitAllowFullScreen="" mozAllowFullScreen="" title="Dashboards" style={{ position: 'absolute', top: '0px', left: '0px', width: '100%', height: '400px', colorScheme: 'light' }} />
  </div>

  <Tip>Explore how to configure SAML SSO with the interactive demo above.</Tip>

  #### Key updates

  * **Introducing SAML SSO support**
    * VESSL now supports **SAML 2.0** for single sign-on, enabling seamless login through external identity providers (for example, Microsoft Entra, Okta, or custom providers).
    * Simplifies user management at scale by centralizing access control through your identity provider.

  * **Streamlined configuration**
    * **Metadata URLs** for VESSL and common IdPs allow quick setup.
    * Only **HTTP-POST** bindings for the Assertion Consumer Service (ACS) are supported at this time.

  * **Limitations**
    * **IdP-initiated SSO** and **IdP-initiated Single Logout (SLO)** are not currently supported.
    * Requires specifying the correct **IdP attributes** (user ID and user email) to map your organization's users in VESSL.

  * **Interactive demo**
    * We've included an interactive guide in our SSO Settings page, helping you configure SAML SSO in just a few clicks.

  For detailed, step-by-step instructions, refer to our [updated documentation](https://docs.vessl.ai/guides/organization/saml-sso) covering Microsoft Entra, Okta, and custom IdP setups.
</Update>

<Update label="December 12, 2024" description="User onboarding process enhancement">
  <div style={{ marginBottom: '50px', position: 'relative', paddingTop: '300px' }}>
    <iframe src="https://demo.arcade.software/0eg0fD4VNgPvgd1q6Cfm?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" frameBorder="0" loading="lazy" webkitAllowFullScreen="" mozAllowFullScreen="" title="Dashboards" style={{ position: 'absolute', top: '0px', left: '0px', width: '100%', height: '400px', colorScheme: 'light' }} />
  </div>

  <Tip>Take a quick tour of the enhanced onboarding process with the demo below.</Tip>

  #### Key updates

  * Onboarding process enhancement

    * We've enhanced the onboarding process to help new users get started with VESSL more efficiently.

    * Previously, the onboarding experience could be challenging. This update introduces a more streamlined and guided process to improve user experience.

    * The new onboarding features include **interactive tutorials**, **step-by-step instructions**, and **contextual help**, starting with VESSL Run. Updates for VESSL Workspace, Service, and Pipeline are coming soon.

    * As a bonus, users completing the onboarding process will receive **\$5 in additional credits**.

  ### App tab added

  * The new **App tab** has been added to VESSL Run, offering a more user-friendly way to access third-party tools.

    * The App tab displays tools using web-based UI frameworks like **Gradio**, **Jupyter**, and **Streamlit** directly within the platform.

    * No need to redirect to external pages—just run the app and start working seamlessly.
</Update>

<Update label="December 1, 2024" description="Logs Refinement">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/changelog_logrefinement.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=55882e970e4b460ad7ac368ed6dd1c06" width="2564" height="1206" data-path="images/changelog/changelog_logrefinement.png" />

  #### Key updates

  * We've improved the **Logs** tab to enhance intuitive understanding.

  * On VESSL, users can now view categorized tags in Logs: `DEBUG`, `INFO`, `WARNING`, and `ERROR`.

    * **DEBUG**: Events that provide information necessary for debugging.

    * **INFO**: Indicates that everything is functioning normally.

    * **WARNING**: Warning events where the reason is`FailedScheduling` or `Evicted`.

    * **ERROR**: All other warning events. These are error situations where runs or containers fail to start.

  * This enhancement enables you to quickly identify what is happening and what might be wrong. When running models or deploying services on VESSL, you can find information in Logs to help handle errors. Additionally, we are notified when users encounter problems, functioning as a hotline so we can assist you as quickly as possible.

  <Note>This refinement is only available in V2, not V1.</Note>
</Update>

<Update label="November 11, 2024" description="VESSL Storage supports Google Cloud Storage (GCS)">
  <div style={{ marginBottom: '50px', position: 'relative', paddingTop: '300px' }}>
    <iframe src="https://demo.arcade.software/wJWnIYlkfzCV1vtBWSGL?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" frameBorder="0" loading="lazy" webkitAllowFullScreen="" mozAllowFullScreen="" title="Dashboards" style={{ position: 'absolute', top: '0px', left: '0px', width: '100%', height: '430px', colorScheme: 'light' }} />
  </div>

  You can now integrate VESSL Storage with GCS for scalable and secure data storage. Try connecting with GCS now.

  <a
    href="https://docs.vessl.ai/guides/storages/external-storage"
    target="_blank"
    rel="noopener noreferrer"
    style={{
display: 'inline-flex',
alignItems: 'center',
padding: '8px 16px',
backgroundColor: '#1D4ED8', // Blue background
borderRadius: '1rem',
color: '#FFFFFF', // White text color
fontWeight: '500',
textDecoration: 'none',
cursor: 'pointer',
border: 'none'
}}
  >
    <span style={{ fontWeight: 'bold' }}>Go to VESSL Storage documentation for GCS connection</span>

    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" style={{ width: '12px', height: '12px', marginLeft: '8px' }}>
      <path d="m9 18 6-6-6-6" />
    </svg>
  </a>
</Update>

<Update label="November 1, 2024" description="Introducing the All-New VESSL Storage Update">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/6aBA2WrBVZlPiuT8/images/storages/overview/storage_overview.png?fit=max&auto=format&n=6aBA2WrBVZlPiuT8&q=85&s=1b4baa74282a022466a9702d318c5ae7" width="652" height="449" data-path="images/storages/overview/storage_overview.png" />

  We are excited to announce the release of our new [VESSL Storage](../storages/overview) update. In the previous version, we faced several challenges:

  * **Ambiguous definitions**: The definitions of Storage, Dataset, Model, and Artifact were not clear.

  * **Complex operations**: The methods for importing, mounting, and exporting were not straightforward.

  * **Unclear artifact functionality**: Understanding the function and role of Artifacts was difficult.

  To resolve the above issues, we proactively developed followings:

  #### Key updates

  * **Unified "Volume" concept**: We've integrated artifacts, models, logs, and datasets into a single unit called **Volume**.

  * **Seamless integration with workloads**: Easily integrate Volumes with [runs](../run/overview), [workspaces](../workspace/overview), [services](../service/overview), and [pipelines](../pipeline/overview).

  * **Enhanced storage components**:

    * **Support for VESSL Storage and External Storage**: Users can store Volumes in VESSL Storage or external storage solutions like AWS S3, GCP Storage (to be released in early November), and on-premises NFS systems. Files and directories are fully managed in VESSL Storage through automatic storage provisioning.

      * **VESSL Storage**: Optimized for use with VESSL features and ready to use immediately without any integration process.

      * **External Storage**: Allows users to retain data ownership and use data on VESSL without data migration, offering both high security and convenience.

  * **Simplified import, mount, and export operations in the VESSL features**:

    * **Previous version:**

      * Import: Code / HuggingFace / Dataset / Model / GCS / S3 / Files / Artifact

    * **Current version:**

      * Import: Code / HuggingFace / **Volume** / Model

      * Mount: **Volume** / GCS Fuse

      * Export: **Volume** / Model

  * **Manage exported data in Volumes**: In VESSL Storage's Volumes, users can view exported data such as logs, metrics, and model checkpoints from VESSL Runs and Workspaces.
</Update>

<Update label="October 8, 2024" description="VESSL AI Raises $12M in Series A Funding">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/fundraising.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=1b98eb738e140fbaae4bad71896039da" width="2400" height="1800" data-path="images/changelog/fundraising.png" />

  VESSL AI has successfully raised \$12 million in Series A funding, bringing our total funding to \$16.8 million.

  <a
    href="https://techcrunch.com/2024/10/07/vessl-ai-secures-12m-for-its-mlops-platform"
    target="_blank"
    rel="noopener noreferrer"
    style={{
display: 'inline-flex',
alignItems: 'center',
padding: '8px 16px',
backgroundColor: '#1D4ED8', // Blue background
borderRadius: '1rem',
color: '#FFFFFF', // White text color
fontWeight: '500',
textDecoration: 'none',
cursor: 'pointer',
border: 'none'
}}
  >
    <span style={{ fontWeight: 'bold' }}>Full article on TechCrunch</span>

    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" style={{ width: '12px', height: '12px', marginLeft: '8px' }}>
      <path d="m9 18 6-6-6-6" />
    </svg>
  </a>

  This funding reinforces our commitment to advancing AI orchestration and integrated MLOps. We extend our gratitude to our customers, partners, and investors: A Ventures (Series A lead), Ubiquoss, Mirae Asset, Sirius Investment, SJ Investment Partners, Wooshin Venture Investment, Shinhan Venture Investment, Oracle, Hyundai Motors, and Upstage.
</Update>

<Update label="October 4, 2024" description="CLI update announcement">
  We have updated our CLI commands to enhance functionality and improve user experience. As part of the recent updates, including the renaming of `VESSL Serve` to `VESSL Service` and the [Pipeline GA](/guides/resources/changelog#pipeline-general-availability-ga-update), the following changes have been made to the VESSL CLI:

  #### Deprecated commands

  1. **`vessl serve update`**

  2. **`vessl serve revision list`**, **`vessl serve revision show`**, **`vessl serve revision terminate`**

  3. **`vessl serve gateway show`**

  #### New commands

  * **`vessl service create`**

  * **`vessl service list`**

  * **`vessl service read`**

  * **`vessl service terminate`**

  * **`vessl service scale`**

  * **`vessl service split-traffic`**

  * **`vessl service create-yaml`**

  #### Notes

  * If you have scripts or workflows using the deprecated commands, please update them to use the new commands.

  * For more information on each command, use the `--help` option. For example: `vessl service create --help`
</Update>

<Update label="August 31, 2024" description="Pricing plan section updated in VESSL documentation">
  We've created the pricing plan section in the `Resources` section. Also, our pricing plan (GCP, AWS) details have been updated in the VESSL documentation. Users now have more clarity on compute options and corresponding costs. Pro users continue to receive 100 credits every month, with each credit equivalent to \$1.00. For more details, refer to the updated [Pricing & Compute](https://docs.vessl.ai/guides/resources/pricing) section in the documentation.
</Update>

<Update label="August 5, 2024" description="Pipeline general availability (GA) update">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/5-nrsN-JrH4eYxlc/images/pipeline/revisions/07-sample-pipeline-diagram.png?fit=max&auto=format&n=5-nrsN-JrH4eYxlc&q=85&s=ba9e32893c5e2201f0283323c35af729" width="2000" height="1188" data-path="images/pipeline/revisions/07-sample-pipeline-diagram.png" />

  VESSL Pipeline has reached general availability, designed to enhance the execution of complex ML workflows such as LLM fine-tuning, data preprocessing, and batch inference.

  * **Key features:**

    * **Drag-and-drop GUI:** Intuitive interface for modifying and visualizing pipeline flows.

    * **Infra-as-code:** YAML-based code interface integration, enabling effective version management of pipeline modifications.

    * **High visibility and debuggability:** Improved debugging capabilities with natural separation of task stages, including endpoint access and re-execution for failed tasks.

    * **Human-in-the-loop:** Built-in support for scenarios requiring user intervention, such as intermediate result feedback and decision-making based on input/output.

  Three early adopters have successfully integrated their services into the running pipeline. If you're interested in integrating the VESSL Pipeline, please contact our sales team.

  <Card title="Learn more about Pipeline" icon="link" href="/Users/wayne/run-docs/guides/pipeline/overview.mdx">
    With the Pipeline section, you can explore it in detail.
  </Card>
</Update>

<Update label="July 12, 2024" description="Website V2 Update">
  We are excited to announce the launch of **VESSL 2.0**, introducing a sleek, user-centric interface designed to streamline the MLOps experience.

  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/changelog_hub.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=aed4c573ec6d5f012c1c10cea7be253f" width="2880" height="1800" data-path="images/changelog/changelog_hub.png" />

  * **New features:**

    * **Self-service user interface:** Seamless transition from model exploration to deployment, with tools like VESSL Hub for testing and fine-tuning open-source models, and VESSL Service for creating scalable APIs.

    * **Service revision creation through web console:** Previously only available through CLI, users can now create service revisions in both Provisioned and Serverless Mode through the UI.

    * **CMD+K navigation:** Quick access to any entity within VESSL, enhancing productivity and efficiency.

  With VESSL 2.0, you can enjoy the sleek new interface, intuitive web console, and powerful CMD+K navigation. Visit our website now.

  VESSL offers a unified interface across multiple cloud providers and on-premises servers, facilitating large-scale machine learning deployments.
</Update>

<Update label="May 12, 2024" description="Serverless deployment">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/changelog_sm.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=c759f309516ebb5cdf9dcae2abf3b088" width="1360" height="766" data-path="images/changelog/changelog_sm.png" />

  Our serverless deployment infrastructure is the easiest way to scale inference workloads on remote GPUs.
  With continuous batching, effortless autoscaling, fast cold start, full observability, and more, your APIs are production-ready for full-spectrum AI & LLM applications.

  * **Key features:**

    * **Cost efficiency:** Serverless Mode operates on a scale-to-zero basis, ensuring that users only pay for the resources they actually use.

    * **Automatic scaling:** Real-time scaling based on workload demands without the need for complex configurations.

    * **Simplified deployment:** Minimal configuration required, making deployment accessible to all users.

    * **High availability and resilience:** Fast startup times (average 17 seconds) and robust infrastructure ensure high availability with minimal cold starts.

  Refer to our [docs](https://docs.vessl.ai/guides/get-started/serverless-tgi-deployment) to put custom Llama 3 in action Text Generation Inference (TGI), in 3 simple steps.

  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/may-2.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=a10f5af50f0c62cd8c89c9d8510eaec1" width="3204" height="1772" data-path="images/changelog/may-2.png" />

  1. Create a remote GPU-accelerated container

  2. Create an endpoint with Llama 3 from Hugging Face

  3. Send an HTTPS request to the deployed service
</Update>

<Update label="April 12, 2024" description="Announcing VESSL Serve">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/apr.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=c2c177d808229a2d5e8937d1acf52643" width="1200" height="900" data-path="images/changelog/apr.png" />

  VESSL Service is the easiest way to Deploy custom models & generative AI applications and scale inference with ease.
  Deploy any models, to any clouds, at any scale in minutes without wasting hours on API servers, load balancing, automatic scaling, and more.
  Read our [release post](https://blog.vessl.ai/en/posts/vessl-serve) or try out the [Llama 3.1 example](https://docs.vessl.ai/guides/get-started/llama3.1-deployment) to learn more.
</Update>

<Update label="March 11, 2024" description="Cloud storage support for VESSL Run">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/mar.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=f2c467b6267b6d4d2ae8c1382827126e" width="2027" height="1110" data-path="images/changelog/mar.png" />

  Import your data from and export results to a cloud storage like AWS S3 and GCP GCS for your run. You can also bring your own cloud storage by adding the credential of your cloud storage on our improved Secrets page. Refer to our [docs](https://docs.vessl.ai/examples/uses/object-storage) for a step-by-step guide.

  #### Google Cloud Storage FUSE

  We are bringing [FUSE](https://cloud.google.com/storage/docs/gcs-fuse) support for GCS. FUSE helps you work with object storage through familiar filesystem operations without needing to directly use the proprietary GCS SDKs.

  <CodeGroup>
    ```python theme={null}
    # Without FUSE: Using Google Cloud SDK
    from google.cloud import storage

    # Initialize Google Cloud Storage client
    storage_client = storage.Client.from_service_account_json('your-service-account-file.json')

    # Reference an existing bucket
    bucket = storage_client.get_bucket('my-bucket')

    # Upload a file
    blob = bucket.blob('remote_file.txt')
    blob.upload_from_filename('local_file.txt')
    ```

    ```bash theme={null}
    # With FUSE: Mounting as a File System
    # Mount a Google Cloud Storage bucket to a directory
    gcsfuse my-bucket /path/to/mountpoint

    # Copy a file to the mounted Google Cloud Storage bucket
    cp local_file.txt /path/to/mountpoint/remote_file.txt

    # List files in the mounted bucket
    ls /path/to/mountpoint

    # Read a file from the mounted bucket
    cat /path/to/mountpoint/remote_file.txt
    ```
  </CodeGroup>
</Update>

<Update label="January 31, 2024" description="New get started guide">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/jan.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=8ca58aa4906d5a5714b56764287b3c13" width="3200" height="1750" data-path="images/changelog/jan.png" />

  We've updated our documentation with a new get started guide. The new guide covers everything from product overview to the latest use cases of our product in Gen AI & LLM.

  Follow along our new guide [here](https://run-docs.vessl.ai/docs/en/get-started/quickstart).

  ### New & Improved

  * Added a new managed cloud option built on Google Cloud

  * Renamed our default managed Docker images to `torch:2.1.0-cuda12.2-r3`
</Update>

<Update label="December 28, 2023" description="Announcing VESSL Hub">
  <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/BVHjKLa87Wnp_qJ8/images/changelog/dec.png?fit=max&auto=format&n=BVHjKLa87Wnp_qJ8&q=85&s=a58c716269b63e6a0b0accb1b4e3c381" width="3204" height="2404" data-path="images/changelog/dec.png" />

  VESSL Hub is a collection of one-click recipes for the latest open-source models like Llama2, Mistral 7B, and StableDiffusion. Built on our fullstack AI infrastructure, Hub provides the easiest way to explore and deploy models.

  Fine-tune and deploy the latest models on our production-grade fullstack cloud infrastructure with just a single click.
  Read about the release on our [blog](https://blog.vessl.ai/en/posts/vessl-hub) or try it out now at [vessl.ai/hub](https://app.vessl.ai/hub).
</Update>
