ruby_llm 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@
33
33
  "type": "chat",
34
34
  "family": "babbage",
35
35
  "supports_vision": false,
36
- "supports_functions": true,
36
+ "supports_functions": false,
37
37
  "supports_json_mode": false,
38
38
  "input_price_per_million": 0.5,
39
39
  "output_price_per_million": 1.5,
@@ -240,7 +240,7 @@
240
240
  "type": "image",
241
241
  "family": "dalle2",
242
242
  "supports_vision": false,
243
- "supports_functions": true,
243
+ "supports_functions": false,
244
244
  "supports_json_mode": false,
245
245
  "input_price_per_million": 0.5,
246
246
  "output_price_per_million": 1.5,
@@ -259,7 +259,7 @@
259
259
  "type": "image",
260
260
  "family": "dalle3",
261
261
  "supports_vision": false,
262
- "supports_functions": true,
262
+ "supports_functions": false,
263
263
  "supports_json_mode": false,
264
264
  "input_price_per_million": 0.5,
265
265
  "output_price_per_million": 1.5,
@@ -278,7 +278,7 @@
278
278
  "type": "chat",
279
279
  "family": "davinci",
280
280
  "supports_vision": false,
281
- "supports_functions": true,
281
+ "supports_functions": false,
282
282
  "supports_json_mode": false,
283
283
  "input_price_per_million": 0.5,
284
284
  "output_price_per_million": 1.5,
@@ -833,6 +833,32 @@
833
833
  ]
834
834
  }
835
835
  },
836
+ {
837
+ "id": "gemini-2.0-flash-exp-image-generation",
838
+ "created_at": null,
839
+ "display_name": "Gemini 2.0 Flash (Image Generation) Experimental",
840
+ "provider": "gemini",
841
+ "context_window": 1048576,
842
+ "max_tokens": 8192,
843
+ "type": "chat",
844
+ "family": "gemini20_flash",
845
+ "supports_vision": true,
846
+ "supports_functions": true,
847
+ "supports_json_mode": true,
848
+ "input_price_per_million": 0.1,
849
+ "output_price_per_million": 0.4,
850
+ "metadata": {
851
+ "version": "2.0",
852
+ "description": "Gemini 2.0 Flash (Image Generation) Experimental",
853
+ "input_token_limit": 1048576,
854
+ "output_token_limit": 8192,
855
+ "supported_generation_methods": [
856
+ "generateContent",
857
+ "countTokens",
858
+ "bidiGenerateContent"
859
+ ]
860
+ }
861
+ },
836
862
  {
837
863
  "id": "gemini-2.0-flash-lite",
838
864
  "created_at": null,
@@ -1058,6 +1084,54 @@
1058
1084
  ]
1059
1085
  }
1060
1086
  },
1087
+ {
1088
+ "id": "gemini-embedding-exp",
1089
+ "created_at": null,
1090
+ "display_name": "Gemini Embedding Experimental",
1091
+ "provider": "gemini",
1092
+ "context_window": 8192,
1093
+ "max_tokens": 1,
1094
+ "type": "embedding",
1095
+ "family": "other",
1096
+ "supports_vision": false,
1097
+ "supports_functions": false,
1098
+ "supports_json_mode": false,
1099
+ "input_price_per_million": 0.0,
1100
+ "output_price_per_million": 0.0,
1101
+ "metadata": {
1102
+ "version": "exp-03-07",
1103
+ "description": "Obtain a distributed representation of a text.",
1104
+ "input_token_limit": 8192,
1105
+ "output_token_limit": 1,
1106
+ "supported_generation_methods": [
1107
+ "embedContent"
1108
+ ]
1109
+ }
1110
+ },
1111
+ {
1112
+ "id": "gemini-embedding-exp-03-07",
1113
+ "created_at": null,
1114
+ "display_name": "Gemini Embedding Experimental 03-07",
1115
+ "provider": "gemini",
1116
+ "context_window": 8192,
1117
+ "max_tokens": 1,
1118
+ "type": "embedding",
1119
+ "family": "other",
1120
+ "supports_vision": false,
1121
+ "supports_functions": false,
1122
+ "supports_json_mode": false,
1123
+ "input_price_per_million": 0.0,
1124
+ "output_price_per_million": 0.0,
1125
+ "metadata": {
1126
+ "version": "exp-03-07",
1127
+ "description": "Obtain a distributed representation of a text.",
1128
+ "input_token_limit": 8192,
1129
+ "output_token_limit": 1,
1130
+ "supported_generation_methods": [
1131
+ "embedContent"
1132
+ ]
1133
+ }
1134
+ },
1061
1135
  {
1062
1136
  "id": "gemini-exp-1206",
1063
1137
  "created_at": null,
@@ -1108,6 +1182,31 @@
1108
1182
  ]
1109
1183
  }
1110
1184
  },
1185
+ {
1186
+ "id": "gemma-3-27b-it",
1187
+ "created_at": null,
1188
+ "display_name": "Gemma 3 27B",
1189
+ "provider": "gemini",
1190
+ "context_window": 131072,
1191
+ "max_tokens": 8192,
1192
+ "type": "chat",
1193
+ "family": "other",
1194
+ "supports_vision": false,
1195
+ "supports_functions": false,
1196
+ "supports_json_mode": false,
1197
+ "input_price_per_million": 0.075,
1198
+ "output_price_per_million": 0.3,
1199
+ "metadata": {
1200
+ "version": "001",
1201
+ "description": null,
1202
+ "input_token_limit": 131072,
1203
+ "output_token_limit": 8192,
1204
+ "supported_generation_methods": [
1205
+ "generateContent",
1206
+ "countTokens"
1207
+ ]
1208
+ }
1209
+ },
1111
1210
  {
1112
1211
  "id": "gpt-3.5-turbo",
1113
1212
  "created_at": "2023-02-28T19:56:42+01:00",
@@ -1118,7 +1217,7 @@
1118
1217
  "type": "chat",
1119
1218
  "family": "gpt35",
1120
1219
  "supports_vision": false,
1121
- "supports_functions": true,
1220
+ "supports_functions": false,
1122
1221
  "supports_json_mode": true,
1123
1222
  "input_price_per_million": 0.5,
1124
1223
  "output_price_per_million": 1.5,
@@ -1137,7 +1236,7 @@
1137
1236
  "type": "chat",
1138
1237
  "family": "gpt35",
1139
1238
  "supports_vision": false,
1140
- "supports_functions": true,
1239
+ "supports_functions": false,
1141
1240
  "supports_json_mode": true,
1142
1241
  "input_price_per_million": 0.5,
1143
1242
  "output_price_per_million": 1.5,
@@ -1156,7 +1255,7 @@
1156
1255
  "type": "chat",
1157
1256
  "family": "gpt35",
1158
1257
  "supports_vision": false,
1159
- "supports_functions": true,
1258
+ "supports_functions": false,
1160
1259
  "supports_json_mode": true,
1161
1260
  "input_price_per_million": 0.5,
1162
1261
  "output_price_per_million": 1.5,
@@ -1175,7 +1274,7 @@
1175
1274
  "type": "chat",
1176
1275
  "family": "gpt35",
1177
1276
  "supports_vision": false,
1178
- "supports_functions": true,
1277
+ "supports_functions": false,
1179
1278
  "supports_json_mode": true,
1180
1279
  "input_price_per_million": 0.5,
1181
1280
  "output_price_per_million": 1.5,
@@ -1232,7 +1331,7 @@
1232
1331
  "type": "chat",
1233
1332
  "family": "gpt4",
1234
1333
  "supports_vision": false,
1235
- "supports_functions": true,
1334
+ "supports_functions": false,
1236
1335
  "supports_json_mode": false,
1237
1336
  "input_price_per_million": 0.5,
1238
1337
  "output_price_per_million": 1.5,
@@ -1250,8 +1349,8 @@
1250
1349
  "max_tokens": 8192,
1251
1350
  "type": "chat",
1252
1351
  "family": "gpt4",
1253
- "supports_vision": true,
1254
- "supports_functions": true,
1352
+ "supports_vision": false,
1353
+ "supports_functions": false,
1255
1354
  "supports_json_mode": true,
1256
1355
  "input_price_per_million": 0.5,
1257
1356
  "output_price_per_million": 1.5,
@@ -1270,7 +1369,7 @@
1270
1369
  "type": "chat",
1271
1370
  "family": "gpt4",
1272
1371
  "supports_vision": false,
1273
- "supports_functions": true,
1372
+ "supports_functions": false,
1274
1373
  "supports_json_mode": false,
1275
1374
  "input_price_per_million": 0.5,
1276
1375
  "output_price_per_million": 1.5,
@@ -1288,8 +1387,8 @@
1288
1387
  "max_tokens": 4096,
1289
1388
  "type": "chat",
1290
1389
  "family": "gpt4",
1291
- "supports_vision": true,
1292
- "supports_functions": true,
1390
+ "supports_vision": false,
1391
+ "supports_functions": false,
1293
1392
  "supports_json_mode": true,
1294
1393
  "input_price_per_million": 0.5,
1295
1394
  "output_price_per_million": 1.5,
@@ -1307,7 +1406,7 @@
1307
1406
  "max_tokens": 4096,
1308
1407
  "type": "chat",
1309
1408
  "family": "gpt4_turbo",
1310
- "supports_vision": true,
1409
+ "supports_vision": false,
1311
1410
  "supports_functions": true,
1312
1411
  "supports_json_mode": true,
1313
1412
  "input_price_per_million": 0.5,
@@ -1345,7 +1444,7 @@
1345
1444
  "max_tokens": 4096,
1346
1445
  "type": "chat",
1347
1446
  "family": "gpt4_turbo",
1348
- "supports_vision": true,
1447
+ "supports_vision": false,
1349
1448
  "supports_functions": true,
1350
1449
  "supports_json_mode": true,
1351
1450
  "input_price_per_million": 0.5,
@@ -1364,7 +1463,7 @@
1364
1463
  "max_tokens": 4096,
1365
1464
  "type": "chat",
1366
1465
  "family": "gpt4",
1367
- "supports_vision": false,
1466
+ "supports_vision": true,
1368
1467
  "supports_functions": true,
1369
1468
  "supports_json_mode": false,
1370
1469
  "input_price_per_million": 0.5,
@@ -1383,7 +1482,7 @@
1383
1482
  "max_tokens": 4096,
1384
1483
  "type": "chat",
1385
1484
  "family": "gpt4",
1386
- "supports_vision": false,
1485
+ "supports_vision": true,
1387
1486
  "supports_functions": true,
1388
1487
  "supports_json_mode": false,
1389
1488
  "input_price_per_million": 0.5,
@@ -1478,7 +1577,7 @@
1478
1577
  "max_tokens": 16384,
1479
1578
  "type": "chat",
1480
1579
  "family": "gpt4o_audio",
1481
- "supports_vision": true,
1580
+ "supports_vision": false,
1482
1581
  "supports_functions": true,
1483
1582
  "supports_json_mode": false,
1484
1583
  "input_price_per_million": 0.5,
@@ -1497,7 +1596,7 @@
1497
1596
  "max_tokens": 16384,
1498
1597
  "type": "chat",
1499
1598
  "family": "gpt4o_audio",
1500
- "supports_vision": true,
1599
+ "supports_vision": false,
1501
1600
  "supports_functions": true,
1502
1601
  "supports_json_mode": false,
1503
1602
  "input_price_per_million": 0.5,
@@ -1516,7 +1615,7 @@
1516
1615
  "max_tokens": 16384,
1517
1616
  "type": "chat",
1518
1617
  "family": "gpt4o_audio",
1519
- "supports_vision": true,
1618
+ "supports_vision": false,
1520
1619
  "supports_functions": true,
1521
1620
  "supports_json_mode": false,
1522
1621
  "input_price_per_million": 0.5,
@@ -1573,7 +1672,7 @@
1573
1672
  "max_tokens": 16384,
1574
1673
  "type": "chat",
1575
1674
  "family": "gpt4o_mini_audio",
1576
- "supports_vision": true,
1675
+ "supports_vision": false,
1577
1676
  "supports_functions": true,
1578
1677
  "supports_json_mode": false,
1579
1678
  "input_price_per_million": 0.5,
@@ -1592,7 +1691,7 @@
1592
1691
  "max_tokens": 16384,
1593
1692
  "type": "chat",
1594
1693
  "family": "gpt4o_mini_audio",
1595
- "supports_vision": true,
1694
+ "supports_vision": false,
1596
1695
  "supports_functions": true,
1597
1696
  "supports_json_mode": false,
1598
1697
  "input_price_per_million": 0.5,
@@ -1611,7 +1710,7 @@
1611
1710
  "max_tokens": 16384,
1612
1711
  "type": "chat",
1613
1712
  "family": "gpt4o_mini_realtime",
1614
- "supports_vision": true,
1713
+ "supports_vision": false,
1615
1714
  "supports_functions": true,
1616
1715
  "supports_json_mode": false,
1617
1716
  "input_price_per_million": 0.5,
@@ -1630,6 +1729,44 @@
1630
1729
  "max_tokens": 16384,
1631
1730
  "type": "chat",
1632
1731
  "family": "gpt4o_mini_realtime",
1732
+ "supports_vision": false,
1733
+ "supports_functions": true,
1734
+ "supports_json_mode": false,
1735
+ "input_price_per_million": 0.5,
1736
+ "output_price_per_million": 1.5,
1737
+ "metadata": {
1738
+ "object": "model",
1739
+ "owned_by": "system"
1740
+ }
1741
+ },
1742
+ {
1743
+ "id": "gpt-4o-mini-search-preview",
1744
+ "created_at": "2025-03-08T00:46:01+01:00",
1745
+ "display_name": "GPT-4o-Mini Search Preview",
1746
+ "provider": "openai",
1747
+ "context_window": 128000,
1748
+ "max_tokens": 16384,
1749
+ "type": "chat",
1750
+ "family": "gpt4o_mini",
1751
+ "supports_vision": true,
1752
+ "supports_functions": true,
1753
+ "supports_json_mode": false,
1754
+ "input_price_per_million": 0.5,
1755
+ "output_price_per_million": 1.5,
1756
+ "metadata": {
1757
+ "object": "model",
1758
+ "owned_by": "system"
1759
+ }
1760
+ },
1761
+ {
1762
+ "id": "gpt-4o-mini-search-preview-2025-03-11",
1763
+ "created_at": "2025-03-08T00:40:58+01:00",
1764
+ "display_name": "GPT-4o-Mini Search Preview 20250311",
1765
+ "provider": "openai",
1766
+ "context_window": 128000,
1767
+ "max_tokens": 16384,
1768
+ "type": "chat",
1769
+ "family": "gpt4o_mini",
1633
1770
  "supports_vision": true,
1634
1771
  "supports_functions": true,
1635
1772
  "supports_json_mode": false,
@@ -1640,6 +1777,44 @@
1640
1777
  "owned_by": "system"
1641
1778
  }
1642
1779
  },
1780
+ {
1781
+ "id": "gpt-4o-mini-transcribe",
1782
+ "created_at": "2025-03-15T20:56:36+01:00",
1783
+ "display_name": "GPT-4o-Mini Transcribe",
1784
+ "provider": "openai",
1785
+ "context_window": 128000,
1786
+ "max_tokens": 16384,
1787
+ "type": "chat",
1788
+ "family": "gpt4o_mini",
1789
+ "supports_vision": false,
1790
+ "supports_functions": true,
1791
+ "supports_json_mode": false,
1792
+ "input_price_per_million": 0.5,
1793
+ "output_price_per_million": 1.5,
1794
+ "metadata": {
1795
+ "object": "model",
1796
+ "owned_by": "system"
1797
+ }
1798
+ },
1799
+ {
1800
+ "id": "gpt-4o-mini-tts",
1801
+ "created_at": "2025-03-19T18:05:59+01:00",
1802
+ "display_name": "GPT-4o-Mini Tts",
1803
+ "provider": "openai",
1804
+ "context_window": 128000,
1805
+ "max_tokens": 16384,
1806
+ "type": "audio",
1807
+ "family": "gpt4o_mini",
1808
+ "supports_vision": false,
1809
+ "supports_functions": true,
1810
+ "supports_json_mode": false,
1811
+ "input_price_per_million": 0.5,
1812
+ "output_price_per_million": 1.5,
1813
+ "metadata": {
1814
+ "object": "model",
1815
+ "owned_by": "system"
1816
+ }
1817
+ },
1643
1818
  {
1644
1819
  "id": "gpt-4o-realtime-preview",
1645
1820
  "created_at": "2024-09-30T03:33:18+02:00",
@@ -1649,7 +1824,7 @@
1649
1824
  "max_tokens": 16384,
1650
1825
  "type": "chat",
1651
1826
  "family": "gpt4o_realtime",
1652
- "supports_vision": true,
1827
+ "supports_vision": false,
1653
1828
  "supports_functions": true,
1654
1829
  "supports_json_mode": false,
1655
1830
  "input_price_per_million": 0.5,
@@ -1668,7 +1843,7 @@
1668
1843
  "max_tokens": 16384,
1669
1844
  "type": "chat",
1670
1845
  "family": "gpt4o_realtime",
1671
- "supports_vision": true,
1846
+ "supports_vision": false,
1672
1847
  "supports_functions": true,
1673
1848
  "supports_json_mode": false,
1674
1849
  "input_price_per_million": 0.5,
@@ -1687,6 +1862,25 @@
1687
1862
  "max_tokens": 16384,
1688
1863
  "type": "chat",
1689
1864
  "family": "gpt4o_realtime",
1865
+ "supports_vision": false,
1866
+ "supports_functions": true,
1867
+ "supports_json_mode": false,
1868
+ "input_price_per_million": 0.5,
1869
+ "output_price_per_million": 1.5,
1870
+ "metadata": {
1871
+ "object": "model",
1872
+ "owned_by": "system"
1873
+ }
1874
+ },
1875
+ {
1876
+ "id": "gpt-4o-search-preview",
1877
+ "created_at": "2025-03-08T00:05:20+01:00",
1878
+ "display_name": "GPT-4o Search Preview",
1879
+ "provider": "openai",
1880
+ "context_window": 128000,
1881
+ "max_tokens": 16384,
1882
+ "type": "chat",
1883
+ "family": "gpt4o",
1690
1884
  "supports_vision": true,
1691
1885
  "supports_functions": true,
1692
1886
  "supports_json_mode": false,
@@ -1697,6 +1891,44 @@
1697
1891
  "owned_by": "system"
1698
1892
  }
1699
1893
  },
1894
+ {
1895
+ "id": "gpt-4o-search-preview-2025-03-11",
1896
+ "created_at": "2025-03-07T23:56:10+01:00",
1897
+ "display_name": "GPT-4o Search Preview 20250311",
1898
+ "provider": "openai",
1899
+ "context_window": 128000,
1900
+ "max_tokens": 16384,
1901
+ "type": "chat",
1902
+ "family": "gpt4o",
1903
+ "supports_vision": true,
1904
+ "supports_functions": true,
1905
+ "supports_json_mode": false,
1906
+ "input_price_per_million": 0.5,
1907
+ "output_price_per_million": 1.5,
1908
+ "metadata": {
1909
+ "object": "model",
1910
+ "owned_by": "system"
1911
+ }
1912
+ },
1913
+ {
1914
+ "id": "gpt-4o-transcribe",
1915
+ "created_at": "2025-03-15T20:54:23+01:00",
1916
+ "display_name": "GPT-4o Transcribe",
1917
+ "provider": "openai",
1918
+ "context_window": 128000,
1919
+ "max_tokens": 16384,
1920
+ "type": "chat",
1921
+ "family": "gpt4o",
1922
+ "supports_vision": false,
1923
+ "supports_functions": true,
1924
+ "supports_json_mode": false,
1925
+ "input_price_per_million": 0.5,
1926
+ "output_price_per_million": 1.5,
1927
+ "metadata": {
1928
+ "object": "model",
1929
+ "owned_by": "system"
1930
+ }
1931
+ },
1700
1932
  {
1701
1933
  "id": "imagen-3.0-generate-002",
1702
1934
  "created_at": null,
@@ -1746,6 +1978,44 @@
1746
1978
  ]
1747
1979
  }
1748
1980
  },
1981
+ {
1982
+ "id": "o1",
1983
+ "created_at": "2024-12-16T20:03:36+01:00",
1984
+ "display_name": "O1",
1985
+ "provider": "openai",
1986
+ "context_window": 4096,
1987
+ "max_tokens": 4096,
1988
+ "type": "chat",
1989
+ "family": "o1",
1990
+ "supports_vision": true,
1991
+ "supports_functions": true,
1992
+ "supports_json_mode": false,
1993
+ "input_price_per_million": 0.5,
1994
+ "output_price_per_million": 1.5,
1995
+ "metadata": {
1996
+ "object": "model",
1997
+ "owned_by": "system"
1998
+ }
1999
+ },
2000
+ {
2001
+ "id": "o1-2024-12-17",
2002
+ "created_at": "2024-12-16T06:29:36+01:00",
2003
+ "display_name": "O1-20241217",
2004
+ "provider": "openai",
2005
+ "context_window": 200000,
2006
+ "max_tokens": 100000,
2007
+ "type": "chat",
2008
+ "family": "o1",
2009
+ "supports_vision": true,
2010
+ "supports_functions": true,
2011
+ "supports_json_mode": false,
2012
+ "input_price_per_million": 0.5,
2013
+ "output_price_per_million": 1.5,
2014
+ "metadata": {
2015
+ "object": "model",
2016
+ "owned_by": "system"
2017
+ }
2018
+ },
1749
2019
  {
1750
2020
  "id": "o1-mini",
1751
2021
  "created_at": "2024-09-06T20:56:48+02:00",
@@ -1755,8 +2025,8 @@
1755
2025
  "max_tokens": 4096,
1756
2026
  "type": "chat",
1757
2027
  "family": "o1_mini",
1758
- "supports_vision": true,
1759
- "supports_functions": true,
2028
+ "supports_vision": false,
2029
+ "supports_functions": false,
1760
2030
  "supports_json_mode": false,
1761
2031
  "input_price_per_million": 0.5,
1762
2032
  "output_price_per_million": 1.5,
@@ -1774,8 +2044,8 @@
1774
2044
  "max_tokens": 65536,
1775
2045
  "type": "chat",
1776
2046
  "family": "o1_mini",
1777
- "supports_vision": true,
1778
- "supports_functions": true,
2047
+ "supports_vision": false,
2048
+ "supports_functions": false,
1779
2049
  "supports_json_mode": false,
1780
2050
  "input_price_per_million": 0.5,
1781
2051
  "output_price_per_million": 1.5,
@@ -1793,7 +2063,7 @@
1793
2063
  "max_tokens": 4096,
1794
2064
  "type": "chat",
1795
2065
  "family": "o1",
1796
- "supports_vision": true,
2066
+ "supports_vision": false,
1797
2067
  "supports_functions": true,
1798
2068
  "supports_json_mode": false,
1799
2069
  "input_price_per_million": 0.5,
@@ -1812,6 +2082,25 @@
1812
2082
  "max_tokens": 4096,
1813
2083
  "type": "chat",
1814
2084
  "family": "o1",
2085
+ "supports_vision": false,
2086
+ "supports_functions": true,
2087
+ "supports_json_mode": false,
2088
+ "input_price_per_million": 0.5,
2089
+ "output_price_per_million": 1.5,
2090
+ "metadata": {
2091
+ "object": "model",
2092
+ "owned_by": "system"
2093
+ }
2094
+ },
2095
+ {
2096
+ "id": "o1-pro",
2097
+ "created_at": "2025-03-17T23:49:51+01:00",
2098
+ "display_name": "O1-Pro",
2099
+ "provider": "openai",
2100
+ "context_window": 4096,
2101
+ "max_tokens": 4096,
2102
+ "type": "chat",
2103
+ "family": "o1",
1815
2104
  "supports_vision": true,
1816
2105
  "supports_functions": true,
1817
2106
  "supports_json_mode": false,
@@ -1822,6 +2111,63 @@
1822
2111
  "owned_by": "system"
1823
2112
  }
1824
2113
  },
2114
+ {
2115
+ "id": "o1-pro-2025-03-19",
2116
+ "created_at": "2025-03-17T23:45:04+01:00",
2117
+ "display_name": "O1-Pro 20250319",
2118
+ "provider": "openai",
2119
+ "context_window": 4096,
2120
+ "max_tokens": 4096,
2121
+ "type": "chat",
2122
+ "family": "o1",
2123
+ "supports_vision": true,
2124
+ "supports_functions": true,
2125
+ "supports_json_mode": false,
2126
+ "input_price_per_million": 0.5,
2127
+ "output_price_per_million": 1.5,
2128
+ "metadata": {
2129
+ "object": "model",
2130
+ "owned_by": "system"
2131
+ }
2132
+ },
2133
+ {
2134
+ "id": "o3-mini",
2135
+ "created_at": "2025-01-17T21:39:43+01:00",
2136
+ "display_name": "O3-Mini",
2137
+ "provider": "openai",
2138
+ "context_window": 200000,
2139
+ "max_tokens": 100000,
2140
+ "type": "chat",
2141
+ "family": "o3_mini",
2142
+ "supports_vision": false,
2143
+ "supports_functions": true,
2144
+ "supports_json_mode": false,
2145
+ "input_price_per_million": 0.5,
2146
+ "output_price_per_million": 1.5,
2147
+ "metadata": {
2148
+ "object": "model",
2149
+ "owned_by": "system"
2150
+ }
2151
+ },
2152
+ {
2153
+ "id": "o3-mini-2025-01-31",
2154
+ "created_at": "2025-01-27T21:36:40+01:00",
2155
+ "display_name": "O3-Mini 20250131",
2156
+ "provider": "openai",
2157
+ "context_window": 200000,
2158
+ "max_tokens": 100000,
2159
+ "type": "chat",
2160
+ "family": "o3_mini",
2161
+ "supports_vision": false,
2162
+ "supports_functions": true,
2163
+ "supports_json_mode": false,
2164
+ "input_price_per_million": 0.5,
2165
+ "output_price_per_million": 1.5,
2166
+ "metadata": {
2167
+ "object": "model",
2168
+ "owned_by": "system"
2169
+ }
2170
+ },
1825
2171
  {
1826
2172
  "id": "omni-moderation-2024-09-26",
1827
2173
  "created_at": "2024-11-27T20:07:46+01:00",
@@ -1831,8 +2177,8 @@
1831
2177
  "max_tokens": 4096,
1832
2178
  "type": "moderation",
1833
2179
  "family": "moderation",
1834
- "supports_vision": false,
1835
- "supports_functions": true,
2180
+ "supports_vision": true,
2181
+ "supports_functions": false,
1836
2182
  "supports_json_mode": false,
1837
2183
  "input_price_per_million": 0.5,
1838
2184
  "output_price_per_million": 1.5,
@@ -1850,8 +2196,8 @@
1850
2196
  "max_tokens": 4096,
1851
2197
  "type": "moderation",
1852
2198
  "family": "moderation",
1853
- "supports_vision": false,
1854
- "supports_functions": true,
2199
+ "supports_vision": true,
2200
+ "supports_functions": false,
1855
2201
  "supports_json_mode": false,
1856
2202
  "input_price_per_million": 0.5,
1857
2203
  "output_price_per_million": 1.5,
@@ -1920,7 +2266,7 @@
1920
2266
  "type": "embedding",
1921
2267
  "family": "embedding3_large",
1922
2268
  "supports_vision": false,
1923
- "supports_functions": true,
2269
+ "supports_functions": false,
1924
2270
  "supports_json_mode": false,
1925
2271
  "input_price_per_million": 0.5,
1926
2272
  "output_price_per_million": 1.5,
@@ -1939,7 +2285,7 @@
1939
2285
  "type": "embedding",
1940
2286
  "family": "embedding3_small",
1941
2287
  "supports_vision": false,
1942
- "supports_functions": true,
2288
+ "supports_functions": false,
1943
2289
  "supports_json_mode": false,
1944
2290
  "input_price_per_million": 0.5,
1945
2291
  "output_price_per_million": 1.5,
@@ -1958,7 +2304,7 @@
1958
2304
  "type": "embedding",
1959
2305
  "family": "embedding2",
1960
2306
  "supports_vision": false,
1961
- "supports_functions": true,
2307
+ "supports_functions": false,
1962
2308
  "supports_json_mode": false,
1963
2309
  "input_price_per_million": 0.5,
1964
2310
  "output_price_per_million": 1.5,
@@ -1977,7 +2323,7 @@
1977
2323
  "type": "audio",
1978
2324
  "family": "tts1",
1979
2325
  "supports_vision": false,
1980
- "supports_functions": true,
2326
+ "supports_functions": false,
1981
2327
  "supports_json_mode": false,
1982
2328
  "input_price_per_million": 0.5,
1983
2329
  "output_price_per_million": 1.5,
@@ -1996,7 +2342,7 @@
1996
2342
  "type": "audio",
1997
2343
  "family": "tts1",
1998
2344
  "supports_vision": false,
1999
- "supports_functions": true,
2345
+ "supports_functions": false,
2000
2346
  "supports_json_mode": false,
2001
2347
  "input_price_per_million": 0.5,
2002
2348
  "output_price_per_million": 1.5,
@@ -2015,7 +2361,7 @@
2015
2361
  "type": "audio",
2016
2362
  "family": "tts1_hd",
2017
2363
  "supports_vision": false,
2018
- "supports_functions": true,
2364
+ "supports_functions": false,
2019
2365
  "supports_json_mode": false,
2020
2366
  "input_price_per_million": 0.5,
2021
2367
  "output_price_per_million": 1.5,
@@ -2034,7 +2380,7 @@
2034
2380
  "type": "audio",
2035
2381
  "family": "tts1_hd",
2036
2382
  "supports_vision": false,
2037
- "supports_functions": true,
2383
+ "supports_functions": false,
2038
2384
  "supports_json_mode": false,
2039
2385
  "input_price_per_million": 0.5,
2040
2386
  "output_price_per_million": 1.5,
@@ -2053,7 +2399,7 @@
2053
2399
  "type": "audio",
2054
2400
  "family": "whisper1",
2055
2401
  "supports_vision": false,
2056
- "supports_functions": true,
2402
+ "supports_functions": false,
2057
2403
  "supports_json_mode": false,
2058
2404
  "input_price_per_million": 0.5,
2059
2405
  "output_price_per_million": 1.5,