# Gemini 3 Flash (Audio)

> Audio understanding. Hears tone, music, SFX, language, speaker emotion — beyond pure transcription. Inline payload up to 30 min.

Human version: https://kymaapi.com/models/gemini-3-flash-audio
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `gemini-3-flash-audio` — pass this as `model` in the request body
- **Creator**: Google
- **Released**: 2025-12-17
- **Price**: $0.00259 / minute
- **Alias**: `audio-understand` resolves to this model

## Call it

```bash
curl https://kymaapi.com/v1/audio/speech \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-3-flash-audio", "prompt": "..."}'
```

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by Google: https://kymaapi.com/models?q=Google
