Gemini 3.7 Flash runs at 74% off on Moyi API. .
Google: Gemini 3.7 Flash
Gemini 3.7 Flash is a multimodal model from Google for fast agentic workflows, coding, and complex multi-step reasoning. It is designed for tasks that require responsive performance and reliable multi-step problem solving.
Modalities
Price (in / out)
74% off$0.1988 / $0.9938$0.75 / $3.75per 1M
Context
1M
Released
Aug 13, 2026
Providers
Moyi API routes by health and cost within the discount range and provider list you configured. When one returns an error we fall through to the next best — you don't pick a provider in the request. Configure discount range
Need a specific set of providers?
| Provider | Context | Input | Output | Cache | Latency | Throughput | Uptime | No training |
|---|---|---|---|---|---|---|---|---|
| Google AI | 1M | $0.75$0.1988 | $3.75$0.9938 | $0.075$0.0199 | — | — | — | No training |
| Google Vertex | 1M | $0.75$0.1988 | $3.75$0.9938 | $0.075$0.0199 | — | — | — | No training |
| Third-party providers | 1M | $0.75$0.1988 | $3.75$0.9938 | $0.075$0.0199 | — | — | — | No training |
Live discount
Each provider's average effective discount, refreshed hourly.
No discount data for this model in the last 24 hours.
Performance
Latency and throughput are measured on live gateway traffic.
Latency
Time from sending the request to the first output token, broken down by provider.
LATENCY · MOYI API GATEWAY
Throughput
Tokens per second after the first output token, broken down by provider.
THROUGHPUT · MOYI API GATEWAY
Uptime
Moyi API continuously probes every provider and falls through to the next best one on error.
Uptime (24h)
—
Uptime (3d)
—
Uptime, last 3 days
—
Uptime, last 24 hours
One line per upstream provider, taking the best success rate among that provider's channels. The Moyi API line counts only the final attempt of each request — the end-to-end result after all fallbacks.
AVAILABILITY · LAST 24H · MOYI API GATEWAY
Data security
Among this model's providers, Google AI, Google Vertex do not train on your data.
For the full data-security policy, learn more.
Need to pick your own providers? .
Quickstart
from google import genai
from google.genai import types
client = genai.Client(
api_key="<MOYIAPI_API_KEY>",
http_options=types.HttpOptions(base_url="https://api.moyiapi.com"),
)
response = client.models.generate_content(
model="gemini-3.7-flash",
contents="Hello",
)
print(response.text)Endpoint: https://api.moyiapi.com