Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions getting-started/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: 🐂 Oxen.ai
description: Infrastructure for collaborating on datasets and fine-tuning open source models.
description: One place for your generations, your models, and your data.
---

<img alt="Oxen.ai Moon Ox Hero" className="rounded-xl" classname="block" src="/images/MoonOx.png" />

Oxen.ai gives you the tools to [fine-tune](/getting-started/fine-tuning) open source [models](/getting-started/inference) on your own [datasets](/getting-started/datasets). We believe that your data is your differentiator, and training models on your own data should be easy, fast, and approachable for everyone.

The platform makes it easy to spin up GPU infrastructure to [train models](/examples/notebooks/train_llm) or run [inference](/getting-started/inference) at scale. Never lose track of which [dataset](/getting-started/datasets) trained which [model](/getting-started/fine-tuning) because all files are [version controlled](/getting-started/versioning) in a [repository](/getting-started/versioning). Kick off many experiments in parallel and easily collaborate with your team.
Oxen.ai is a platform for working with AI. Use it through our workbench or build with our APIs. Here are a few highlights of what you can do with our platform:
* Use hundreds of [models](/getting-started/inference) to generate text, images, and video. Everything you create is automatically saved and organized in your projects.
* Your data matters. Oxen.ai keeps everything organized and versioned, whether you're managing a creative project or curating training data that makes your models stand out.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I would link to the version control here too

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree!! didn't get very far in my changes last week, this was meant to be a draft 😅

* [Fine-tune](/getting-started/fine-tuning) a model on your own data to make it yours.
* Deploy your models for scalable inference, download the weights, or share them with your team.

## ✅ Features

Expand Down