getaiapi 0.3.5 → 0.4.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.
@@ -267,13 +267,13 @@
267
267
  "aliases": [
268
268
  "adirik-e5-mistral-7b-instruct"
269
269
  ],
270
- "category": "text-to-image",
270
+ "category": "text-generation",
271
271
  "modality": {
272
272
  "inputs": [
273
273
  "text"
274
274
  ],
275
275
  "outputs": [
276
- "image"
276
+ "text"
277
277
  ]
278
278
  },
279
279
  "providers": [
@@ -1153,13 +1153,13 @@
1153
1153
  "andreasjansson-llama-2-13b-embeddings",
1154
1154
  "llama-2-13b-embeddings"
1155
1155
  ],
1156
- "category": "text-to-image",
1156
+ "category": "text-generation",
1157
1157
  "modality": {
1158
1158
  "inputs": [
1159
1159
  "text"
1160
1160
  ],
1161
1161
  "outputs": [
1162
- "image"
1162
+ "text"
1163
1163
  ]
1164
1164
  },
1165
1165
  "providers": [
@@ -1361,13 +1361,13 @@
1361
1361
  "aliases": [
1362
1362
  "anthropic-claude-3.5-haiku"
1363
1363
  ],
1364
- "category": "text-to-image",
1364
+ "category": "text-generation",
1365
1365
  "modality": {
1366
1366
  "inputs": [
1367
1367
  "text"
1368
1368
  ],
1369
1369
  "outputs": [
1370
- "image"
1370
+ "text"
1371
1371
  ]
1372
1372
  },
1373
1373
  "providers": [
@@ -1390,13 +1390,13 @@
1390
1390
  "aliases": [
1391
1391
  "anthropic-claude-3.7-sonnet"
1392
1392
  ],
1393
- "category": "text-to-image",
1393
+ "category": "text-generation",
1394
1394
  "modality": {
1395
1395
  "inputs": [
1396
1396
  "text"
1397
1397
  ],
1398
1398
  "outputs": [
1399
- "image"
1399
+ "text"
1400
1400
  ]
1401
1401
  },
1402
1402
  "providers": [
@@ -1419,13 +1419,13 @@
1419
1419
  "aliases": [
1420
1420
  "anthropic-claude-4-sonnet"
1421
1421
  ],
1422
- "category": "text-to-image",
1422
+ "category": "text-generation",
1423
1423
  "modality": {
1424
1424
  "inputs": [
1425
1425
  "text"
1426
1426
  ],
1427
1427
  "outputs": [
1428
- "image"
1428
+ "text"
1429
1429
  ]
1430
1430
  },
1431
1431
  "providers": [
@@ -1448,13 +1448,13 @@
1448
1448
  "aliases": [
1449
1449
  "anthropic-claude-4.5-haiku"
1450
1450
  ],
1451
- "category": "text-to-image",
1451
+ "category": "text-generation",
1452
1452
  "modality": {
1453
1453
  "inputs": [
1454
1454
  "text"
1455
1455
  ],
1456
1456
  "outputs": [
1457
- "image"
1457
+ "text"
1458
1458
  ]
1459
1459
  },
1460
1460
  "providers": [
@@ -1477,13 +1477,13 @@
1477
1477
  "aliases": [
1478
1478
  "anthropic-claude-4.5-sonnet"
1479
1479
  ],
1480
- "category": "text-to-image",
1480
+ "category": "text-generation",
1481
1481
  "modality": {
1482
1482
  "inputs": [
1483
1483
  "text"
1484
1484
  ],
1485
1485
  "outputs": [
1486
- "image"
1486
+ "text"
1487
1487
  ]
1488
1488
  },
1489
1489
  "providers": [
@@ -1506,13 +1506,13 @@
1506
1506
  "aliases": [
1507
1507
  "anthropic-claude-opus-4.6"
1508
1508
  ],
1509
- "category": "text-to-image",
1509
+ "category": "text-generation",
1510
1510
  "modality": {
1511
1511
  "inputs": [
1512
1512
  "text"
1513
1513
  ],
1514
1514
  "outputs": [
1515
- "image"
1515
+ "text"
1516
1516
  ]
1517
1517
  },
1518
1518
  "providers": [
@@ -7901,6 +7901,99 @@
7901
7901
  }
7902
7902
  ]
7903
7903
  },
7904
+ {
7905
+ "canonical_name": "claude-haiku-4-5",
7906
+ "aliases": [
7907
+ "claude-haiku-4-5",
7908
+ "claude-haiku",
7909
+ "haiku-4-5"
7910
+ ],
7911
+ "category": "text-generation",
7912
+ "modality": {
7913
+ "inputs": [
7914
+ "text"
7915
+ ],
7916
+ "outputs": [
7917
+ "text"
7918
+ ]
7919
+ },
7920
+ "providers": [
7921
+ {
7922
+ "provider": "openrouter",
7923
+ "skill_id": "openrouter-claude-haiku-4-5",
7924
+ "endpoint": "anthropic/claude-haiku-4-5",
7925
+ "auth_env": "OPENROUTER_API_KEY",
7926
+ "param_map": {},
7927
+ "output_map": {
7928
+ "type": "text",
7929
+ "extract_path": "choices[0].message.content",
7930
+ "content_type": "text/plain"
7931
+ }
7932
+ }
7933
+ ]
7934
+ },
7935
+ {
7936
+ "canonical_name": "claude-opus-4-6",
7937
+ "aliases": [
7938
+ "claude-opus-4-6",
7939
+ "claude-opus",
7940
+ "opus-4-6"
7941
+ ],
7942
+ "category": "text-generation",
7943
+ "modality": {
7944
+ "inputs": [
7945
+ "text"
7946
+ ],
7947
+ "outputs": [
7948
+ "text"
7949
+ ]
7950
+ },
7951
+ "providers": [
7952
+ {
7953
+ "provider": "openrouter",
7954
+ "skill_id": "openrouter-claude-opus-4-6",
7955
+ "endpoint": "anthropic/claude-opus-4-6",
7956
+ "auth_env": "OPENROUTER_API_KEY",
7957
+ "param_map": {},
7958
+ "output_map": {
7959
+ "type": "text",
7960
+ "extract_path": "choices[0].message.content",
7961
+ "content_type": "text/plain"
7962
+ }
7963
+ }
7964
+ ]
7965
+ },
7966
+ {
7967
+ "canonical_name": "claude-sonnet-4-6",
7968
+ "aliases": [
7969
+ "claude-sonnet-4-6",
7970
+ "claude-sonnet",
7971
+ "sonnet-4-6"
7972
+ ],
7973
+ "category": "text-generation",
7974
+ "modality": {
7975
+ "inputs": [
7976
+ "text"
7977
+ ],
7978
+ "outputs": [
7979
+ "text"
7980
+ ]
7981
+ },
7982
+ "providers": [
7983
+ {
7984
+ "provider": "openrouter",
7985
+ "skill_id": "openrouter-claude-sonnet-4-6",
7986
+ "endpoint": "anthropic/claude-sonnet-4-6",
7987
+ "auth_env": "OPENROUTER_API_KEY",
7988
+ "param_map": {},
7989
+ "output_map": {
7990
+ "type": "text",
7991
+ "extract_path": "choices[0].message.content",
7992
+ "content_type": "text/plain"
7993
+ }
7994
+ }
7995
+ ]
7996
+ },
7904
7997
  {
7905
7998
  "canonical_name": "codeformer",
7906
7999
  "aliases": [
@@ -8607,13 +8700,13 @@
8607
8700
  "aliases": [
8608
8701
  "cuuupid-gte-qwen2-7b-instruct"
8609
8702
  ],
8610
- "category": "text-to-image",
8703
+ "category": "text-generation",
8611
8704
  "modality": {
8612
8705
  "inputs": [
8613
8706
  "text"
8614
8707
  ],
8615
8708
  "outputs": [
8616
- "image"
8709
+ "text"
8617
8710
  ]
8618
8711
  },
8619
8712
  "providers": [
@@ -8665,13 +8758,13 @@
8665
8758
  "aliases": [
8666
8759
  "cuuupid-qwen2-vl-2b"
8667
8760
  ],
8668
- "category": "text-to-image",
8761
+ "category": "text-generation",
8669
8762
  "modality": {
8670
8763
  "inputs": [
8671
8764
  "text"
8672
8765
  ],
8673
8766
  "outputs": [
8674
- "image"
8767
+ "text"
8675
8768
  ]
8676
8769
  },
8677
8770
  "providers": [
@@ -8723,13 +8816,13 @@
8723
8816
  "aliases": [
8724
8817
  "daanelson-minigpt-4"
8725
8818
  ],
8726
- "category": "text-to-image",
8819
+ "category": "text-generation",
8727
8820
  "modality": {
8728
8821
  "inputs": [
8729
8822
  "text"
8730
8823
  ],
8731
8824
  "outputs": [
8732
- "image"
8825
+ "text"
8733
8826
  ]
8734
8827
  },
8735
8828
  "providers": [
@@ -9166,13 +9259,13 @@
9166
9259
  "aliases": [
9167
9260
  "deepseek-ai-deepseek-r1"
9168
9261
  ],
9169
- "category": "text-to-image",
9262
+ "category": "text-generation",
9170
9263
  "modality": {
9171
9264
  "inputs": [
9172
9265
  "text"
9173
9266
  ],
9174
9267
  "outputs": [
9175
- "image"
9268
+ "text"
9176
9269
  ]
9177
9270
  },
9178
9271
  "providers": [
@@ -9195,13 +9288,13 @@
9195
9288
  "aliases": [
9196
9289
  "deepseek-ai-deepseek-v3"
9197
9290
  ],
9198
- "category": "text-to-image",
9291
+ "category": "text-generation",
9199
9292
  "modality": {
9200
9293
  "inputs": [
9201
9294
  "text"
9202
9295
  ],
9203
9296
  "outputs": [
9204
- "image"
9297
+ "text"
9205
9298
  ]
9206
9299
  },
9207
9300
  "providers": [
@@ -9225,13 +9318,13 @@
9225
9318
  "deepseek-ai-deepseek-v3.1",
9226
9319
  "deepseek-ai-deepseek-3.1"
9227
9320
  ],
9228
- "category": "text-to-image",
9321
+ "category": "text-generation",
9229
9322
  "modality": {
9230
9323
  "inputs": [
9231
9324
  "text"
9232
9325
  ],
9233
9326
  "outputs": [
9234
- "image"
9327
+ "text"
9235
9328
  ]
9236
9329
  },
9237
9330
  "providers": [
@@ -9249,6 +9342,36 @@
9249
9342
  }
9250
9343
  ]
9251
9344
  },
9345
+ {
9346
+ "canonical_name": "deepseek-v3",
9347
+ "aliases": [
9348
+ "deepseek-v3",
9349
+ "deepseek-chat"
9350
+ ],
9351
+ "category": "text-generation",
9352
+ "modality": {
9353
+ "inputs": [
9354
+ "text"
9355
+ ],
9356
+ "outputs": [
9357
+ "text"
9358
+ ]
9359
+ },
9360
+ "providers": [
9361
+ {
9362
+ "provider": "openrouter",
9363
+ "skill_id": "openrouter-deepseek-v3",
9364
+ "endpoint": "deepseek/deepseek-chat-v3-0324",
9365
+ "auth_env": "OPENROUTER_API_KEY",
9366
+ "param_map": {},
9367
+ "output_map": {
9368
+ "type": "text",
9369
+ "extract_path": "choices[0].message.content",
9370
+ "content_type": "text/plain"
9371
+ }
9372
+ }
9373
+ ]
9374
+ },
9252
9375
  {
9253
9376
  "canonical_name": "deforum-deforum_stable_diffusion",
9254
9377
  "aliases": [
@@ -16835,6 +16958,37 @@
16835
16958
  }
16836
16959
  ]
16837
16960
  },
16961
+ {
16962
+ "canonical_name": "gemini-2.0-flash",
16963
+ "aliases": [
16964
+ "gemini-2.0-flash",
16965
+ "gemini-flash",
16966
+ "google-gemini-flash"
16967
+ ],
16968
+ "category": "text-generation",
16969
+ "modality": {
16970
+ "inputs": [
16971
+ "text"
16972
+ ],
16973
+ "outputs": [
16974
+ "text"
16975
+ ]
16976
+ },
16977
+ "providers": [
16978
+ {
16979
+ "provider": "openrouter",
16980
+ "skill_id": "openrouter-gemini-2.0-flash",
16981
+ "endpoint": "google/gemini-2.0-flash-001",
16982
+ "auth_env": "OPENROUTER_API_KEY",
16983
+ "param_map": {},
16984
+ "output_map": {
16985
+ "type": "text",
16986
+ "extract_path": "choices[0].message.content",
16987
+ "content_type": "text/plain"
16988
+ }
16989
+ }
16990
+ ]
16991
+ },
16838
16992
  {
16839
16993
  "canonical_name": "gemini-25-flash-image",
16840
16994
  "aliases": [
@@ -17287,13 +17441,13 @@
17287
17441
  "google-deepmind-gemma-2b-it",
17288
17442
  "deepmind-gemma-2b-it"
17289
17443
  ],
17290
- "category": "text-to-image",
17444
+ "category": "text-generation",
17291
17445
  "modality": {
17292
17446
  "inputs": [
17293
17447
  "text"
17294
17448
  ],
17295
17449
  "outputs": [
17296
- "image"
17450
+ "text"
17297
17451
  ]
17298
17452
  },
17299
17453
  "providers": [
@@ -18343,6 +18497,66 @@
18343
18497
  }
18344
18498
  ]
18345
18499
  },
18500
+ {
18501
+ "canonical_name": "gpt-4o",
18502
+ "aliases": [
18503
+ "gpt-4o",
18504
+ "openai-gpt-4o"
18505
+ ],
18506
+ "category": "text-generation",
18507
+ "modality": {
18508
+ "inputs": [
18509
+ "text"
18510
+ ],
18511
+ "outputs": [
18512
+ "text"
18513
+ ]
18514
+ },
18515
+ "providers": [
18516
+ {
18517
+ "provider": "openrouter",
18518
+ "skill_id": "openrouter-gpt-4o",
18519
+ "endpoint": "openai/gpt-4o",
18520
+ "auth_env": "OPENROUTER_API_KEY",
18521
+ "param_map": {},
18522
+ "output_map": {
18523
+ "type": "text",
18524
+ "extract_path": "choices[0].message.content",
18525
+ "content_type": "text/plain"
18526
+ }
18527
+ }
18528
+ ]
18529
+ },
18530
+ {
18531
+ "canonical_name": "gpt-4o-mini",
18532
+ "aliases": [
18533
+ "gpt-4o-mini",
18534
+ "openai-gpt-4o-mini"
18535
+ ],
18536
+ "category": "text-generation",
18537
+ "modality": {
18538
+ "inputs": [
18539
+ "text"
18540
+ ],
18541
+ "outputs": [
18542
+ "text"
18543
+ ]
18544
+ },
18545
+ "providers": [
18546
+ {
18547
+ "provider": "openrouter",
18548
+ "skill_id": "openrouter-gpt-4o-mini",
18549
+ "endpoint": "openai/gpt-4o-mini",
18550
+ "auth_env": "OPENROUTER_API_KEY",
18551
+ "param_map": {},
18552
+ "output_map": {
18553
+ "type": "text",
18554
+ "extract_path": "choices[0].message.content",
18555
+ "content_type": "text/plain"
18556
+ }
18557
+ }
18558
+ ]
18559
+ },
18346
18560
  {
18347
18561
  "canonical_name": "gpt-image-1-edit-image",
18348
18562
  "aliases": [
@@ -27969,6 +28183,37 @@
27969
28183
  }
27970
28184
  ]
27971
28185
  },
28186
+ {
28187
+ "canonical_name": "llama-3.1-70b",
28188
+ "aliases": [
28189
+ "llama-3.1-70b",
28190
+ "llama-70b",
28191
+ "meta-llama-70b"
28192
+ ],
28193
+ "category": "text-generation",
28194
+ "modality": {
28195
+ "inputs": [
28196
+ "text"
28197
+ ],
28198
+ "outputs": [
28199
+ "text"
28200
+ ]
28201
+ },
28202
+ "providers": [
28203
+ {
28204
+ "provider": "openrouter",
28205
+ "skill_id": "openrouter-llama-3.1-70b",
28206
+ "endpoint": "meta-llama/llama-3.1-70b-instruct",
28207
+ "auth_env": "OPENROUTER_API_KEY",
28208
+ "param_map": {},
28209
+ "output_map": {
28210
+ "type": "text",
28211
+ "extract_path": "choices[0].message.content",
28212
+ "content_type": "text/plain"
28213
+ }
28214
+ }
28215
+ ]
28216
+ },
27972
28217
  {
27973
28218
  "canonical_name": "llava-next",
27974
28219
  "aliases": [
@@ -30419,13 +30664,13 @@
30419
30664
  "lucataco-deepseek-ocr",
30420
30665
  "deepseek-ocr"
30421
30666
  ],
30422
- "category": "text-to-image",
30667
+ "category": "text-generation",
30423
30668
  "modality": {
30424
30669
  "inputs": [
30425
30670
  "text"
30426
30671
  ],
30427
30672
  "outputs": [
30428
- "image"
30673
+ "text"
30429
30674
  ]
30430
30675
  },
30431
30676
  "providers": [
@@ -31018,13 +31263,13 @@
31018
31263
  "lucataco-ollama-llama3.2-vision-11b",
31019
31264
  "ollama-llama3.2-vision-11b"
31020
31265
  ],
31021
- "category": "text-to-image",
31266
+ "category": "text-generation",
31022
31267
  "modality": {
31023
31268
  "inputs": [
31024
31269
  "text"
31025
31270
  ],
31026
31271
  "outputs": [
31027
- "image"
31272
+ "text"
31028
31273
  ]
31029
31274
  },
31030
31275
  "providers": [
@@ -31048,13 +31293,13 @@
31048
31293
  "lucataco-ollama-llama3.2-vision-90b",
31049
31294
  "ollama-llama3.2-vision-90b"
31050
31295
  ],
31051
- "category": "text-to-image",
31296
+ "category": "text-generation",
31052
31297
  "modality": {
31053
31298
  "inputs": [
31054
31299
  "text"
31055
31300
  ],
31056
31301
  "outputs": [
31057
- "image"
31302
+ "text"
31058
31303
  ]
31059
31304
  },
31060
31305
  "providers": [
@@ -31230,13 +31475,13 @@
31230
31475
  "lucataco-qwen-vl-chat",
31231
31476
  "qwen-vl-chat"
31232
31477
  ],
31233
- "category": "text-to-image",
31478
+ "category": "text-generation",
31234
31479
  "modality": {
31235
31480
  "inputs": [
31236
31481
  "text"
31237
31482
  ],
31238
31483
  "outputs": [
31239
- "image"
31484
+ "text"
31240
31485
  ]
31241
31486
  },
31242
31487
  "providers": [
@@ -31260,13 +31505,13 @@
31260
31505
  "lucataco-qwen2-vl-7b-instruct",
31261
31506
  "qwen2-vl-7b-instruct"
31262
31507
  ],
31263
- "category": "text-to-image",
31508
+ "category": "text-generation",
31264
31509
  "modality": {
31265
31510
  "inputs": [
31266
31511
  "text"
31267
31512
  ],
31268
31513
  "outputs": [
31269
- "image"
31514
+ "text"
31270
31515
  ]
31271
31516
  },
31272
31517
  "providers": [
@@ -31290,13 +31535,13 @@
31290
31535
  "lucataco-qwen2.5-omni-7b",
31291
31536
  "qwen2.5-omni-7b"
31292
31537
  ],
31293
- "category": "text-to-image",
31538
+ "category": "text-generation",
31294
31539
  "modality": {
31295
31540
  "inputs": [
31296
31541
  "text"
31297
31542
  ],
31298
31543
  "outputs": [
31299
- "image"
31544
+ "text"
31300
31545
  ]
31301
31546
  },
31302
31547
  "providers": [
@@ -31802,13 +32047,13 @@
31802
32047
  "lucataco-videollama3-7b",
31803
32048
  "videollama3-7b"
31804
32049
  ],
31805
- "category": "text-to-video",
32050
+ "category": "text-generation",
31806
32051
  "modality": {
31807
32052
  "inputs": [
31808
32053
  "text"
31809
32054
  ],
31810
32055
  "outputs": [
31811
- "video"
32056
+ "text"
31812
32057
  ]
31813
32058
  },
31814
32059
  "providers": [
@@ -33288,13 +33533,13 @@
33288
33533
  "meta-llama-2-13b",
33289
33534
  "llama-2-13b"
33290
33535
  ],
33291
- "category": "text-to-image",
33536
+ "category": "text-generation",
33292
33537
  "modality": {
33293
33538
  "inputs": [
33294
33539
  "text"
33295
33540
  ],
33296
33541
  "outputs": [
33297
- "image"
33542
+ "text"
33298
33543
  ]
33299
33544
  },
33300
33545
  "providers": [
@@ -33318,13 +33563,13 @@
33318
33563
  "meta-llama-2-13b-chat",
33319
33564
  "llama-2-13b-chat"
33320
33565
  ],
33321
- "category": "text-to-image",
33566
+ "category": "text-generation",
33322
33567
  "modality": {
33323
33568
  "inputs": [
33324
33569
  "text"
33325
33570
  ],
33326
33571
  "outputs": [
33327
- "image"
33572
+ "text"
33328
33573
  ]
33329
33574
  },
33330
33575
  "providers": [
@@ -33348,13 +33593,13 @@
33348
33593
  "meta-llama-2-70b",
33349
33594
  "llama-2-70b"
33350
33595
  ],
33351
- "category": "text-to-image",
33596
+ "category": "text-generation",
33352
33597
  "modality": {
33353
33598
  "inputs": [
33354
33599
  "text"
33355
33600
  ],
33356
33601
  "outputs": [
33357
- "image"
33602
+ "text"
33358
33603
  ]
33359
33604
  },
33360
33605
  "providers": [
@@ -33378,13 +33623,13 @@
33378
33623
  "meta-llama-2-70b-chat",
33379
33624
  "llama-2-70b-chat"
33380
33625
  ],
33381
- "category": "text-to-image",
33626
+ "category": "text-generation",
33382
33627
  "modality": {
33383
33628
  "inputs": [
33384
33629
  "text"
33385
33630
  ],
33386
33631
  "outputs": [
33387
- "image"
33632
+ "text"
33388
33633
  ]
33389
33634
  },
33390
33635
  "providers": [
@@ -33408,13 +33653,13 @@
33408
33653
  "meta-llama-2-7b",
33409
33654
  "llama-2-7b"
33410
33655
  ],
33411
- "category": "text-to-image",
33656
+ "category": "text-generation",
33412
33657
  "modality": {
33413
33658
  "inputs": [
33414
33659
  "text"
33415
33660
  ],
33416
33661
  "outputs": [
33417
- "image"
33662
+ "text"
33418
33663
  ]
33419
33664
  },
33420
33665
  "providers": [
@@ -33438,13 +33683,13 @@
33438
33683
  "meta-llama-2-7b-chat",
33439
33684
  "llama-2-7b-chat"
33440
33685
  ],
33441
- "category": "text-to-image",
33686
+ "category": "text-generation",
33442
33687
  "modality": {
33443
33688
  "inputs": [
33444
33689
  "text"
33445
33690
  ],
33446
33691
  "outputs": [
33447
- "image"
33692
+ "text"
33448
33693
  ]
33449
33694
  },
33450
33695
  "providers": [
@@ -33468,13 +33713,13 @@
33468
33713
  "meta-llama-4-maverick-instruct",
33469
33714
  "llama-4-maverick-instruct"
33470
33715
  ],
33471
- "category": "text-to-image",
33716
+ "category": "text-generation",
33472
33717
  "modality": {
33473
33718
  "inputs": [
33474
33719
  "text"
33475
33720
  ],
33476
33721
  "outputs": [
33477
- "image"
33722
+ "text"
33478
33723
  ]
33479
33724
  },
33480
33725
  "providers": [
@@ -33498,13 +33743,13 @@
33498
33743
  "meta-llama-4-scout-instruct",
33499
33744
  "llama-4-scout-instruct"
33500
33745
  ],
33501
- "category": "text-to-image",
33746
+ "category": "text-generation",
33502
33747
  "modality": {
33503
33748
  "inputs": [
33504
33749
  "text"
33505
33750
  ],
33506
33751
  "outputs": [
33507
- "image"
33752
+ "text"
33508
33753
  ]
33509
33754
  },
33510
33755
  "providers": [
@@ -33528,13 +33773,13 @@
33528
33773
  "meta-llama-guard-3-8b",
33529
33774
  "llama-guard-3-8b"
33530
33775
  ],
33531
- "category": "text-to-image",
33776
+ "category": "moderation",
33532
33777
  "modality": {
33533
33778
  "inputs": [
33534
33779
  "text"
33535
33780
  ],
33536
33781
  "outputs": [
33537
- "image"
33782
+ "text"
33538
33783
  ]
33539
33784
  },
33540
33785
  "providers": [
@@ -33558,13 +33803,13 @@
33558
33803
  "meta-llama-guard-4-12b",
33559
33804
  "llama-guard-4-12b"
33560
33805
  ],
33561
- "category": "text-to-image",
33806
+ "category": "moderation",
33562
33807
  "modality": {
33563
33808
  "inputs": [
33564
33809
  "text"
33565
33810
  ],
33566
33811
  "outputs": [
33567
- "image"
33812
+ "text"
33568
33813
  ]
33569
33814
  },
33570
33815
  "providers": [
@@ -33588,13 +33833,13 @@
33588
33833
  "meta-meta-llama-3-70b",
33589
33834
  "meta-llama-3-70b"
33590
33835
  ],
33591
- "category": "text-to-image",
33836
+ "category": "text-generation",
33592
33837
  "modality": {
33593
33838
  "inputs": [
33594
33839
  "text"
33595
33840
  ],
33596
33841
  "outputs": [
33597
- "image"
33842
+ "text"
33598
33843
  ]
33599
33844
  },
33600
33845
  "providers": [
@@ -33618,13 +33863,13 @@
33618
33863
  "meta-meta-llama-3-70b-instruct",
33619
33864
  "meta-llama-3-70b-instruct"
33620
33865
  ],
33621
- "category": "text-to-image",
33866
+ "category": "text-generation",
33622
33867
  "modality": {
33623
33868
  "inputs": [
33624
33869
  "text"
33625
33870
  ],
33626
33871
  "outputs": [
33627
- "image"
33872
+ "text"
33628
33873
  ]
33629
33874
  },
33630
33875
  "providers": [
@@ -33648,13 +33893,13 @@
33648
33893
  "meta-meta-llama-3-8b",
33649
33894
  "meta-llama-3-8b"
33650
33895
  ],
33651
- "category": "text-to-image",
33896
+ "category": "text-generation",
33652
33897
  "modality": {
33653
33898
  "inputs": [
33654
33899
  "text"
33655
33900
  ],
33656
33901
  "outputs": [
33657
- "image"
33902
+ "text"
33658
33903
  ]
33659
33904
  },
33660
33905
  "providers": [
@@ -33678,13 +33923,13 @@
33678
33923
  "meta-meta-llama-3-8b-instruct",
33679
33924
  "meta-llama-3-8b-instruct"
33680
33925
  ],
33681
- "category": "text-to-image",
33926
+ "category": "text-generation",
33682
33927
  "modality": {
33683
33928
  "inputs": [
33684
33929
  "text"
33685
33930
  ],
33686
33931
  "outputs": [
33687
- "image"
33932
+ "text"
33688
33933
  ]
33689
33934
  },
33690
33935
  "providers": [
@@ -33708,13 +33953,13 @@
33708
33953
  "meta-meta-llama-3.1-405b-instruct",
33709
33954
  "meta-llama-3.1-405b-instruct"
33710
33955
  ],
33711
- "category": "text-to-image",
33956
+ "category": "text-generation",
33712
33957
  "modality": {
33713
33958
  "inputs": [
33714
33959
  "text"
33715
33960
  ],
33716
33961
  "outputs": [
33717
- "image"
33962
+ "text"
33718
33963
  ]
33719
33964
  },
33720
33965
  "providers": [
@@ -33738,13 +33983,13 @@
33738
33983
  "meta-meta-llama-guard-2-8b",
33739
33984
  "meta-llama-guard-2-8b"
33740
33985
  ],
33741
- "category": "text-to-image",
33986
+ "category": "moderation",
33742
33987
  "modality": {
33743
33988
  "inputs": [
33744
33989
  "text"
33745
33990
  ],
33746
33991
  "outputs": [
33747
- "image"
33992
+ "text"
33748
33993
  ]
33749
33994
  },
33750
33995
  "providers": [
@@ -35578,19 +35823,49 @@
35578
35823
  }
35579
35824
  ]
35580
35825
  },
35826
+ {
35827
+ "canonical_name": "mistral-large",
35828
+ "aliases": [
35829
+ "mistral-large",
35830
+ "mistralai-large"
35831
+ ],
35832
+ "category": "text-generation",
35833
+ "modality": {
35834
+ "inputs": [
35835
+ "text"
35836
+ ],
35837
+ "outputs": [
35838
+ "text"
35839
+ ]
35840
+ },
35841
+ "providers": [
35842
+ {
35843
+ "provider": "openrouter",
35844
+ "skill_id": "openrouter-mistral-large",
35845
+ "endpoint": "mistralai/mistral-large",
35846
+ "auth_env": "OPENROUTER_API_KEY",
35847
+ "param_map": {},
35848
+ "output_map": {
35849
+ "type": "text",
35850
+ "extract_path": "choices[0].message.content",
35851
+ "content_type": "text/plain"
35852
+ }
35853
+ }
35854
+ ]
35855
+ },
35581
35856
  {
35582
35857
  "canonical_name": "mistralai-mistral-7b-v0.1",
35583
35858
  "aliases": [
35584
35859
  "mistralai-mistral-7b-v0.1",
35585
35860
  "mistralai-mistral-7b-0.1"
35586
35861
  ],
35587
- "category": "text-to-image",
35862
+ "category": "text-generation",
35588
35863
  "modality": {
35589
35864
  "inputs": [
35590
35865
  "text"
35591
35866
  ],
35592
35867
  "outputs": [
35593
- "image"
35868
+ "text"
35594
35869
  ]
35595
35870
  },
35596
35871
  "providers": [
@@ -37427,13 +37702,13 @@
37427
37702
  "openai-gpt-4.1",
37428
37703
  "gpt-4.1"
37429
37704
  ],
37430
- "category": "text-to-image",
37705
+ "category": "text-generation",
37431
37706
  "modality": {
37432
37707
  "inputs": [
37433
37708
  "text"
37434
37709
  ],
37435
37710
  "outputs": [
37436
- "image"
37711
+ "text"
37437
37712
  ]
37438
37713
  },
37439
37714
  "providers": [
@@ -37457,13 +37732,13 @@
37457
37732
  "openai-gpt-4.1-mini",
37458
37733
  "gpt-4.1-mini"
37459
37734
  ],
37460
- "category": "text-to-image",
37735
+ "category": "text-generation",
37461
37736
  "modality": {
37462
37737
  "inputs": [
37463
37738
  "text"
37464
37739
  ],
37465
37740
  "outputs": [
37466
- "image"
37741
+ "text"
37467
37742
  ]
37468
37743
  },
37469
37744
  "providers": [
@@ -37487,13 +37762,13 @@
37487
37762
  "openai-gpt-4.1-nano",
37488
37763
  "gpt-4.1-nano"
37489
37764
  ],
37490
- "category": "text-to-image",
37765
+ "category": "text-generation",
37491
37766
  "modality": {
37492
37767
  "inputs": [
37493
37768
  "text"
37494
37769
  ],
37495
37770
  "outputs": [
37496
- "image"
37771
+ "text"
37497
37772
  ]
37498
37773
  },
37499
37774
  "providers": [
@@ -37517,13 +37792,13 @@
37517
37792
  "openai-gpt-4o",
37518
37793
  "gpt-4o"
37519
37794
  ],
37520
- "category": "text-to-image",
37795
+ "category": "text-generation",
37521
37796
  "modality": {
37522
37797
  "inputs": [
37523
37798
  "text"
37524
37799
  ],
37525
37800
  "outputs": [
37526
- "image"
37801
+ "text"
37527
37802
  ]
37528
37803
  },
37529
37804
  "providers": [
@@ -37547,13 +37822,13 @@
37547
37822
  "openai-gpt-4o-mini",
37548
37823
  "gpt-4o-mini"
37549
37824
  ],
37550
- "category": "text-to-image",
37825
+ "category": "text-generation",
37551
37826
  "modality": {
37552
37827
  "inputs": [
37553
37828
  "text"
37554
37829
  ],
37555
37830
  "outputs": [
37556
- "image"
37831
+ "text"
37557
37832
  ]
37558
37833
  },
37559
37834
  "providers": [
@@ -38636,13 +38911,13 @@
38636
38911
  "aliases": [
38637
38912
  "pbevan1-llama-3.1-8b-ocr-correction"
38638
38913
  ],
38639
- "category": "text-to-image",
38914
+ "category": "text-generation",
38640
38915
  "modality": {
38641
38916
  "inputs": [
38642
38917
  "text"
38643
38918
  ],
38644
38919
  "outputs": [
38645
- "image"
38920
+ "text"
38646
38921
  ]
38647
38922
  },
38648
38923
  "providers": [
@@ -41754,19 +42029,49 @@
41754
42029
  }
41755
42030
  ]
41756
42031
  },
42032
+ {
42033
+ "canonical_name": "qwen-2.5-72b",
42034
+ "aliases": [
42035
+ "qwen-2.5-72b",
42036
+ "qwen-72b"
42037
+ ],
42038
+ "category": "text-generation",
42039
+ "modality": {
42040
+ "inputs": [
42041
+ "text"
42042
+ ],
42043
+ "outputs": [
42044
+ "text"
42045
+ ]
42046
+ },
42047
+ "providers": [
42048
+ {
42049
+ "provider": "openrouter",
42050
+ "skill_id": "openrouter-qwen-2.5-72b",
42051
+ "endpoint": "qwen/qwen-2.5-72b-instruct",
42052
+ "auth_env": "OPENROUTER_API_KEY",
42053
+ "param_map": {},
42054
+ "output_map": {
42055
+ "type": "text",
42056
+ "extract_path": "choices[0].message.content",
42057
+ "content_type": "text/plain"
42058
+ }
42059
+ }
42060
+ ]
42061
+ },
41757
42062
  {
41758
42063
  "canonical_name": "qwen-3-guard",
41759
42064
  "aliases": [
41760
42065
  "qwen-3-guard",
41761
42066
  "3-guard"
41762
42067
  ],
41763
- "category": "text-to-image",
42068
+ "category": "moderation",
41764
42069
  "modality": {
41765
42070
  "inputs": [
41766
42071
  "text"
41767
42072
  ],
41768
42073
  "outputs": [
41769
- "image"
42074
+ "text"
41770
42075
  ]
41771
42076
  },
41772
42077
  "providers": [
@@ -44028,13 +44333,13 @@
44028
44333
  "qwen-qwen3-235b-a22b-instruct-2507",
44029
44334
  "qwen3-235b-a22b-instruct-2507"
44030
44335
  ],
44031
- "category": "text-to-image",
44336
+ "category": "text-generation",
44032
44337
  "modality": {
44033
44338
  "inputs": [
44034
44339
  "text"
44035
44340
  ],
44036
44341
  "outputs": [
44037
- "image"
44342
+ "text"
44038
44343
  ]
44039
44344
  },
44040
44345
  "providers": [
@@ -44875,13 +45180,13 @@
44875
45180
  "aliases": [
44876
45181
  "replicate-llama-7b"
44877
45182
  ],
44878
- "category": "text-to-image",
45183
+ "category": "text-generation",
44879
45184
  "modality": {
44880
45185
  "inputs": [
44881
45186
  "text"
44882
45187
  ],
44883
45188
  "outputs": [
44884
- "image"
45189
+ "text"
44885
45190
  ]
44886
45191
  },
44887
45192
  "providers": [
@@ -55828,13 +56133,13 @@
55828
56133
  "aliases": [
55829
56134
  "yorickvp-llava-13b"
55830
56135
  ],
55831
- "category": "text-to-image",
56136
+ "category": "text-generation",
55832
56137
  "modality": {
55833
56138
  "inputs": [
55834
56139
  "text"
55835
56140
  ],
55836
56141
  "outputs": [
55837
- "image"
56142
+ "text"
55838
56143
  ]
55839
56144
  },
55840
56145
  "providers": [
@@ -55857,13 +56162,13 @@
55857
56162
  "aliases": [
55858
56163
  "yorickvp-llava-v1.6-mistral-7b"
55859
56164
  ],
55860
- "category": "text-to-image",
56165
+ "category": "text-generation",
55861
56166
  "modality": {
55862
56167
  "inputs": [
55863
56168
  "text"
55864
56169
  ],
55865
56170
  "outputs": [
55866
- "image"
56171
+ "text"
55867
56172
  ]
55868
56173
  },
55869
56174
  "providers": [
@@ -55886,13 +56191,13 @@
55886
56191
  "aliases": [
55887
56192
  "yorickvp-llava-v1.6-vicuna-13b"
55888
56193
  ],
55889
- "category": "text-to-image",
56194
+ "category": "text-generation",
55890
56195
  "modality": {
55891
56196
  "inputs": [
55892
56197
  "text"
55893
56198
  ],
55894
56199
  "outputs": [
55895
- "image"
56200
+ "text"
55896
56201
  ]
55897
56202
  },
55898
56203
  "providers": [