Skip to content

Hasasasa/ImagineKV

Repository files navigation

ImagineKV

Video introduction:

中文说明 / README.zh-CN

Run Locally

Prerequisites: Node.js 18+

  1. Install dependencies: npm install
  2. Start dev server: npm run dev
  3. Open: http://localhost:3000

API Configuration

Open the top-right API Configuration button to set:

  • Request Mode: Official / Third Party
  • Third Party Protocol (when using Third Party):
    • Gemini Native: .../v1beta/models/*:generateContent
    • OpenAI Format: .../v1/* (e.g. OneAPI / OpenRouter compatible endpoints)
  • API Key and Base URL / Third-party URL
  • Test button to validate connectivity

Notes:

  • OpenAI-format providers often require paths like https://openrouter.ai/api (not just https://openrouter.ai).
  • Some providers block browser requests via CORS; in that case you need a server-side proxy.

About

基于gemini接口完成的KV图一键生成项目

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors