🤖 Gemini API 代理服务

🟢 运行状态

服务运行中

{{ key_count }}
可用API密钥数量
{{ model_count }}
可用模型数量
{{ retry_count }}
最大重试次数

API调用统计

{{ last_24h_calls }}
24小时内调用次数
{{ hourly_calls }}
一小时内调用次数
{{ minute_calls }}
一分钟内调用次数

API密钥使用统计

⚙️ 环境配置

基本配置

{{ max_requests_per_minute }}
每分钟请求限制
{{ max_requests_per_day_per_ip }}
每IP每日请求限制
{{ current_time }}
当前服务器时间

功能配置

{{ "启用" if fake_streaming else "禁用" }}
假流式响应
{{ fake_streaming_interval }}秒
假流式间隔
{{ "启用" if random_string else "禁用" }}
伪装信息

版本信息

{{ local_version }}
当前版本
{{ remote_version }}
最新版本
{{ "需要更新" if has_update else "已是最新" }}
更新状态

系统日志

{% for log in logs %}
{{ log.timestamp }} {{ log.level }} {% if log.key != 'N/A' %}[{{ log.key }}]{% endif %} {% if log.request_type != 'N/A' %}{{ log.request_type }}{% endif %} {% if log.model != 'N/A' %}[{{ log.model }}]{% endif %} {% if log.status_code != 'N/A' %}{{ log.status_code }}{% endif %} : {{ log.message }} {% if log.error_message %} - {{ log.error_message }} {% endif %}
{% endfor %}