# Google: gemini-3.1-flash-lite

- Model ID: `gemini-3.1-flash-lite`
- Provider: Google
- Web version: https://www.moleapi.com/en/models/google/gemini-3.1-flash-lite
- Content status: catalog

## Model introduction

gemini-3.1-flash-lite is a Google model available through MoleAPI with gemini, openai access. It fits OpenAI compatible, Gemini compatible, Vision workflows, with pricing synced from the MoleAPI console.

## Model capabilities

- OpenAI compatible
- Gemini compatible
- Vision

### Verified specifications

- Catalog status: Currently available on MoleAPI
- Compatible protocols: gemini, openai
- Available billing groups: Standard, Discount

## Model pricing and access

Pricing is supplied dynamically by the MoleAPI console API.

### Standard (default, x1)

- Input: $75 / 1M tokens
- Output: $300 / 1M tokens

### Discount (discount, x0.8)

- Input: $60 / 1M tokens
- Output: $240 / 1M tokens

### Access protocols

| Protocol | Method | Endpoint |
| --- | --- | --- |
| gemini | POST | /v1beta/models/{model}:generateContent |
| openai | POST | /v1/chat/completions |

- Live pricing source: https://home.moleapi.com/api/pricing

## About gemini-3.1-flash-lite

gemini-3.1-flash-lite is a Google model available through MoleAPI with gemini, openai access. It fits OpenAI compatible, Gemini compatible, Vision workflows, with pricing synced from the MoleAPI console.

### Sources

- [MoleAPI console pricing catalog](https://home.moleapi.com/api/pricing) — MoleAPI

## Code examples

### cURL

```bash
curl https://api.moleapi.com/v1/chat/completions \
  -H "Authorization: Bearer $MOLEAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gemini-3.1-flash-lite","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [gemini-3.5-flash](https://www.moleapi.com/en/models/google/gemini-3.5-flash) — Google
- [gemini-3.1-pro](https://www.moleapi.com/en/models/google/gemini-3.1-pro) — Google
- [gemini-3-flash](https://www.moleapi.com/en/models/google/gemini-3-flash) — Google

## Frequently asked questions

### How is gemini-3.1-flash-lite priced?

Prices are read from the MoleAPI console API and update with model prices, context tiers, and account groups.

### How can I access gemini-3.1-flash-lite?

The catalog currently lists gemini, openai.

### How do I switch an existing project to gemini-3.1-flash-lite?

Keep the MoleAPI API address and key, replace the model parameter, and check protocol-specific parameters.

### Where do the gemini-3.1-flash-lite details come from?

Only confirmed availability, pricing, and protocol details from the MoleAPI catalog are included.
