@oh-my-pi/pi-catalog 16.1.11 → 16.1.13

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.
Files changed (51) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/types/discovery/devin-gen/buf/validate/validate_pb.d.ts +1715 -0
  3. package/dist/types/discovery/devin-gen/exa/analytics_pb/analytics_pb.d.ts +693 -0
  4. package/dist/types/discovery/devin-gen/exa/api_server_pb/api_server_pb.d.ts +9158 -0
  5. package/dist/types/discovery/devin-gen/exa/auth_pb/auth_pb.d.ts +52 -0
  6. package/dist/types/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.d.ts +276 -0
  7. package/dist/types/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.d.ts +78 -0
  8. package/dist/types/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.d.ts +999 -0
  9. package/dist/types/discovery/devin-gen/exa/chat_pb/chat_pb.d.ts +1704 -0
  10. package/dist/types/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.d.ts +656 -0
  11. package/dist/types/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.d.ts +15014 -0
  12. package/dist/types/discovery/devin-gen/exa/context_module_pb/context_module_pb.d.ts +607 -0
  13. package/dist/types/discovery/devin-gen/exa/cortex_pb/cortex_pb.d.ts +11830 -0
  14. package/dist/types/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.d.ts +248 -0
  15. package/dist/types/discovery/devin-gen/exa/index_pb/index_pb.d.ts +1747 -0
  16. package/dist/types/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.d.ts +509 -0
  17. package/dist/types/discovery/devin-gen/exa/language_server_pb/language_server_pb.d.ts +9048 -0
  18. package/dist/types/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.d.ts +1760 -0
  19. package/dist/types/discovery/devin-gen/exa/prompt_pb/prompt_pb.d.ts +286 -0
  20. package/dist/types/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.d.ts +405 -0
  21. package/dist/types/discovery/devin-gen/exa/trust_pb/trust_pb.d.ts +582 -0
  22. package/dist/types/discovery/devin.d.ts +24 -0
  23. package/dist/types/provider-models/descriptors.d.ts +11 -0
  24. package/dist/types/provider-models/special.d.ts +7 -0
  25. package/dist/types/types.d.ts +1 -1
  26. package/package.json +3 -3
  27. package/src/discovery/devin-gen/buf/validate/validate_pb.ts +1862 -0
  28. package/src/discovery/devin-gen/exa/analytics_pb/analytics_pb.ts +871 -0
  29. package/src/discovery/devin-gen/exa/api_server_pb/api_server_pb.ts +11083 -0
  30. package/src/discovery/devin-gen/exa/auth_pb/auth_pb.ts +71 -0
  31. package/src/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.ts +348 -0
  32. package/src/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.ts +103 -0
  33. package/src/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.ts +1198 -0
  34. package/src/discovery/devin-gen/exa/chat_pb/chat_pb.ts +2063 -0
  35. package/src/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.ts +810 -0
  36. package/src/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.ts +18354 -0
  37. package/src/discovery/devin-gen/exa/context_module_pb/context_module_pb.ts +732 -0
  38. package/src/discovery/devin-gen/exa/cortex_pb/cortex_pb.ts +14277 -0
  39. package/src/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.ts +312 -0
  40. package/src/discovery/devin-gen/exa/index_pb/index_pb.ts +2106 -0
  41. package/src/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.ts +623 -0
  42. package/src/discovery/devin-gen/exa/language_server_pb/language_server_pb.ts +10918 -0
  43. package/src/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.ts +2125 -0
  44. package/src/discovery/devin-gen/exa/prompt_pb/prompt_pb.ts +361 -0
  45. package/src/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.ts +450 -0
  46. package/src/discovery/devin-gen/exa/trust_pb/trust_pb.ts +712 -0
  47. package/src/discovery/devin.ts +151 -0
  48. package/src/models.json +2608 -24
  49. package/src/provider-models/descriptors.ts +9 -1
  50. package/src/provider-models/special.ts +29 -0
  51. package/src/types.ts +2 -1
package/src/models.json CHANGED
@@ -14572,6 +14572,2548 @@
14572
14572
  }
14573
14573
  }
14574
14574
  },
14575
+ "devin": {
14576
+ "claude-opus-4-6": {
14577
+ "id": "claude-opus-4-6",
14578
+ "name": "Claude Opus 4.6",
14579
+ "api": "devin-agent",
14580
+ "provider": "devin",
14581
+ "baseUrl": "https://server.codeium.com",
14582
+ "reasoning": true,
14583
+ "input": [
14584
+ "text",
14585
+ "image"
14586
+ ],
14587
+ "supportsTools": true,
14588
+ "cost": {
14589
+ "input": 0,
14590
+ "output": 0,
14591
+ "cacheRead": 0,
14592
+ "cacheWrite": 0
14593
+ },
14594
+ "contextWindow": 200000,
14595
+ "maxTokens": 64000,
14596
+ "thinking": {
14597
+ "mode": "effort",
14598
+ "efforts": [
14599
+ "minimal",
14600
+ "low",
14601
+ "medium",
14602
+ "high"
14603
+ ],
14604
+ "effortRouting": {
14605
+ "off": "claude-opus-4-6",
14606
+ "minimal": "claude-opus-4-6-thinking",
14607
+ "low": "claude-opus-4-6-thinking",
14608
+ "medium": "claude-opus-4-6-thinking",
14609
+ "high": "claude-opus-4-6-thinking"
14610
+ }
14611
+ }
14612
+ },
14613
+ "claude-opus-4-6-1m": {
14614
+ "id": "claude-opus-4-6-1m",
14615
+ "name": "Claude Opus 4.6 1M",
14616
+ "api": "devin-agent",
14617
+ "provider": "devin",
14618
+ "baseUrl": "https://server.codeium.com",
14619
+ "reasoning": true,
14620
+ "input": [
14621
+ "text",
14622
+ "image"
14623
+ ],
14624
+ "supportsTools": true,
14625
+ "cost": {
14626
+ "input": 0,
14627
+ "output": 0,
14628
+ "cacheRead": 0,
14629
+ "cacheWrite": 0
14630
+ },
14631
+ "contextWindow": 1000000,
14632
+ "maxTokens": 64000,
14633
+ "thinking": {
14634
+ "mode": "effort",
14635
+ "efforts": [
14636
+ "minimal",
14637
+ "low",
14638
+ "medium",
14639
+ "high"
14640
+ ],
14641
+ "effortRouting": {
14642
+ "off": "claude-opus-4-6-1m",
14643
+ "minimal": "claude-opus-4-6-thinking-1m",
14644
+ "low": "claude-opus-4-6-thinking-1m",
14645
+ "medium": "claude-opus-4-6-thinking-1m",
14646
+ "high": "claude-opus-4-6-thinking-1m"
14647
+ }
14648
+ }
14649
+ },
14650
+ "claude-opus-4-6-fast": {
14651
+ "id": "claude-opus-4-6-fast",
14652
+ "name": "Claude Opus 4.6 Fast",
14653
+ "api": "devin-agent",
14654
+ "provider": "devin",
14655
+ "baseUrl": "https://server.codeium.com",
14656
+ "reasoning": true,
14657
+ "input": [
14658
+ "text",
14659
+ "image"
14660
+ ],
14661
+ "supportsTools": true,
14662
+ "cost": {
14663
+ "input": 0,
14664
+ "output": 0,
14665
+ "cacheRead": 0,
14666
+ "cacheWrite": 0
14667
+ },
14668
+ "contextWindow": 200000,
14669
+ "maxTokens": 64000,
14670
+ "thinking": {
14671
+ "mode": "effort",
14672
+ "efforts": [
14673
+ "minimal",
14674
+ "low",
14675
+ "medium",
14676
+ "high"
14677
+ ],
14678
+ "effortRouting": {
14679
+ "off": "claude-opus-4-6-fast",
14680
+ "minimal": "claude-opus-4-6-thinking-fast",
14681
+ "low": "claude-opus-4-6-thinking-fast",
14682
+ "medium": "claude-opus-4-6-thinking-fast",
14683
+ "high": "claude-opus-4-6-thinking-fast"
14684
+ }
14685
+ }
14686
+ },
14687
+ "claude-opus-4-7-high": {
14688
+ "id": "claude-opus-4-7-high",
14689
+ "name": "Claude Opus 4.7 High",
14690
+ "api": "devin-agent",
14691
+ "provider": "devin",
14692
+ "baseUrl": "https://server.codeium.com",
14693
+ "reasoning": true,
14694
+ "input": [
14695
+ "text",
14696
+ "image"
14697
+ ],
14698
+ "supportsTools": true,
14699
+ "cost": {
14700
+ "input": 0,
14701
+ "output": 0,
14702
+ "cacheRead": 0,
14703
+ "cacheWrite": 0
14704
+ },
14705
+ "contextWindow": 1000000,
14706
+ "maxTokens": 64000,
14707
+ "thinking": {
14708
+ "mode": "effort",
14709
+ "efforts": [
14710
+ "minimal",
14711
+ "low",
14712
+ "medium",
14713
+ "high"
14714
+ ]
14715
+ }
14716
+ },
14717
+ "claude-opus-4-7-high-fast": {
14718
+ "id": "claude-opus-4-7-high-fast",
14719
+ "name": "Claude Opus 4.7 High Fast",
14720
+ "api": "devin-agent",
14721
+ "provider": "devin",
14722
+ "baseUrl": "https://server.codeium.com",
14723
+ "reasoning": true,
14724
+ "input": [
14725
+ "text",
14726
+ "image"
14727
+ ],
14728
+ "supportsTools": true,
14729
+ "cost": {
14730
+ "input": 0,
14731
+ "output": 0,
14732
+ "cacheRead": 0,
14733
+ "cacheWrite": 0
14734
+ },
14735
+ "contextWindow": 1000000,
14736
+ "maxTokens": 64000,
14737
+ "thinking": {
14738
+ "mode": "effort",
14739
+ "efforts": [
14740
+ "minimal",
14741
+ "low",
14742
+ "medium",
14743
+ "high"
14744
+ ]
14745
+ }
14746
+ },
14747
+ "claude-opus-4-7-low": {
14748
+ "id": "claude-opus-4-7-low",
14749
+ "name": "Claude Opus 4.7 Low",
14750
+ "api": "devin-agent",
14751
+ "provider": "devin",
14752
+ "baseUrl": "https://server.codeium.com",
14753
+ "reasoning": true,
14754
+ "input": [
14755
+ "text",
14756
+ "image"
14757
+ ],
14758
+ "supportsTools": true,
14759
+ "cost": {
14760
+ "input": 0,
14761
+ "output": 0,
14762
+ "cacheRead": 0,
14763
+ "cacheWrite": 0
14764
+ },
14765
+ "contextWindow": 1000000,
14766
+ "maxTokens": 64000,
14767
+ "thinking": {
14768
+ "mode": "effort",
14769
+ "efforts": [
14770
+ "minimal",
14771
+ "low",
14772
+ "medium",
14773
+ "high"
14774
+ ]
14775
+ }
14776
+ },
14777
+ "claude-opus-4-7-low-fast": {
14778
+ "id": "claude-opus-4-7-low-fast",
14779
+ "name": "Claude Opus 4.7 Low Fast",
14780
+ "api": "devin-agent",
14781
+ "provider": "devin",
14782
+ "baseUrl": "https://server.codeium.com",
14783
+ "reasoning": true,
14784
+ "input": [
14785
+ "text",
14786
+ "image"
14787
+ ],
14788
+ "supportsTools": true,
14789
+ "cost": {
14790
+ "input": 0,
14791
+ "output": 0,
14792
+ "cacheRead": 0,
14793
+ "cacheWrite": 0
14794
+ },
14795
+ "contextWindow": 1000000,
14796
+ "maxTokens": 64000,
14797
+ "thinking": {
14798
+ "mode": "effort",
14799
+ "efforts": [
14800
+ "minimal",
14801
+ "low",
14802
+ "medium",
14803
+ "high"
14804
+ ]
14805
+ }
14806
+ },
14807
+ "claude-opus-4-7-max": {
14808
+ "id": "claude-opus-4-7-max",
14809
+ "name": "Claude Opus 4.7 Max",
14810
+ "api": "devin-agent",
14811
+ "provider": "devin",
14812
+ "baseUrl": "https://server.codeium.com",
14813
+ "reasoning": true,
14814
+ "input": [
14815
+ "text",
14816
+ "image"
14817
+ ],
14818
+ "supportsTools": true,
14819
+ "cost": {
14820
+ "input": 0,
14821
+ "output": 0,
14822
+ "cacheRead": 0,
14823
+ "cacheWrite": 0
14824
+ },
14825
+ "contextWindow": 1000000,
14826
+ "maxTokens": 64000,
14827
+ "thinking": {
14828
+ "mode": "effort",
14829
+ "efforts": [
14830
+ "minimal",
14831
+ "low",
14832
+ "medium",
14833
+ "high"
14834
+ ]
14835
+ }
14836
+ },
14837
+ "claude-opus-4-7-max-fast": {
14838
+ "id": "claude-opus-4-7-max-fast",
14839
+ "name": "Claude Opus 4.7 Max Fast",
14840
+ "api": "devin-agent",
14841
+ "provider": "devin",
14842
+ "baseUrl": "https://server.codeium.com",
14843
+ "reasoning": true,
14844
+ "input": [
14845
+ "text",
14846
+ "image"
14847
+ ],
14848
+ "supportsTools": true,
14849
+ "cost": {
14850
+ "input": 0,
14851
+ "output": 0,
14852
+ "cacheRead": 0,
14853
+ "cacheWrite": 0
14854
+ },
14855
+ "contextWindow": 1000000,
14856
+ "maxTokens": 64000,
14857
+ "thinking": {
14858
+ "mode": "effort",
14859
+ "efforts": [
14860
+ "minimal",
14861
+ "low",
14862
+ "medium",
14863
+ "high"
14864
+ ]
14865
+ }
14866
+ },
14867
+ "claude-opus-4-7-medium": {
14868
+ "id": "claude-opus-4-7-medium",
14869
+ "name": "Claude Opus 4.7 Medium",
14870
+ "api": "devin-agent",
14871
+ "provider": "devin",
14872
+ "baseUrl": "https://server.codeium.com",
14873
+ "reasoning": true,
14874
+ "input": [
14875
+ "text",
14876
+ "image"
14877
+ ],
14878
+ "supportsTools": true,
14879
+ "cost": {
14880
+ "input": 0,
14881
+ "output": 0,
14882
+ "cacheRead": 0,
14883
+ "cacheWrite": 0
14884
+ },
14885
+ "contextWindow": 1000000,
14886
+ "maxTokens": 64000,
14887
+ "thinking": {
14888
+ "mode": "effort",
14889
+ "efforts": [
14890
+ "minimal",
14891
+ "low",
14892
+ "medium",
14893
+ "high"
14894
+ ]
14895
+ }
14896
+ },
14897
+ "claude-opus-4-7-medium-fast": {
14898
+ "id": "claude-opus-4-7-medium-fast",
14899
+ "name": "Claude Opus 4.7 Medium Fast",
14900
+ "api": "devin-agent",
14901
+ "provider": "devin",
14902
+ "baseUrl": "https://server.codeium.com",
14903
+ "reasoning": true,
14904
+ "input": [
14905
+ "text",
14906
+ "image"
14907
+ ],
14908
+ "supportsTools": true,
14909
+ "cost": {
14910
+ "input": 0,
14911
+ "output": 0,
14912
+ "cacheRead": 0,
14913
+ "cacheWrite": 0
14914
+ },
14915
+ "contextWindow": 1000000,
14916
+ "maxTokens": 64000,
14917
+ "thinking": {
14918
+ "mode": "effort",
14919
+ "efforts": [
14920
+ "minimal",
14921
+ "low",
14922
+ "medium",
14923
+ "high"
14924
+ ]
14925
+ }
14926
+ },
14927
+ "claude-opus-4-7-xhigh": {
14928
+ "id": "claude-opus-4-7-xhigh",
14929
+ "name": "Claude Opus 4.7 XHigh",
14930
+ "api": "devin-agent",
14931
+ "provider": "devin",
14932
+ "baseUrl": "https://server.codeium.com",
14933
+ "reasoning": true,
14934
+ "input": [
14935
+ "text",
14936
+ "image"
14937
+ ],
14938
+ "supportsTools": true,
14939
+ "cost": {
14940
+ "input": 0,
14941
+ "output": 0,
14942
+ "cacheRead": 0,
14943
+ "cacheWrite": 0
14944
+ },
14945
+ "contextWindow": 1000000,
14946
+ "maxTokens": 64000,
14947
+ "thinking": {
14948
+ "mode": "effort",
14949
+ "efforts": [
14950
+ "minimal",
14951
+ "low",
14952
+ "medium",
14953
+ "high"
14954
+ ]
14955
+ }
14956
+ },
14957
+ "claude-opus-4-7-xhigh-fast": {
14958
+ "id": "claude-opus-4-7-xhigh-fast",
14959
+ "name": "Claude Opus 4.7 XHigh Fast",
14960
+ "api": "devin-agent",
14961
+ "provider": "devin",
14962
+ "baseUrl": "https://server.codeium.com",
14963
+ "reasoning": true,
14964
+ "input": [
14965
+ "text",
14966
+ "image"
14967
+ ],
14968
+ "supportsTools": true,
14969
+ "cost": {
14970
+ "input": 0,
14971
+ "output": 0,
14972
+ "cacheRead": 0,
14973
+ "cacheWrite": 0
14974
+ },
14975
+ "contextWindow": 1000000,
14976
+ "maxTokens": 64000,
14977
+ "thinking": {
14978
+ "mode": "effort",
14979
+ "efforts": [
14980
+ "minimal",
14981
+ "low",
14982
+ "medium",
14983
+ "high"
14984
+ ]
14985
+ }
14986
+ },
14987
+ "claude-opus-4-8-high": {
14988
+ "id": "claude-opus-4-8-high",
14989
+ "name": "Claude Opus 4.8 High",
14990
+ "api": "devin-agent",
14991
+ "provider": "devin",
14992
+ "baseUrl": "https://server.codeium.com",
14993
+ "reasoning": true,
14994
+ "input": [
14995
+ "text",
14996
+ "image"
14997
+ ],
14998
+ "supportsTools": true,
14999
+ "cost": {
15000
+ "input": 0,
15001
+ "output": 0,
15002
+ "cacheRead": 0,
15003
+ "cacheWrite": 0
15004
+ },
15005
+ "contextWindow": 1000000,
15006
+ "maxTokens": 64000,
15007
+ "thinking": {
15008
+ "mode": "effort",
15009
+ "efforts": [
15010
+ "minimal",
15011
+ "low",
15012
+ "medium",
15013
+ "high"
15014
+ ]
15015
+ }
15016
+ },
15017
+ "claude-opus-4-8-high-fast": {
15018
+ "id": "claude-opus-4-8-high-fast",
15019
+ "name": "Claude Opus 4.8 High Fast",
15020
+ "api": "devin-agent",
15021
+ "provider": "devin",
15022
+ "baseUrl": "https://server.codeium.com",
15023
+ "reasoning": true,
15024
+ "input": [
15025
+ "text",
15026
+ "image"
15027
+ ],
15028
+ "supportsTools": true,
15029
+ "cost": {
15030
+ "input": 0,
15031
+ "output": 0,
15032
+ "cacheRead": 0,
15033
+ "cacheWrite": 0
15034
+ },
15035
+ "contextWindow": 1000000,
15036
+ "maxTokens": 64000,
15037
+ "thinking": {
15038
+ "mode": "effort",
15039
+ "efforts": [
15040
+ "minimal",
15041
+ "low",
15042
+ "medium",
15043
+ "high"
15044
+ ]
15045
+ }
15046
+ },
15047
+ "claude-opus-4-8-low": {
15048
+ "id": "claude-opus-4-8-low",
15049
+ "name": "Claude Opus 4.8 Low",
15050
+ "api": "devin-agent",
15051
+ "provider": "devin",
15052
+ "baseUrl": "https://server.codeium.com",
15053
+ "reasoning": true,
15054
+ "input": [
15055
+ "text",
15056
+ "image"
15057
+ ],
15058
+ "supportsTools": true,
15059
+ "cost": {
15060
+ "input": 0,
15061
+ "output": 0,
15062
+ "cacheRead": 0,
15063
+ "cacheWrite": 0
15064
+ },
15065
+ "contextWindow": 1000000,
15066
+ "maxTokens": 64000,
15067
+ "thinking": {
15068
+ "mode": "effort",
15069
+ "efforts": [
15070
+ "minimal",
15071
+ "low",
15072
+ "medium",
15073
+ "high"
15074
+ ]
15075
+ }
15076
+ },
15077
+ "claude-opus-4-8-low-fast": {
15078
+ "id": "claude-opus-4-8-low-fast",
15079
+ "name": "Claude Opus 4.8 Low Fast",
15080
+ "api": "devin-agent",
15081
+ "provider": "devin",
15082
+ "baseUrl": "https://server.codeium.com",
15083
+ "reasoning": true,
15084
+ "input": [
15085
+ "text",
15086
+ "image"
15087
+ ],
15088
+ "supportsTools": true,
15089
+ "cost": {
15090
+ "input": 0,
15091
+ "output": 0,
15092
+ "cacheRead": 0,
15093
+ "cacheWrite": 0
15094
+ },
15095
+ "contextWindow": 1000000,
15096
+ "maxTokens": 64000,
15097
+ "thinking": {
15098
+ "mode": "effort",
15099
+ "efforts": [
15100
+ "minimal",
15101
+ "low",
15102
+ "medium",
15103
+ "high"
15104
+ ]
15105
+ }
15106
+ },
15107
+ "claude-opus-4-8-max": {
15108
+ "id": "claude-opus-4-8-max",
15109
+ "name": "Claude Opus 4.8 Max",
15110
+ "api": "devin-agent",
15111
+ "provider": "devin",
15112
+ "baseUrl": "https://server.codeium.com",
15113
+ "reasoning": true,
15114
+ "input": [
15115
+ "text",
15116
+ "image"
15117
+ ],
15118
+ "supportsTools": true,
15119
+ "cost": {
15120
+ "input": 0,
15121
+ "output": 0,
15122
+ "cacheRead": 0,
15123
+ "cacheWrite": 0
15124
+ },
15125
+ "contextWindow": 1000000,
15126
+ "maxTokens": 64000,
15127
+ "thinking": {
15128
+ "mode": "effort",
15129
+ "efforts": [
15130
+ "minimal",
15131
+ "low",
15132
+ "medium",
15133
+ "high"
15134
+ ]
15135
+ }
15136
+ },
15137
+ "claude-opus-4-8-max-fast": {
15138
+ "id": "claude-opus-4-8-max-fast",
15139
+ "name": "Claude Opus 4.8 Max Fast",
15140
+ "api": "devin-agent",
15141
+ "provider": "devin",
15142
+ "baseUrl": "https://server.codeium.com",
15143
+ "reasoning": true,
15144
+ "input": [
15145
+ "text",
15146
+ "image"
15147
+ ],
15148
+ "supportsTools": true,
15149
+ "cost": {
15150
+ "input": 0,
15151
+ "output": 0,
15152
+ "cacheRead": 0,
15153
+ "cacheWrite": 0
15154
+ },
15155
+ "contextWindow": 1000000,
15156
+ "maxTokens": 64000,
15157
+ "thinking": {
15158
+ "mode": "effort",
15159
+ "efforts": [
15160
+ "minimal",
15161
+ "low",
15162
+ "medium",
15163
+ "high"
15164
+ ]
15165
+ }
15166
+ },
15167
+ "claude-opus-4-8-medium": {
15168
+ "id": "claude-opus-4-8-medium",
15169
+ "name": "Claude Opus 4.8 Medium",
15170
+ "api": "devin-agent",
15171
+ "provider": "devin",
15172
+ "baseUrl": "https://server.codeium.com",
15173
+ "reasoning": true,
15174
+ "input": [
15175
+ "text",
15176
+ "image"
15177
+ ],
15178
+ "supportsTools": true,
15179
+ "cost": {
15180
+ "input": 0,
15181
+ "output": 0,
15182
+ "cacheRead": 0,
15183
+ "cacheWrite": 0
15184
+ },
15185
+ "contextWindow": 1000000,
15186
+ "maxTokens": 64000,
15187
+ "thinking": {
15188
+ "mode": "effort",
15189
+ "efforts": [
15190
+ "minimal",
15191
+ "low",
15192
+ "medium",
15193
+ "high"
15194
+ ]
15195
+ }
15196
+ },
15197
+ "claude-opus-4-8-medium-fast": {
15198
+ "id": "claude-opus-4-8-medium-fast",
15199
+ "name": "Claude Opus 4.8 Medium Fast",
15200
+ "api": "devin-agent",
15201
+ "provider": "devin",
15202
+ "baseUrl": "https://server.codeium.com",
15203
+ "reasoning": true,
15204
+ "input": [
15205
+ "text",
15206
+ "image"
15207
+ ],
15208
+ "supportsTools": true,
15209
+ "cost": {
15210
+ "input": 0,
15211
+ "output": 0,
15212
+ "cacheRead": 0,
15213
+ "cacheWrite": 0
15214
+ },
15215
+ "contextWindow": 1000000,
15216
+ "maxTokens": 64000,
15217
+ "thinking": {
15218
+ "mode": "effort",
15219
+ "efforts": [
15220
+ "minimal",
15221
+ "low",
15222
+ "medium",
15223
+ "high"
15224
+ ]
15225
+ }
15226
+ },
15227
+ "claude-opus-4-8-xhigh": {
15228
+ "id": "claude-opus-4-8-xhigh",
15229
+ "name": "Claude Opus 4.8 XHigh",
15230
+ "api": "devin-agent",
15231
+ "provider": "devin",
15232
+ "baseUrl": "https://server.codeium.com",
15233
+ "reasoning": true,
15234
+ "input": [
15235
+ "text",
15236
+ "image"
15237
+ ],
15238
+ "supportsTools": true,
15239
+ "cost": {
15240
+ "input": 0,
15241
+ "output": 0,
15242
+ "cacheRead": 0,
15243
+ "cacheWrite": 0
15244
+ },
15245
+ "contextWindow": 1000000,
15246
+ "maxTokens": 64000,
15247
+ "thinking": {
15248
+ "mode": "effort",
15249
+ "efforts": [
15250
+ "minimal",
15251
+ "low",
15252
+ "medium",
15253
+ "high"
15254
+ ]
15255
+ }
15256
+ },
15257
+ "claude-opus-4-8-xhigh-fast": {
15258
+ "id": "claude-opus-4-8-xhigh-fast",
15259
+ "name": "Claude Opus 4.8 XHigh Fast",
15260
+ "api": "devin-agent",
15261
+ "provider": "devin",
15262
+ "baseUrl": "https://server.codeium.com",
15263
+ "reasoning": true,
15264
+ "input": [
15265
+ "text",
15266
+ "image"
15267
+ ],
15268
+ "supportsTools": true,
15269
+ "cost": {
15270
+ "input": 0,
15271
+ "output": 0,
15272
+ "cacheRead": 0,
15273
+ "cacheWrite": 0
15274
+ },
15275
+ "contextWindow": 1000000,
15276
+ "maxTokens": 64000,
15277
+ "thinking": {
15278
+ "mode": "effort",
15279
+ "efforts": [
15280
+ "minimal",
15281
+ "low",
15282
+ "medium",
15283
+ "high"
15284
+ ]
15285
+ }
15286
+ },
15287
+ "claude-sonnet-4-6": {
15288
+ "id": "claude-sonnet-4-6",
15289
+ "name": "Claude Sonnet 4.6",
15290
+ "api": "devin-agent",
15291
+ "provider": "devin",
15292
+ "baseUrl": "https://server.codeium.com",
15293
+ "reasoning": true,
15294
+ "input": [
15295
+ "text",
15296
+ "image"
15297
+ ],
15298
+ "supportsTools": true,
15299
+ "cost": {
15300
+ "input": 0,
15301
+ "output": 0,
15302
+ "cacheRead": 0,
15303
+ "cacheWrite": 0
15304
+ },
15305
+ "contextWindow": 200000,
15306
+ "maxTokens": 64000,
15307
+ "thinking": {
15308
+ "mode": "effort",
15309
+ "efforts": [
15310
+ "minimal",
15311
+ "low",
15312
+ "medium",
15313
+ "high"
15314
+ ],
15315
+ "effortRouting": {
15316
+ "off": "claude-sonnet-4-6",
15317
+ "minimal": "claude-sonnet-4-6-thinking",
15318
+ "low": "claude-sonnet-4-6-thinking",
15319
+ "medium": "claude-sonnet-4-6-thinking",
15320
+ "high": "claude-sonnet-4-6-thinking"
15321
+ }
15322
+ }
15323
+ },
15324
+ "claude-sonnet-4-6-1m": {
15325
+ "id": "claude-sonnet-4-6-1m",
15326
+ "name": "Claude Sonnet 4.6 1M",
15327
+ "api": "devin-agent",
15328
+ "provider": "devin",
15329
+ "baseUrl": "https://server.codeium.com",
15330
+ "reasoning": true,
15331
+ "input": [
15332
+ "text",
15333
+ "image"
15334
+ ],
15335
+ "supportsTools": true,
15336
+ "cost": {
15337
+ "input": 0,
15338
+ "output": 0,
15339
+ "cacheRead": 0,
15340
+ "cacheWrite": 0
15341
+ },
15342
+ "contextWindow": 1000000,
15343
+ "maxTokens": 64000,
15344
+ "thinking": {
15345
+ "mode": "effort",
15346
+ "efforts": [
15347
+ "minimal",
15348
+ "low",
15349
+ "medium",
15350
+ "high"
15351
+ ],
15352
+ "effortRouting": {
15353
+ "off": "claude-sonnet-4-6-1m",
15354
+ "minimal": "claude-sonnet-4-6-thinking-1m",
15355
+ "low": "claude-sonnet-4-6-thinking-1m",
15356
+ "medium": "claude-sonnet-4-6-thinking-1m",
15357
+ "high": "claude-sonnet-4-6-thinking-1m"
15358
+ }
15359
+ }
15360
+ },
15361
+ "deepseek-v4": {
15362
+ "id": "deepseek-v4",
15363
+ "name": "DeepSeek V4 Pro",
15364
+ "api": "devin-agent",
15365
+ "provider": "devin",
15366
+ "baseUrl": "https://server.codeium.com",
15367
+ "reasoning": true,
15368
+ "input": [
15369
+ "text"
15370
+ ],
15371
+ "supportsTools": true,
15372
+ "cost": {
15373
+ "input": 0,
15374
+ "output": 0,
15375
+ "cacheRead": 0,
15376
+ "cacheWrite": 0
15377
+ },
15378
+ "contextWindow": 1048576,
15379
+ "maxTokens": 64000,
15380
+ "thinking": {
15381
+ "mode": "effort",
15382
+ "efforts": [
15383
+ "minimal",
15384
+ "low",
15385
+ "medium",
15386
+ "high"
15387
+ ]
15388
+ }
15389
+ },
15390
+ "gemini-3-1-pro-high": {
15391
+ "id": "gemini-3-1-pro-high",
15392
+ "name": "Gemini 3.1 Pro High Thinking",
15393
+ "api": "devin-agent",
15394
+ "provider": "devin",
15395
+ "baseUrl": "https://server.codeium.com",
15396
+ "reasoning": true,
15397
+ "input": [
15398
+ "text",
15399
+ "image"
15400
+ ],
15401
+ "supportsTools": true,
15402
+ "cost": {
15403
+ "input": 0,
15404
+ "output": 0,
15405
+ "cacheRead": 0,
15406
+ "cacheWrite": 0
15407
+ },
15408
+ "contextWindow": 1048576,
15409
+ "maxTokens": 64000,
15410
+ "thinking": {
15411
+ "mode": "effort",
15412
+ "efforts": [
15413
+ "minimal",
15414
+ "low",
15415
+ "medium",
15416
+ "high"
15417
+ ]
15418
+ }
15419
+ },
15420
+ "gemini-3-1-pro-low": {
15421
+ "id": "gemini-3-1-pro-low",
15422
+ "name": "Gemini 3.1 Pro Low Thinking",
15423
+ "api": "devin-agent",
15424
+ "provider": "devin",
15425
+ "baseUrl": "https://server.codeium.com",
15426
+ "reasoning": true,
15427
+ "input": [
15428
+ "text",
15429
+ "image"
15430
+ ],
15431
+ "supportsTools": true,
15432
+ "cost": {
15433
+ "input": 0,
15434
+ "output": 0,
15435
+ "cacheRead": 0,
15436
+ "cacheWrite": 0
15437
+ },
15438
+ "contextWindow": 1048576,
15439
+ "maxTokens": 64000,
15440
+ "thinking": {
15441
+ "mode": "effort",
15442
+ "efforts": [
15443
+ "minimal",
15444
+ "low",
15445
+ "medium",
15446
+ "high"
15447
+ ]
15448
+ }
15449
+ },
15450
+ "gemini-3-5-flash-high": {
15451
+ "id": "gemini-3-5-flash-high",
15452
+ "name": "Gemini 3.5 Flash High",
15453
+ "api": "devin-agent",
15454
+ "provider": "devin",
15455
+ "baseUrl": "https://server.codeium.com",
15456
+ "reasoning": true,
15457
+ "input": [
15458
+ "text",
15459
+ "image"
15460
+ ],
15461
+ "supportsTools": true,
15462
+ "cost": {
15463
+ "input": 0,
15464
+ "output": 0,
15465
+ "cacheRead": 0,
15466
+ "cacheWrite": 0
15467
+ },
15468
+ "contextWindow": 1048576,
15469
+ "maxTokens": 64000,
15470
+ "thinking": {
15471
+ "mode": "effort",
15472
+ "efforts": [
15473
+ "minimal",
15474
+ "low",
15475
+ "medium",
15476
+ "high"
15477
+ ]
15478
+ }
15479
+ },
15480
+ "gemini-3-5-flash-low": {
15481
+ "id": "gemini-3-5-flash-low",
15482
+ "name": "Gemini 3.5 Flash Low",
15483
+ "api": "devin-agent",
15484
+ "provider": "devin",
15485
+ "baseUrl": "https://server.codeium.com",
15486
+ "reasoning": true,
15487
+ "input": [
15488
+ "text",
15489
+ "image"
15490
+ ],
15491
+ "supportsTools": true,
15492
+ "cost": {
15493
+ "input": 0,
15494
+ "output": 0,
15495
+ "cacheRead": 0,
15496
+ "cacheWrite": 0
15497
+ },
15498
+ "contextWindow": 1048576,
15499
+ "maxTokens": 64000,
15500
+ "thinking": {
15501
+ "mode": "effort",
15502
+ "efforts": [
15503
+ "minimal",
15504
+ "low",
15505
+ "medium",
15506
+ "high"
15507
+ ]
15508
+ }
15509
+ },
15510
+ "gemini-3-5-flash-medium": {
15511
+ "id": "gemini-3-5-flash-medium",
15512
+ "name": "Gemini 3.5 Flash Medium",
15513
+ "api": "devin-agent",
15514
+ "provider": "devin",
15515
+ "baseUrl": "https://server.codeium.com",
15516
+ "reasoning": true,
15517
+ "input": [
15518
+ "text",
15519
+ "image"
15520
+ ],
15521
+ "supportsTools": true,
15522
+ "cost": {
15523
+ "input": 0,
15524
+ "output": 0,
15525
+ "cacheRead": 0,
15526
+ "cacheWrite": 0
15527
+ },
15528
+ "contextWindow": 1048576,
15529
+ "maxTokens": 64000,
15530
+ "thinking": {
15531
+ "mode": "effort",
15532
+ "efforts": [
15533
+ "minimal",
15534
+ "low",
15535
+ "medium",
15536
+ "high"
15537
+ ]
15538
+ }
15539
+ },
15540
+ "gemini-3-5-flash-minimal": {
15541
+ "id": "gemini-3-5-flash-minimal",
15542
+ "name": "Gemini 3.5 Flash Minimal",
15543
+ "api": "devin-agent",
15544
+ "provider": "devin",
15545
+ "baseUrl": "https://server.codeium.com",
15546
+ "reasoning": true,
15547
+ "input": [
15548
+ "text",
15549
+ "image"
15550
+ ],
15551
+ "supportsTools": true,
15552
+ "cost": {
15553
+ "input": 0,
15554
+ "output": 0,
15555
+ "cacheRead": 0,
15556
+ "cacheWrite": 0
15557
+ },
15558
+ "contextWindow": 1048576,
15559
+ "maxTokens": 64000,
15560
+ "thinking": {
15561
+ "mode": "effort",
15562
+ "efforts": [
15563
+ "minimal",
15564
+ "low",
15565
+ "medium",
15566
+ "high"
15567
+ ]
15568
+ }
15569
+ },
15570
+ "glm-5-1": {
15571
+ "id": "glm-5-1",
15572
+ "name": "GLM-5.1",
15573
+ "api": "devin-agent",
15574
+ "provider": "devin",
15575
+ "baseUrl": "https://server.codeium.com",
15576
+ "reasoning": true,
15577
+ "input": [
15578
+ "text"
15579
+ ],
15580
+ "supportsTools": true,
15581
+ "cost": {
15582
+ "input": 0,
15583
+ "output": 0,
15584
+ "cacheRead": 0,
15585
+ "cacheWrite": 0
15586
+ },
15587
+ "contextWindow": 200000,
15588
+ "maxTokens": 64000,
15589
+ "thinking": {
15590
+ "mode": "effort",
15591
+ "efforts": [
15592
+ "minimal",
15593
+ "low",
15594
+ "medium",
15595
+ "high"
15596
+ ]
15597
+ }
15598
+ },
15599
+ "glm-5-2": {
15600
+ "id": "glm-5-2",
15601
+ "name": "GLM-5.2",
15602
+ "api": "devin-agent",
15603
+ "provider": "devin",
15604
+ "baseUrl": "https://server.codeium.com",
15605
+ "reasoning": true,
15606
+ "input": [
15607
+ "text"
15608
+ ],
15609
+ "supportsTools": true,
15610
+ "cost": {
15611
+ "input": 0,
15612
+ "output": 0,
15613
+ "cacheRead": 0,
15614
+ "cacheWrite": 0
15615
+ },
15616
+ "contextWindow": 200000,
15617
+ "maxTokens": 64000,
15618
+ "thinking": {
15619
+ "mode": "effort",
15620
+ "efforts": [
15621
+ "minimal",
15622
+ "low",
15623
+ "medium",
15624
+ "high"
15625
+ ]
15626
+ }
15627
+ },
15628
+ "gpt-5-3-codex-high": {
15629
+ "id": "gpt-5-3-codex-high",
15630
+ "name": "GPT-5.3-Codex High",
15631
+ "api": "devin-agent",
15632
+ "provider": "devin",
15633
+ "baseUrl": "https://server.codeium.com",
15634
+ "reasoning": true,
15635
+ "input": [
15636
+ "text",
15637
+ "image"
15638
+ ],
15639
+ "supportsTools": true,
15640
+ "cost": {
15641
+ "input": 0,
15642
+ "output": 0,
15643
+ "cacheRead": 0,
15644
+ "cacheWrite": 0
15645
+ },
15646
+ "contextWindow": 400000,
15647
+ "maxTokens": 64000,
15648
+ "thinking": {
15649
+ "mode": "effort",
15650
+ "efforts": [
15651
+ "minimal",
15652
+ "low",
15653
+ "medium",
15654
+ "high"
15655
+ ]
15656
+ }
15657
+ },
15658
+ "gpt-5-3-codex-high-priority": {
15659
+ "id": "gpt-5-3-codex-high-priority",
15660
+ "name": "GPT-5.3-Codex High Fast",
15661
+ "api": "devin-agent",
15662
+ "provider": "devin",
15663
+ "baseUrl": "https://server.codeium.com",
15664
+ "reasoning": true,
15665
+ "input": [
15666
+ "text",
15667
+ "image"
15668
+ ],
15669
+ "supportsTools": true,
15670
+ "cost": {
15671
+ "input": 0,
15672
+ "output": 0,
15673
+ "cacheRead": 0,
15674
+ "cacheWrite": 0
15675
+ },
15676
+ "contextWindow": 400000,
15677
+ "maxTokens": 64000,
15678
+ "thinking": {
15679
+ "mode": "effort",
15680
+ "efforts": [
15681
+ "minimal",
15682
+ "low",
15683
+ "medium",
15684
+ "high"
15685
+ ]
15686
+ }
15687
+ },
15688
+ "gpt-5-3-codex-low": {
15689
+ "id": "gpt-5-3-codex-low",
15690
+ "name": "GPT-5.3-Codex Low",
15691
+ "api": "devin-agent",
15692
+ "provider": "devin",
15693
+ "baseUrl": "https://server.codeium.com",
15694
+ "reasoning": true,
15695
+ "input": [
15696
+ "text",
15697
+ "image"
15698
+ ],
15699
+ "supportsTools": true,
15700
+ "cost": {
15701
+ "input": 0,
15702
+ "output": 0,
15703
+ "cacheRead": 0,
15704
+ "cacheWrite": 0
15705
+ },
15706
+ "contextWindow": 400000,
15707
+ "maxTokens": 64000,
15708
+ "thinking": {
15709
+ "mode": "effort",
15710
+ "efforts": [
15711
+ "minimal",
15712
+ "low",
15713
+ "medium",
15714
+ "high"
15715
+ ]
15716
+ }
15717
+ },
15718
+ "gpt-5-3-codex-low-priority": {
15719
+ "id": "gpt-5-3-codex-low-priority",
15720
+ "name": "GPT-5.3-Codex Low Fast",
15721
+ "api": "devin-agent",
15722
+ "provider": "devin",
15723
+ "baseUrl": "https://server.codeium.com",
15724
+ "reasoning": true,
15725
+ "input": [
15726
+ "text",
15727
+ "image"
15728
+ ],
15729
+ "supportsTools": true,
15730
+ "cost": {
15731
+ "input": 0,
15732
+ "output": 0,
15733
+ "cacheRead": 0,
15734
+ "cacheWrite": 0
15735
+ },
15736
+ "contextWindow": 400000,
15737
+ "maxTokens": 64000,
15738
+ "thinking": {
15739
+ "mode": "effort",
15740
+ "efforts": [
15741
+ "minimal",
15742
+ "low",
15743
+ "medium",
15744
+ "high"
15745
+ ]
15746
+ }
15747
+ },
15748
+ "gpt-5-3-codex-medium": {
15749
+ "id": "gpt-5-3-codex-medium",
15750
+ "name": "GPT-5.3-Codex Medium",
15751
+ "api": "devin-agent",
15752
+ "provider": "devin",
15753
+ "baseUrl": "https://server.codeium.com",
15754
+ "reasoning": true,
15755
+ "input": [
15756
+ "text",
15757
+ "image"
15758
+ ],
15759
+ "supportsTools": true,
15760
+ "cost": {
15761
+ "input": 0,
15762
+ "output": 0,
15763
+ "cacheRead": 0,
15764
+ "cacheWrite": 0
15765
+ },
15766
+ "contextWindow": 400000,
15767
+ "maxTokens": 64000,
15768
+ "thinking": {
15769
+ "mode": "effort",
15770
+ "efforts": [
15771
+ "minimal",
15772
+ "low",
15773
+ "medium",
15774
+ "high"
15775
+ ]
15776
+ }
15777
+ },
15778
+ "gpt-5-3-codex-medium-priority": {
15779
+ "id": "gpt-5-3-codex-medium-priority",
15780
+ "name": "GPT-5.3-Codex Medium Fast",
15781
+ "api": "devin-agent",
15782
+ "provider": "devin",
15783
+ "baseUrl": "https://server.codeium.com",
15784
+ "reasoning": true,
15785
+ "input": [
15786
+ "text",
15787
+ "image"
15788
+ ],
15789
+ "supportsTools": true,
15790
+ "cost": {
15791
+ "input": 0,
15792
+ "output": 0,
15793
+ "cacheRead": 0,
15794
+ "cacheWrite": 0
15795
+ },
15796
+ "contextWindow": 400000,
15797
+ "maxTokens": 64000,
15798
+ "thinking": {
15799
+ "mode": "effort",
15800
+ "efforts": [
15801
+ "minimal",
15802
+ "low",
15803
+ "medium",
15804
+ "high"
15805
+ ]
15806
+ }
15807
+ },
15808
+ "gpt-5-3-codex-xhigh": {
15809
+ "id": "gpt-5-3-codex-xhigh",
15810
+ "name": "GPT-5.3-Codex X-High",
15811
+ "api": "devin-agent",
15812
+ "provider": "devin",
15813
+ "baseUrl": "https://server.codeium.com",
15814
+ "reasoning": true,
15815
+ "input": [
15816
+ "text",
15817
+ "image"
15818
+ ],
15819
+ "supportsTools": true,
15820
+ "cost": {
15821
+ "input": 0,
15822
+ "output": 0,
15823
+ "cacheRead": 0,
15824
+ "cacheWrite": 0
15825
+ },
15826
+ "contextWindow": 400000,
15827
+ "maxTokens": 64000,
15828
+ "thinking": {
15829
+ "mode": "effort",
15830
+ "efforts": [
15831
+ "minimal",
15832
+ "low",
15833
+ "medium",
15834
+ "high"
15835
+ ]
15836
+ }
15837
+ },
15838
+ "gpt-5-3-codex-xhigh-priority": {
15839
+ "id": "gpt-5-3-codex-xhigh-priority",
15840
+ "name": "GPT-5.3-Codex XHigh Fast",
15841
+ "api": "devin-agent",
15842
+ "provider": "devin",
15843
+ "baseUrl": "https://server.codeium.com",
15844
+ "reasoning": true,
15845
+ "input": [
15846
+ "text",
15847
+ "image"
15848
+ ],
15849
+ "supportsTools": true,
15850
+ "cost": {
15851
+ "input": 0,
15852
+ "output": 0,
15853
+ "cacheRead": 0,
15854
+ "cacheWrite": 0
15855
+ },
15856
+ "contextWindow": 400000,
15857
+ "maxTokens": 64000,
15858
+ "thinking": {
15859
+ "mode": "effort",
15860
+ "efforts": [
15861
+ "minimal",
15862
+ "low",
15863
+ "medium",
15864
+ "high"
15865
+ ]
15866
+ }
15867
+ },
15868
+ "gpt-5-4-high": {
15869
+ "id": "gpt-5-4-high",
15870
+ "name": "GPT-5.4 High Thinking",
15871
+ "api": "devin-agent",
15872
+ "provider": "devin",
15873
+ "baseUrl": "https://server.codeium.com",
15874
+ "reasoning": true,
15875
+ "input": [
15876
+ "text",
15877
+ "image"
15878
+ ],
15879
+ "supportsTools": true,
15880
+ "cost": {
15881
+ "input": 0,
15882
+ "output": 0,
15883
+ "cacheRead": 0,
15884
+ "cacheWrite": 0
15885
+ },
15886
+ "contextWindow": 272000,
15887
+ "maxTokens": 64000,
15888
+ "thinking": {
15889
+ "mode": "effort",
15890
+ "efforts": [
15891
+ "minimal",
15892
+ "low",
15893
+ "medium",
15894
+ "high"
15895
+ ]
15896
+ }
15897
+ },
15898
+ "gpt-5-4-high-priority": {
15899
+ "id": "gpt-5-4-high-priority",
15900
+ "name": "GPT-5.4 High Thinking Fast",
15901
+ "api": "devin-agent",
15902
+ "provider": "devin",
15903
+ "baseUrl": "https://server.codeium.com",
15904
+ "reasoning": true,
15905
+ "input": [
15906
+ "text",
15907
+ "image"
15908
+ ],
15909
+ "supportsTools": true,
15910
+ "cost": {
15911
+ "input": 0,
15912
+ "output": 0,
15913
+ "cacheRead": 0,
15914
+ "cacheWrite": 0
15915
+ },
15916
+ "contextWindow": 272000,
15917
+ "maxTokens": 64000,
15918
+ "thinking": {
15919
+ "mode": "effort",
15920
+ "efforts": [
15921
+ "minimal",
15922
+ "low",
15923
+ "medium",
15924
+ "high"
15925
+ ]
15926
+ }
15927
+ },
15928
+ "gpt-5-4-low": {
15929
+ "id": "gpt-5-4-low",
15930
+ "name": "GPT-5.4 Low Thinking",
15931
+ "api": "devin-agent",
15932
+ "provider": "devin",
15933
+ "baseUrl": "https://server.codeium.com",
15934
+ "reasoning": true,
15935
+ "input": [
15936
+ "text",
15937
+ "image"
15938
+ ],
15939
+ "supportsTools": true,
15940
+ "cost": {
15941
+ "input": 0,
15942
+ "output": 0,
15943
+ "cacheRead": 0,
15944
+ "cacheWrite": 0
15945
+ },
15946
+ "contextWindow": 272000,
15947
+ "maxTokens": 64000,
15948
+ "thinking": {
15949
+ "mode": "effort",
15950
+ "efforts": [
15951
+ "minimal",
15952
+ "low",
15953
+ "medium",
15954
+ "high"
15955
+ ]
15956
+ }
15957
+ },
15958
+ "gpt-5-4-low-priority": {
15959
+ "id": "gpt-5-4-low-priority",
15960
+ "name": "GPT-5.4 Low Thinking Fast",
15961
+ "api": "devin-agent",
15962
+ "provider": "devin",
15963
+ "baseUrl": "https://server.codeium.com",
15964
+ "reasoning": true,
15965
+ "input": [
15966
+ "text",
15967
+ "image"
15968
+ ],
15969
+ "supportsTools": true,
15970
+ "cost": {
15971
+ "input": 0,
15972
+ "output": 0,
15973
+ "cacheRead": 0,
15974
+ "cacheWrite": 0
15975
+ },
15976
+ "contextWindow": 272000,
15977
+ "maxTokens": 64000,
15978
+ "thinking": {
15979
+ "mode": "effort",
15980
+ "efforts": [
15981
+ "minimal",
15982
+ "low",
15983
+ "medium",
15984
+ "high"
15985
+ ]
15986
+ }
15987
+ },
15988
+ "gpt-5-4-medium": {
15989
+ "id": "gpt-5-4-medium",
15990
+ "name": "GPT-5.4 Medium Thinking",
15991
+ "api": "devin-agent",
15992
+ "provider": "devin",
15993
+ "baseUrl": "https://server.codeium.com",
15994
+ "reasoning": true,
15995
+ "input": [
15996
+ "text",
15997
+ "image"
15998
+ ],
15999
+ "supportsTools": true,
16000
+ "cost": {
16001
+ "input": 0,
16002
+ "output": 0,
16003
+ "cacheRead": 0,
16004
+ "cacheWrite": 0
16005
+ },
16006
+ "contextWindow": 272000,
16007
+ "maxTokens": 64000,
16008
+ "thinking": {
16009
+ "mode": "effort",
16010
+ "efforts": [
16011
+ "minimal",
16012
+ "low",
16013
+ "medium",
16014
+ "high"
16015
+ ]
16016
+ }
16017
+ },
16018
+ "gpt-5-4-medium-priority": {
16019
+ "id": "gpt-5-4-medium-priority",
16020
+ "name": "GPT-5.4 Medium Thinking Fast",
16021
+ "api": "devin-agent",
16022
+ "provider": "devin",
16023
+ "baseUrl": "https://server.codeium.com",
16024
+ "reasoning": true,
16025
+ "input": [
16026
+ "text",
16027
+ "image"
16028
+ ],
16029
+ "supportsTools": true,
16030
+ "cost": {
16031
+ "input": 0,
16032
+ "output": 0,
16033
+ "cacheRead": 0,
16034
+ "cacheWrite": 0
16035
+ },
16036
+ "contextWindow": 272000,
16037
+ "maxTokens": 64000,
16038
+ "thinking": {
16039
+ "mode": "effort",
16040
+ "efforts": [
16041
+ "minimal",
16042
+ "low",
16043
+ "medium",
16044
+ "high"
16045
+ ]
16046
+ }
16047
+ },
16048
+ "gpt-5-4-mini-high": {
16049
+ "id": "gpt-5-4-mini-high",
16050
+ "name": "GPT-5.4 Mini High Thinking",
16051
+ "api": "devin-agent",
16052
+ "provider": "devin",
16053
+ "baseUrl": "https://server.codeium.com",
16054
+ "reasoning": true,
16055
+ "input": [
16056
+ "text",
16057
+ "image"
16058
+ ],
16059
+ "supportsTools": true,
16060
+ "cost": {
16061
+ "input": 0,
16062
+ "output": 0,
16063
+ "cacheRead": 0,
16064
+ "cacheWrite": 0
16065
+ },
16066
+ "contextWindow": 400000,
16067
+ "maxTokens": 64000,
16068
+ "thinking": {
16069
+ "mode": "effort",
16070
+ "efforts": [
16071
+ "minimal",
16072
+ "low",
16073
+ "medium",
16074
+ "high"
16075
+ ]
16076
+ }
16077
+ },
16078
+ "gpt-5-4-mini-low": {
16079
+ "id": "gpt-5-4-mini-low",
16080
+ "name": "GPT-5.4 Mini Low Thinking",
16081
+ "api": "devin-agent",
16082
+ "provider": "devin",
16083
+ "baseUrl": "https://server.codeium.com",
16084
+ "reasoning": true,
16085
+ "input": [
16086
+ "text",
16087
+ "image"
16088
+ ],
16089
+ "supportsTools": true,
16090
+ "cost": {
16091
+ "input": 0,
16092
+ "output": 0,
16093
+ "cacheRead": 0,
16094
+ "cacheWrite": 0
16095
+ },
16096
+ "contextWindow": 400000,
16097
+ "maxTokens": 64000,
16098
+ "thinking": {
16099
+ "mode": "effort",
16100
+ "efforts": [
16101
+ "minimal",
16102
+ "low",
16103
+ "medium",
16104
+ "high"
16105
+ ]
16106
+ }
16107
+ },
16108
+ "gpt-5-4-mini-medium": {
16109
+ "id": "gpt-5-4-mini-medium",
16110
+ "name": "GPT-5.4 Mini Medium Thinking",
16111
+ "api": "devin-agent",
16112
+ "provider": "devin",
16113
+ "baseUrl": "https://server.codeium.com",
16114
+ "reasoning": true,
16115
+ "input": [
16116
+ "text",
16117
+ "image"
16118
+ ],
16119
+ "supportsTools": true,
16120
+ "cost": {
16121
+ "input": 0,
16122
+ "output": 0,
16123
+ "cacheRead": 0,
16124
+ "cacheWrite": 0
16125
+ },
16126
+ "contextWindow": 400000,
16127
+ "maxTokens": 64000,
16128
+ "thinking": {
16129
+ "mode": "effort",
16130
+ "efforts": [
16131
+ "minimal",
16132
+ "low",
16133
+ "medium",
16134
+ "high"
16135
+ ]
16136
+ }
16137
+ },
16138
+ "gpt-5-4-mini-xhigh": {
16139
+ "id": "gpt-5-4-mini-xhigh",
16140
+ "name": "GPT-5.4 Mini XHigh Thinking",
16141
+ "api": "devin-agent",
16142
+ "provider": "devin",
16143
+ "baseUrl": "https://server.codeium.com",
16144
+ "reasoning": true,
16145
+ "input": [
16146
+ "text",
16147
+ "image"
16148
+ ],
16149
+ "supportsTools": true,
16150
+ "cost": {
16151
+ "input": 0,
16152
+ "output": 0,
16153
+ "cacheRead": 0,
16154
+ "cacheWrite": 0
16155
+ },
16156
+ "contextWindow": 400000,
16157
+ "maxTokens": 64000,
16158
+ "thinking": {
16159
+ "mode": "effort",
16160
+ "efforts": [
16161
+ "minimal",
16162
+ "low",
16163
+ "medium",
16164
+ "high"
16165
+ ]
16166
+ }
16167
+ },
16168
+ "gpt-5-4-none": {
16169
+ "id": "gpt-5-4-none",
16170
+ "name": "GPT-5.4 No Thinking",
16171
+ "api": "devin-agent",
16172
+ "provider": "devin",
16173
+ "baseUrl": "https://server.codeium.com",
16174
+ "reasoning": false,
16175
+ "input": [
16176
+ "text",
16177
+ "image"
16178
+ ],
16179
+ "supportsTools": true,
16180
+ "cost": {
16181
+ "input": 0,
16182
+ "output": 0,
16183
+ "cacheRead": 0,
16184
+ "cacheWrite": 0
16185
+ },
16186
+ "contextWindow": 272000,
16187
+ "maxTokens": 64000
16188
+ },
16189
+ "gpt-5-4-none-priority": {
16190
+ "id": "gpt-5-4-none-priority",
16191
+ "name": "GPT-5.4 No Thinking Fast",
16192
+ "api": "devin-agent",
16193
+ "provider": "devin",
16194
+ "baseUrl": "https://server.codeium.com",
16195
+ "reasoning": false,
16196
+ "input": [
16197
+ "text",
16198
+ "image"
16199
+ ],
16200
+ "supportsTools": true,
16201
+ "cost": {
16202
+ "input": 0,
16203
+ "output": 0,
16204
+ "cacheRead": 0,
16205
+ "cacheWrite": 0
16206
+ },
16207
+ "contextWindow": 272000,
16208
+ "maxTokens": 64000
16209
+ },
16210
+ "gpt-5-4-xhigh": {
16211
+ "id": "gpt-5-4-xhigh",
16212
+ "name": "GPT-5.4 XHigh Thinking",
16213
+ "api": "devin-agent",
16214
+ "provider": "devin",
16215
+ "baseUrl": "https://server.codeium.com",
16216
+ "reasoning": true,
16217
+ "input": [
16218
+ "text",
16219
+ "image"
16220
+ ],
16221
+ "supportsTools": true,
16222
+ "cost": {
16223
+ "input": 0,
16224
+ "output": 0,
16225
+ "cacheRead": 0,
16226
+ "cacheWrite": 0
16227
+ },
16228
+ "contextWindow": 272000,
16229
+ "maxTokens": 64000,
16230
+ "thinking": {
16231
+ "mode": "effort",
16232
+ "efforts": [
16233
+ "minimal",
16234
+ "low",
16235
+ "medium",
16236
+ "high"
16237
+ ]
16238
+ }
16239
+ },
16240
+ "gpt-5-4-xhigh-priority": {
16241
+ "id": "gpt-5-4-xhigh-priority",
16242
+ "name": "GPT-5.4 XHigh Thinking Fast",
16243
+ "api": "devin-agent",
16244
+ "provider": "devin",
16245
+ "baseUrl": "https://server.codeium.com",
16246
+ "reasoning": true,
16247
+ "input": [
16248
+ "text",
16249
+ "image"
16250
+ ],
16251
+ "supportsTools": true,
16252
+ "cost": {
16253
+ "input": 0,
16254
+ "output": 0,
16255
+ "cacheRead": 0,
16256
+ "cacheWrite": 0
16257
+ },
16258
+ "contextWindow": 272000,
16259
+ "maxTokens": 64000,
16260
+ "thinking": {
16261
+ "mode": "effort",
16262
+ "efforts": [
16263
+ "minimal",
16264
+ "low",
16265
+ "medium",
16266
+ "high"
16267
+ ]
16268
+ }
16269
+ },
16270
+ "gpt-5-5-high": {
16271
+ "id": "gpt-5-5-high",
16272
+ "name": "GPT-5.5 High Thinking",
16273
+ "api": "devin-agent",
16274
+ "provider": "devin",
16275
+ "baseUrl": "https://server.codeium.com",
16276
+ "reasoning": true,
16277
+ "input": [
16278
+ "text",
16279
+ "image"
16280
+ ],
16281
+ "supportsTools": true,
16282
+ "cost": {
16283
+ "input": 0,
16284
+ "output": 0,
16285
+ "cacheRead": 0,
16286
+ "cacheWrite": 0
16287
+ },
16288
+ "contextWindow": 272000,
16289
+ "maxTokens": 64000,
16290
+ "thinking": {
16291
+ "mode": "effort",
16292
+ "efforts": [
16293
+ "minimal",
16294
+ "low",
16295
+ "medium",
16296
+ "high"
16297
+ ]
16298
+ }
16299
+ },
16300
+ "gpt-5-5-high-priority": {
16301
+ "id": "gpt-5-5-high-priority",
16302
+ "name": "GPT-5.5 High Thinking Fast",
16303
+ "api": "devin-agent",
16304
+ "provider": "devin",
16305
+ "baseUrl": "https://server.codeium.com",
16306
+ "reasoning": true,
16307
+ "input": [
16308
+ "text",
16309
+ "image"
16310
+ ],
16311
+ "supportsTools": true,
16312
+ "cost": {
16313
+ "input": 0,
16314
+ "output": 0,
16315
+ "cacheRead": 0,
16316
+ "cacheWrite": 0
16317
+ },
16318
+ "contextWindow": 272000,
16319
+ "maxTokens": 64000,
16320
+ "thinking": {
16321
+ "mode": "effort",
16322
+ "efforts": [
16323
+ "minimal",
16324
+ "low",
16325
+ "medium",
16326
+ "high"
16327
+ ]
16328
+ }
16329
+ },
16330
+ "gpt-5-5-low": {
16331
+ "id": "gpt-5-5-low",
16332
+ "name": "GPT-5.5 Low Thinking",
16333
+ "api": "devin-agent",
16334
+ "provider": "devin",
16335
+ "baseUrl": "https://server.codeium.com",
16336
+ "reasoning": true,
16337
+ "input": [
16338
+ "text",
16339
+ "image"
16340
+ ],
16341
+ "supportsTools": true,
16342
+ "cost": {
16343
+ "input": 0,
16344
+ "output": 0,
16345
+ "cacheRead": 0,
16346
+ "cacheWrite": 0
16347
+ },
16348
+ "contextWindow": 272000,
16349
+ "maxTokens": 64000,
16350
+ "thinking": {
16351
+ "mode": "effort",
16352
+ "efforts": [
16353
+ "minimal",
16354
+ "low",
16355
+ "medium",
16356
+ "high"
16357
+ ]
16358
+ }
16359
+ },
16360
+ "gpt-5-5-low-priority": {
16361
+ "id": "gpt-5-5-low-priority",
16362
+ "name": "GPT-5.5 Low Thinking Fast",
16363
+ "api": "devin-agent",
16364
+ "provider": "devin",
16365
+ "baseUrl": "https://server.codeium.com",
16366
+ "reasoning": true,
16367
+ "input": [
16368
+ "text",
16369
+ "image"
16370
+ ],
16371
+ "supportsTools": true,
16372
+ "cost": {
16373
+ "input": 0,
16374
+ "output": 0,
16375
+ "cacheRead": 0,
16376
+ "cacheWrite": 0
16377
+ },
16378
+ "contextWindow": 272000,
16379
+ "maxTokens": 64000,
16380
+ "thinking": {
16381
+ "mode": "effort",
16382
+ "efforts": [
16383
+ "minimal",
16384
+ "low",
16385
+ "medium",
16386
+ "high"
16387
+ ]
16388
+ }
16389
+ },
16390
+ "gpt-5-5-medium": {
16391
+ "id": "gpt-5-5-medium",
16392
+ "name": "GPT-5.5 Medium Thinking",
16393
+ "api": "devin-agent",
16394
+ "provider": "devin",
16395
+ "baseUrl": "https://server.codeium.com",
16396
+ "reasoning": true,
16397
+ "input": [
16398
+ "text",
16399
+ "image"
16400
+ ],
16401
+ "supportsTools": true,
16402
+ "cost": {
16403
+ "input": 0,
16404
+ "output": 0,
16405
+ "cacheRead": 0,
16406
+ "cacheWrite": 0
16407
+ },
16408
+ "contextWindow": 272000,
16409
+ "maxTokens": 64000,
16410
+ "thinking": {
16411
+ "mode": "effort",
16412
+ "efforts": [
16413
+ "minimal",
16414
+ "low",
16415
+ "medium",
16416
+ "high"
16417
+ ]
16418
+ }
16419
+ },
16420
+ "gpt-5-5-medium-priority": {
16421
+ "id": "gpt-5-5-medium-priority",
16422
+ "name": "GPT-5.5 Medium Thinking Fast",
16423
+ "api": "devin-agent",
16424
+ "provider": "devin",
16425
+ "baseUrl": "https://server.codeium.com",
16426
+ "reasoning": true,
16427
+ "input": [
16428
+ "text",
16429
+ "image"
16430
+ ],
16431
+ "supportsTools": true,
16432
+ "cost": {
16433
+ "input": 0,
16434
+ "output": 0,
16435
+ "cacheRead": 0,
16436
+ "cacheWrite": 0
16437
+ },
16438
+ "contextWindow": 272000,
16439
+ "maxTokens": 64000,
16440
+ "thinking": {
16441
+ "mode": "effort",
16442
+ "efforts": [
16443
+ "minimal",
16444
+ "low",
16445
+ "medium",
16446
+ "high"
16447
+ ]
16448
+ }
16449
+ },
16450
+ "gpt-5-5-none": {
16451
+ "id": "gpt-5-5-none",
16452
+ "name": "GPT-5.5 No Thinking",
16453
+ "api": "devin-agent",
16454
+ "provider": "devin",
16455
+ "baseUrl": "https://server.codeium.com",
16456
+ "reasoning": false,
16457
+ "input": [
16458
+ "text",
16459
+ "image"
16460
+ ],
16461
+ "supportsTools": true,
16462
+ "cost": {
16463
+ "input": 0,
16464
+ "output": 0,
16465
+ "cacheRead": 0,
16466
+ "cacheWrite": 0
16467
+ },
16468
+ "contextWindow": 272000,
16469
+ "maxTokens": 64000
16470
+ },
16471
+ "gpt-5-5-none-priority": {
16472
+ "id": "gpt-5-5-none-priority",
16473
+ "name": "GPT-5.5 No Thinking Fast",
16474
+ "api": "devin-agent",
16475
+ "provider": "devin",
16476
+ "baseUrl": "https://server.codeium.com",
16477
+ "reasoning": false,
16478
+ "input": [
16479
+ "text",
16480
+ "image"
16481
+ ],
16482
+ "supportsTools": true,
16483
+ "cost": {
16484
+ "input": 0,
16485
+ "output": 0,
16486
+ "cacheRead": 0,
16487
+ "cacheWrite": 0
16488
+ },
16489
+ "contextWindow": 272000,
16490
+ "maxTokens": 64000
16491
+ },
16492
+ "gpt-5-5-xhigh": {
16493
+ "id": "gpt-5-5-xhigh",
16494
+ "name": "GPT-5.5 XHigh Thinking",
16495
+ "api": "devin-agent",
16496
+ "provider": "devin",
16497
+ "baseUrl": "https://server.codeium.com",
16498
+ "reasoning": true,
16499
+ "input": [
16500
+ "text",
16501
+ "image"
16502
+ ],
16503
+ "supportsTools": true,
16504
+ "cost": {
16505
+ "input": 0,
16506
+ "output": 0,
16507
+ "cacheRead": 0,
16508
+ "cacheWrite": 0
16509
+ },
16510
+ "contextWindow": 272000,
16511
+ "maxTokens": 64000,
16512
+ "thinking": {
16513
+ "mode": "effort",
16514
+ "efforts": [
16515
+ "minimal",
16516
+ "low",
16517
+ "medium",
16518
+ "high"
16519
+ ]
16520
+ }
16521
+ },
16522
+ "gpt-5-5-xhigh-priority": {
16523
+ "id": "gpt-5-5-xhigh-priority",
16524
+ "name": "GPT-5.5 XHigh Thinking Fast",
16525
+ "api": "devin-agent",
16526
+ "provider": "devin",
16527
+ "baseUrl": "https://server.codeium.com",
16528
+ "reasoning": true,
16529
+ "input": [
16530
+ "text",
16531
+ "image"
16532
+ ],
16533
+ "supportsTools": true,
16534
+ "cost": {
16535
+ "input": 0,
16536
+ "output": 0,
16537
+ "cacheRead": 0,
16538
+ "cacheWrite": 0
16539
+ },
16540
+ "contextWindow": 272000,
16541
+ "maxTokens": 64000,
16542
+ "thinking": {
16543
+ "mode": "effort",
16544
+ "efforts": [
16545
+ "minimal",
16546
+ "low",
16547
+ "medium",
16548
+ "high"
16549
+ ]
16550
+ }
16551
+ },
16552
+ "kimi-k2-6": {
16553
+ "id": "kimi-k2-6",
16554
+ "name": "Kimi K2.6",
16555
+ "api": "devin-agent",
16556
+ "provider": "devin",
16557
+ "baseUrl": "https://server.codeium.com",
16558
+ "reasoning": true,
16559
+ "input": [
16560
+ "text",
16561
+ "image"
16562
+ ],
16563
+ "supportsTools": true,
16564
+ "cost": {
16565
+ "input": 0,
16566
+ "output": 0,
16567
+ "cacheRead": 0,
16568
+ "cacheWrite": 0
16569
+ },
16570
+ "contextWindow": 262144,
16571
+ "maxTokens": 64000,
16572
+ "thinking": {
16573
+ "mode": "effort",
16574
+ "efforts": [
16575
+ "minimal",
16576
+ "low",
16577
+ "medium",
16578
+ "high"
16579
+ ]
16580
+ }
16581
+ },
16582
+ "kimi-k2-7": {
16583
+ "id": "kimi-k2-7",
16584
+ "name": "Kimi K2.7",
16585
+ "api": "devin-agent",
16586
+ "provider": "devin",
16587
+ "baseUrl": "https://server.codeium.com",
16588
+ "reasoning": true,
16589
+ "input": [
16590
+ "text",
16591
+ "image"
16592
+ ],
16593
+ "supportsTools": true,
16594
+ "cost": {
16595
+ "input": 0,
16596
+ "output": 0,
16597
+ "cacheRead": 0,
16598
+ "cacheWrite": 0
16599
+ },
16600
+ "contextWindow": 262144,
16601
+ "maxTokens": 64000,
16602
+ "thinking": {
16603
+ "mode": "effort",
16604
+ "efforts": [
16605
+ "minimal",
16606
+ "low",
16607
+ "medium",
16608
+ "high"
16609
+ ]
16610
+ }
16611
+ },
16612
+ "MODEL_CLAUDE_4_5_OPUS": {
16613
+ "id": "MODEL_CLAUDE_4_5_OPUS",
16614
+ "name": "Claude Opus 4.5",
16615
+ "api": "devin-agent",
16616
+ "provider": "devin",
16617
+ "baseUrl": "https://server.codeium.com",
16618
+ "reasoning": false,
16619
+ "input": [
16620
+ "text",
16621
+ "image"
16622
+ ],
16623
+ "supportsTools": true,
16624
+ "cost": {
16625
+ "input": 0,
16626
+ "output": 0,
16627
+ "cacheRead": 0,
16628
+ "cacheWrite": 0
16629
+ },
16630
+ "contextWindow": 200000,
16631
+ "maxTokens": 64000
16632
+ },
16633
+ "MODEL_CLAUDE_4_5_OPUS_THINKING": {
16634
+ "id": "MODEL_CLAUDE_4_5_OPUS_THINKING",
16635
+ "name": "Claude Opus 4.5 Thinking",
16636
+ "api": "devin-agent",
16637
+ "provider": "devin",
16638
+ "baseUrl": "https://server.codeium.com",
16639
+ "reasoning": true,
16640
+ "input": [
16641
+ "text",
16642
+ "image"
16643
+ ],
16644
+ "supportsTools": true,
16645
+ "cost": {
16646
+ "input": 0,
16647
+ "output": 0,
16648
+ "cacheRead": 0,
16649
+ "cacheWrite": 0
16650
+ },
16651
+ "contextWindow": 200000,
16652
+ "maxTokens": 64000,
16653
+ "thinking": {
16654
+ "mode": "effort",
16655
+ "efforts": [
16656
+ "minimal",
16657
+ "low",
16658
+ "medium",
16659
+ "high"
16660
+ ]
16661
+ }
16662
+ },
16663
+ "MODEL_GOOGLE_GEMINI_3_0_FLASH_HIGH": {
16664
+ "id": "MODEL_GOOGLE_GEMINI_3_0_FLASH_HIGH",
16665
+ "name": "Gemini 3 Flash High",
16666
+ "api": "devin-agent",
16667
+ "provider": "devin",
16668
+ "baseUrl": "https://server.codeium.com",
16669
+ "reasoning": true,
16670
+ "input": [
16671
+ "text",
16672
+ "image"
16673
+ ],
16674
+ "supportsTools": true,
16675
+ "cost": {
16676
+ "input": 0,
16677
+ "output": 0,
16678
+ "cacheRead": 0,
16679
+ "cacheWrite": 0
16680
+ },
16681
+ "contextWindow": 1048576,
16682
+ "maxTokens": 64000,
16683
+ "thinking": {
16684
+ "mode": "effort",
16685
+ "efforts": [
16686
+ "minimal",
16687
+ "low",
16688
+ "medium",
16689
+ "high"
16690
+ ]
16691
+ }
16692
+ },
16693
+ "MODEL_GOOGLE_GEMINI_3_0_FLASH_LOW": {
16694
+ "id": "MODEL_GOOGLE_GEMINI_3_0_FLASH_LOW",
16695
+ "name": "Gemini 3 Flash Low",
16696
+ "api": "devin-agent",
16697
+ "provider": "devin",
16698
+ "baseUrl": "https://server.codeium.com",
16699
+ "reasoning": true,
16700
+ "input": [
16701
+ "text",
16702
+ "image"
16703
+ ],
16704
+ "supportsTools": true,
16705
+ "cost": {
16706
+ "input": 0,
16707
+ "output": 0,
16708
+ "cacheRead": 0,
16709
+ "cacheWrite": 0
16710
+ },
16711
+ "contextWindow": 1048576,
16712
+ "maxTokens": 64000,
16713
+ "thinking": {
16714
+ "mode": "effort",
16715
+ "efforts": [
16716
+ "minimal",
16717
+ "low",
16718
+ "medium",
16719
+ "high"
16720
+ ]
16721
+ }
16722
+ },
16723
+ "MODEL_GOOGLE_GEMINI_3_0_FLASH_MEDIUM": {
16724
+ "id": "MODEL_GOOGLE_GEMINI_3_0_FLASH_MEDIUM",
16725
+ "name": "Gemini 3 Flash Medium",
16726
+ "api": "devin-agent",
16727
+ "provider": "devin",
16728
+ "baseUrl": "https://server.codeium.com",
16729
+ "reasoning": true,
16730
+ "input": [
16731
+ "text",
16732
+ "image"
16733
+ ],
16734
+ "supportsTools": true,
16735
+ "cost": {
16736
+ "input": 0,
16737
+ "output": 0,
16738
+ "cacheRead": 0,
16739
+ "cacheWrite": 0
16740
+ },
16741
+ "contextWindow": 1048576,
16742
+ "maxTokens": 64000,
16743
+ "thinking": {
16744
+ "mode": "effort",
16745
+ "efforts": [
16746
+ "minimal",
16747
+ "low",
16748
+ "medium",
16749
+ "high"
16750
+ ]
16751
+ }
16752
+ },
16753
+ "MODEL_GOOGLE_GEMINI_3_0_FLASH_MINIMAL": {
16754
+ "id": "MODEL_GOOGLE_GEMINI_3_0_FLASH_MINIMAL",
16755
+ "name": "Gemini 3 Flash Minimal",
16756
+ "api": "devin-agent",
16757
+ "provider": "devin",
16758
+ "baseUrl": "https://server.codeium.com",
16759
+ "reasoning": true,
16760
+ "input": [
16761
+ "text",
16762
+ "image"
16763
+ ],
16764
+ "supportsTools": true,
16765
+ "cost": {
16766
+ "input": 0,
16767
+ "output": 0,
16768
+ "cacheRead": 0,
16769
+ "cacheWrite": 0
16770
+ },
16771
+ "contextWindow": 1048576,
16772
+ "maxTokens": 64000,
16773
+ "thinking": {
16774
+ "mode": "effort",
16775
+ "efforts": [
16776
+ "minimal",
16777
+ "low",
16778
+ "medium",
16779
+ "high"
16780
+ ]
16781
+ }
16782
+ },
16783
+ "MODEL_GPT_5_2_HIGH": {
16784
+ "id": "MODEL_GPT_5_2_HIGH",
16785
+ "name": "GPT-5.2 High Thinking",
16786
+ "api": "devin-agent",
16787
+ "provider": "devin",
16788
+ "baseUrl": "https://server.codeium.com",
16789
+ "reasoning": true,
16790
+ "input": [
16791
+ "text",
16792
+ "image"
16793
+ ],
16794
+ "supportsTools": true,
16795
+ "cost": {
16796
+ "input": 0,
16797
+ "output": 0,
16798
+ "cacheRead": 0,
16799
+ "cacheWrite": 0
16800
+ },
16801
+ "contextWindow": 384000,
16802
+ "maxTokens": 64000,
16803
+ "thinking": {
16804
+ "mode": "effort",
16805
+ "efforts": [
16806
+ "minimal",
16807
+ "low",
16808
+ "medium",
16809
+ "high"
16810
+ ]
16811
+ }
16812
+ },
16813
+ "MODEL_GPT_5_2_LOW": {
16814
+ "id": "MODEL_GPT_5_2_LOW",
16815
+ "name": "GPT-5.2 Low Thinking",
16816
+ "api": "devin-agent",
16817
+ "provider": "devin",
16818
+ "baseUrl": "https://server.codeium.com",
16819
+ "reasoning": true,
16820
+ "input": [
16821
+ "text",
16822
+ "image"
16823
+ ],
16824
+ "supportsTools": true,
16825
+ "cost": {
16826
+ "input": 0,
16827
+ "output": 0,
16828
+ "cacheRead": 0,
16829
+ "cacheWrite": 0
16830
+ },
16831
+ "contextWindow": 384000,
16832
+ "maxTokens": 64000,
16833
+ "thinking": {
16834
+ "mode": "effort",
16835
+ "efforts": [
16836
+ "minimal",
16837
+ "low",
16838
+ "medium",
16839
+ "high"
16840
+ ]
16841
+ }
16842
+ },
16843
+ "MODEL_GPT_5_2_MEDIUM": {
16844
+ "id": "MODEL_GPT_5_2_MEDIUM",
16845
+ "name": "GPT-5.2 Medium Thinking",
16846
+ "api": "devin-agent",
16847
+ "provider": "devin",
16848
+ "baseUrl": "https://server.codeium.com",
16849
+ "reasoning": true,
16850
+ "input": [
16851
+ "text",
16852
+ "image"
16853
+ ],
16854
+ "supportsTools": true,
16855
+ "cost": {
16856
+ "input": 0,
16857
+ "output": 0,
16858
+ "cacheRead": 0,
16859
+ "cacheWrite": 0
16860
+ },
16861
+ "contextWindow": 384000,
16862
+ "maxTokens": 64000,
16863
+ "thinking": {
16864
+ "mode": "effort",
16865
+ "efforts": [
16866
+ "minimal",
16867
+ "low",
16868
+ "medium",
16869
+ "high"
16870
+ ]
16871
+ }
16872
+ },
16873
+ "MODEL_GPT_5_2_NONE": {
16874
+ "id": "MODEL_GPT_5_2_NONE",
16875
+ "name": "GPT-5.2 No Thinking",
16876
+ "api": "devin-agent",
16877
+ "provider": "devin",
16878
+ "baseUrl": "https://server.codeium.com",
16879
+ "reasoning": false,
16880
+ "input": [
16881
+ "text",
16882
+ "image"
16883
+ ],
16884
+ "supportsTools": true,
16885
+ "cost": {
16886
+ "input": 0,
16887
+ "output": 0,
16888
+ "cacheRead": 0,
16889
+ "cacheWrite": 0
16890
+ },
16891
+ "contextWindow": 384000,
16892
+ "maxTokens": 64000
16893
+ },
16894
+ "MODEL_GPT_5_2_XHIGH": {
16895
+ "id": "MODEL_GPT_5_2_XHIGH",
16896
+ "name": "GPT-5.2 XHigh Thinking",
16897
+ "api": "devin-agent",
16898
+ "provider": "devin",
16899
+ "baseUrl": "https://server.codeium.com",
16900
+ "reasoning": true,
16901
+ "input": [
16902
+ "text",
16903
+ "image"
16904
+ ],
16905
+ "supportsTools": true,
16906
+ "cost": {
16907
+ "input": 0,
16908
+ "output": 0,
16909
+ "cacheRead": 0,
16910
+ "cacheWrite": 0
16911
+ },
16912
+ "contextWindow": 384000,
16913
+ "maxTokens": 64000,
16914
+ "thinking": {
16915
+ "mode": "effort",
16916
+ "efforts": [
16917
+ "minimal",
16918
+ "low",
16919
+ "medium",
16920
+ "high"
16921
+ ]
16922
+ }
16923
+ },
16924
+ "MODEL_PRIVATE_11": {
16925
+ "id": "MODEL_PRIVATE_11",
16926
+ "name": "Claude Haiku 4.5",
16927
+ "api": "devin-agent",
16928
+ "provider": "devin",
16929
+ "baseUrl": "https://server.codeium.com",
16930
+ "reasoning": false,
16931
+ "input": [
16932
+ "text",
16933
+ "image"
16934
+ ],
16935
+ "supportsTools": true,
16936
+ "cost": {
16937
+ "input": 0,
16938
+ "output": 0,
16939
+ "cacheRead": 0,
16940
+ "cacheWrite": 0
16941
+ },
16942
+ "contextWindow": 200000,
16943
+ "maxTokens": 64000
16944
+ },
16945
+ "MODEL_PRIVATE_2": {
16946
+ "id": "MODEL_PRIVATE_2",
16947
+ "name": "Claude Sonnet 4.5",
16948
+ "api": "devin-agent",
16949
+ "provider": "devin",
16950
+ "baseUrl": "https://server.codeium.com",
16951
+ "reasoning": false,
16952
+ "input": [
16953
+ "text",
16954
+ "image"
16955
+ ],
16956
+ "supportsTools": true,
16957
+ "cost": {
16958
+ "input": 0,
16959
+ "output": 0,
16960
+ "cacheRead": 0,
16961
+ "cacheWrite": 0
16962
+ },
16963
+ "contextWindow": 200000,
16964
+ "maxTokens": 64000
16965
+ },
16966
+ "MODEL_PRIVATE_3": {
16967
+ "id": "MODEL_PRIVATE_3",
16968
+ "name": "Claude Sonnet 4.5 Thinking",
16969
+ "api": "devin-agent",
16970
+ "provider": "devin",
16971
+ "baseUrl": "https://server.codeium.com",
16972
+ "reasoning": true,
16973
+ "input": [
16974
+ "text",
16975
+ "image"
16976
+ ],
16977
+ "supportsTools": true,
16978
+ "cost": {
16979
+ "input": 0,
16980
+ "output": 0,
16981
+ "cacheRead": 0,
16982
+ "cacheWrite": 0
16983
+ },
16984
+ "contextWindow": 200000,
16985
+ "maxTokens": 64000,
16986
+ "thinking": {
16987
+ "mode": "effort",
16988
+ "efforts": [
16989
+ "minimal",
16990
+ "low",
16991
+ "medium",
16992
+ "high"
16993
+ ]
16994
+ }
16995
+ },
16996
+ "MODEL_SWE_1_5": {
16997
+ "id": "MODEL_SWE_1_5",
16998
+ "name": "SWE-1.5 Fast",
16999
+ "api": "devin-agent",
17000
+ "provider": "devin",
17001
+ "baseUrl": "https://server.codeium.com",
17002
+ "reasoning": true,
17003
+ "input": [
17004
+ "text",
17005
+ "image"
17006
+ ],
17007
+ "supportsTools": true,
17008
+ "cost": {
17009
+ "input": 0,
17010
+ "output": 0,
17011
+ "cacheRead": 0,
17012
+ "cacheWrite": 0
17013
+ },
17014
+ "contextWindow": 128000,
17015
+ "maxTokens": 64000,
17016
+ "thinking": {
17017
+ "mode": "effort",
17018
+ "efforts": [
17019
+ "minimal",
17020
+ "low",
17021
+ "medium",
17022
+ "high"
17023
+ ]
17024
+ }
17025
+ },
17026
+ "MODEL_SWE_1_5_SLOW": {
17027
+ "id": "MODEL_SWE_1_5_SLOW",
17028
+ "name": "SWE-1.5",
17029
+ "api": "devin-agent",
17030
+ "provider": "devin",
17031
+ "baseUrl": "https://server.codeium.com",
17032
+ "reasoning": true,
17033
+ "input": [
17034
+ "text",
17035
+ "image"
17036
+ ],
17037
+ "supportsTools": true,
17038
+ "cost": {
17039
+ "input": 0,
17040
+ "output": 0,
17041
+ "cacheRead": 0,
17042
+ "cacheWrite": 0
17043
+ },
17044
+ "contextWindow": 200000,
17045
+ "maxTokens": 64000,
17046
+ "thinking": {
17047
+ "mode": "effort",
17048
+ "efforts": [
17049
+ "minimal",
17050
+ "low",
17051
+ "medium",
17052
+ "high"
17053
+ ]
17054
+ }
17055
+ },
17056
+ "swe-1-6": {
17057
+ "id": "swe-1-6",
17058
+ "name": "SWE-1.6",
17059
+ "api": "devin-agent",
17060
+ "provider": "devin",
17061
+ "baseUrl": "https://server.codeium.com",
17062
+ "reasoning": true,
17063
+ "input": [
17064
+ "text",
17065
+ "image"
17066
+ ],
17067
+ "supportsTools": true,
17068
+ "cost": {
17069
+ "input": 0,
17070
+ "output": 0,
17071
+ "cacheRead": 0,
17072
+ "cacheWrite": 0
17073
+ },
17074
+ "contextWindow": 200000,
17075
+ "maxTokens": 64000,
17076
+ "thinking": {
17077
+ "mode": "effort",
17078
+ "efforts": [
17079
+ "minimal",
17080
+ "low",
17081
+ "medium",
17082
+ "high"
17083
+ ]
17084
+ }
17085
+ },
17086
+ "swe-1-6-fast": {
17087
+ "id": "swe-1-6-fast",
17088
+ "name": "SWE-1.6 Fast",
17089
+ "api": "devin-agent",
17090
+ "provider": "devin",
17091
+ "baseUrl": "https://server.codeium.com",
17092
+ "reasoning": true,
17093
+ "input": [
17094
+ "text",
17095
+ "image"
17096
+ ],
17097
+ "supportsTools": true,
17098
+ "cost": {
17099
+ "input": 0,
17100
+ "output": 0,
17101
+ "cacheRead": 0,
17102
+ "cacheWrite": 0
17103
+ },
17104
+ "contextWindow": 200000,
17105
+ "maxTokens": 64000,
17106
+ "thinking": {
17107
+ "mode": "effort",
17108
+ "efforts": [
17109
+ "minimal",
17110
+ "low",
17111
+ "medium",
17112
+ "high"
17113
+ ]
17114
+ }
17115
+ }
17116
+ },
14575
17117
  "firepass": {
14576
17118
  "kimi-k2.6-turbo": {
14577
17119
  "id": "kimi-k2.6-turbo",
@@ -15218,7 +17760,8 @@
15218
17760
  "minimal",
15219
17761
  "low",
15220
17762
  "medium",
15221
- "high"
17763
+ "high",
17764
+ "xhigh"
15222
17765
  ],
15223
17766
  "effortMap": {
15224
17767
  "minimal": "none"
@@ -15250,7 +17793,8 @@
15250
17793
  "minimal",
15251
17794
  "low",
15252
17795
  "medium",
15253
- "high"
17796
+ "high",
17797
+ "xhigh"
15254
17798
  ],
15255
17799
  "effortMap": {
15256
17800
  "minimal": "none"
@@ -15282,7 +17826,8 @@
15282
17826
  "minimal",
15283
17827
  "low",
15284
17828
  "medium",
15285
- "high"
17829
+ "high",
17830
+ "xhigh"
15286
17831
  ],
15287
17832
  "effortMap": {
15288
17833
  "minimal": "none"
@@ -15317,7 +17862,8 @@
15317
17862
  "minimal",
15318
17863
  "low",
15319
17864
  "medium",
15320
- "high"
17865
+ "high",
17866
+ "xhigh"
15321
17867
  ],
15322
17868
  "effortMap": {
15323
17869
  "minimal": "none"
@@ -25750,6 +28296,25 @@
25750
28296
  "contextWindow": 131072,
25751
28297
  "maxTokens": 163840
25752
28298
  },
28299
+ "nex-agi/nex-n2-pro": {
28300
+ "id": "nex-agi/nex-n2-pro",
28301
+ "name": "Nex-N2-Pro",
28302
+ "api": "openai-completions",
28303
+ "provider": "kilo",
28304
+ "baseUrl": "https://api.kilo.ai/api/gateway",
28305
+ "reasoning": false,
28306
+ "input": [
28307
+ "text"
28308
+ ],
28309
+ "cost": {
28310
+ "input": 0,
28311
+ "output": 0,
28312
+ "cacheRead": 0,
28313
+ "cacheWrite": 0
28314
+ },
28315
+ "contextWindow": null,
28316
+ "maxTokens": null
28317
+ },
25753
28318
  "nex-agi/nex-n2-pro:free": {
25754
28319
  "id": "nex-agi/nex-n2-pro:free",
25755
28320
  "name": "Nex-N2-Pro (free)",
@@ -46762,6 +49327,25 @@
46762
49327
  "contextWindow": 128000,
46763
49328
  "maxTokens": 8192
46764
49329
  },
49330
+ "sofya-research": {
49331
+ "id": "sofya-research",
49332
+ "name": "sofya-research",
49333
+ "api": "openai-completions",
49334
+ "provider": "nanogpt",
49335
+ "baseUrl": "https://nano-gpt.com/api/v1",
49336
+ "reasoning": false,
49337
+ "input": [
49338
+ "text"
49339
+ ],
49340
+ "cost": {
49341
+ "input": 0,
49342
+ "output": 0,
49343
+ "cacheRead": 0,
49344
+ "cacheWrite": 0
49345
+ },
49346
+ "contextWindow": null,
49347
+ "maxTokens": null
49348
+ },
46765
49349
  "sonar": {
46766
49350
  "id": "sonar",
46767
49351
  "name": "sonar",
@@ -59282,13 +61866,13 @@
59282
61866
  "image"
59283
61867
  ],
59284
61868
  "cost": {
59285
- "input": 0.67,
61869
+ "input": 0.66,
59286
61870
  "output": 3.5,
59287
- "cacheRead": 0.19999999999999998,
61871
+ "cacheRead": 0.33,
59288
61872
  "cacheWrite": 0
59289
61873
  },
59290
61874
  "contextWindow": 262144,
59291
- "maxTokens": 262144,
61875
+ "maxTokens": 65535,
59292
61876
  "thinking": {
59293
61877
  "mode": "effort",
59294
61878
  "efforts": [
@@ -60172,13 +62756,13 @@
60172
62756
  "text"
60173
62757
  ],
60174
62758
  "cost": {
60175
- "input": 0.22,
60176
- "output": 0.85,
62759
+ "input": 0.25,
62760
+ "output": 0.7999999999999999,
60177
62761
  "cacheRead": 0.06,
60178
62762
  "cacheWrite": 0
60179
62763
  },
60180
62764
  "contextWindow": 262144,
60181
- "maxTokens": 262144,
62765
+ "maxTokens": 80000,
60182
62766
  "thinking": {
60183
62767
  "mode": "effort",
60184
62768
  "efforts": [
@@ -62891,7 +65475,7 @@
62891
65475
  "cost": {
62892
65476
  "input": 0.6,
62893
65477
  "output": 2.5,
62894
- "cacheRead": 0.15,
65478
+ "cacheRead": 0.6,
62895
65479
  "cacheWrite": 0
62896
65480
  },
62897
65481
  "contextWindow": 262144,
@@ -62948,13 +65532,13 @@
62948
65532
  "image"
62949
65533
  ],
62950
65534
  "cost": {
62951
- "input": 0.67,
65535
+ "input": 0.66,
62952
65536
  "output": 3.5,
62953
- "cacheRead": 0.19999999999999998,
65537
+ "cacheRead": 0.33,
62954
65538
  "cacheWrite": 0
62955
65539
  },
62956
65540
  "contextWindow": 262144,
62957
- "maxTokens": 262144,
65541
+ "maxTokens": 65535,
62958
65542
  "thinking": {
62959
65543
  "mode": "effort",
62960
65544
  "efforts": [
@@ -63060,7 +65644,7 @@
63060
65644
  "cacheWrite": 0
63061
65645
  },
63062
65646
  "contextWindow": 262144,
63063
- "maxTokens": 262144,
65647
+ "maxTokens": 256000,
63064
65648
  "thinking": {
63065
65649
  "mode": "effort",
63066
65650
  "efforts": [
@@ -66919,9 +69503,9 @@
66919
69503
  "text"
66920
69504
  ],
66921
69505
  "cost": {
66922
- "input": 0.06599999999999999,
66923
- "output": 0.26,
66924
- "cacheRead": 0.029,
69506
+ "input": 0.063,
69507
+ "output": 0.21,
69508
+ "cacheRead": 0.020999999999999998,
66925
69509
  "cacheWrite": 0
66926
69510
  },
66927
69511
  "contextWindow": 262144,
@@ -67915,11 +70499,11 @@
67915
70499
  "cost": {
67916
70500
  "input": 0.98,
67917
70501
  "output": 3.08,
67918
- "cacheRead": 0.182,
70502
+ "cacheRead": 0.49,
67919
70503
  "cacheWrite": 0
67920
70504
  },
67921
70505
  "contextWindow": 202752,
67922
- "maxTokens": 131072,
70506
+ "maxTokens": 65535,
67923
70507
  "thinking": {
67924
70508
  "mode": "effort",
67925
70509
  "efforts": [
@@ -67941,13 +70525,13 @@
67941
70525
  "text"
67942
70526
  ],
67943
70527
  "cost": {
67944
- "input": 1.2,
67945
- "output": 4.1,
67946
- "cacheRead": 0.19999999999999998,
70528
+ "input": 1,
70529
+ "output": 4,
70530
+ "cacheRead": 0.18,
67947
70531
  "cacheWrite": 0
67948
70532
  },
67949
70533
  "contextWindow": 1048576,
67950
- "maxTokens": 131072,
70534
+ "maxTokens": 32768,
67951
70535
  "thinking": {
67952
70536
  "mode": "effort",
67953
70537
  "efforts": [