File size: 930 Bytes
d5e542e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: other
tags:
- flutter
- on-device
- mobile
- llm
- mirrored
- functionGemma
---

# FunctionGemma 270M IT

Google's specialized model optimized for function calling on mobile devices

## Original Model
- **Repository**: [sasha-denisov/function-gemma-270M-it](https://huggingface.co/sasha-denisov/function-gemma-270M-it)
- **License**: See original repository

## Usage with flutter_gemma

```dart
import 'package:flutter_gemma/flutter_gemma.dart';

await FlutterGemma.installModel(
  modelType: ModelType.functionGemma,
)
.fromNetwork('https://huggingface.co/CgrHello/mai-models/resolve/main/function-gemma-270M-it/functiongemma-270M-it.task')
.withProgress((progress) => print('Downloading: $progress%'))
.install();
```

## Mirrored By

- **Repository**: CgrHello/mai-models/function-gemma-270M-it
- **Date**: 2026-01-09

---

**Disclaimer**: This is a mirrored copy. All credit goes to the original model creators.