方块 (@Throttle)【OpenWebUI Pipe】Gemini 2.5 Flash Image Preview 中发帖

价格方面,参考官方价格,使用 8 汇率,推荐配置为 
Prompt: ¥2.4/1M Token
Completion: ¥240/1M Token (算下来接近 $0.039/张)
[image]
"""
title: Gemini Image
description: Image generation with Gemini
author: OVINC CN
git_url: https://github.com/OVINC-CN/OpenWebUIPlugin.git
version: 0.0.1
licence: MIT
"""

import base64
import io
import json
import logging
import time
import uuid
from typing import AsyncIterable, Optional, Tupl...