Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SoraWebui/FakeSoraAPI

Fake Sora API is an open-source project that simulates the yet-to-be-released OpenAI Sora API, enabling developers to prepare and test their applications in advance.
https://github.com/SoraWebui/FakeSoraAPI

api openai sora

Last synced: 2 months ago
JSON representation

Fake Sora API is an open-source project that simulates the yet-to-be-released OpenAI Sora API, enabling developers to prepare and test their applications in advance.

Awesome Lists containing this project

README

        

# FakeSoraAPI
API for [SoraWebui](https://github.com/SoraWebui/SoraWebui).This API will be called to generate video from text.
demo here๐Ÿ‘‰ [FakeSoraAPI](https://fake-sora-api.sorawebui.com)

English | [็ฎ€ไฝ“ไธญๆ–‡](https://github.com/SoraWebui/FakeSoraAPI/blob/main/README.zh-CN.md)

## Quick Started

### Deploy on Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FSoraWebui%2FFakeSoraAPI&project-name=FakeSoraAPI&repository-name=FakeSoraAPI&external-id=https%3A%2F%2Fgithub.com%2FSoraWebui%2FFakeSoraAPI%2Ftree%2Fmain)

### 1. Clone project

```bash
git clone [email protected]:SoraWebui/FakeSoraAPI.git
```

### 2. Install dependencies

```bash
cd FakeSoraAPI && yarn
#or
cd FakeSoraAPI && npm install
#or
cd FakeSoraAPI && pnpm install
```

### 3. Run it

```bash
yarn dev
#or
npm run dev
#or
pnpm dev
```

### 4. Open [http://localhost:8081](http://localhost:8081) with your browser to see it.
![success_deploy.jpg](https://fake-sora-api.sorawebui.com/success_deploy.jpg)