@elyracode/ai 0.5.10 → 0.5.12

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.
@@ -16718,227 +16718,6 @@ export declare const MODELS: {
16718
16718
  contextWindow: number;
16719
16719
  maxTokens: number;
16720
16720
  };
16721
- readonly "grok-3": {
16722
- id: string;
16723
- name: string;
16724
- api: "openai-completions";
16725
- provider: string;
16726
- baseUrl: string;
16727
- reasoning: false;
16728
- input: "text"[];
16729
- cost: {
16730
- input: number;
16731
- output: number;
16732
- cacheRead: number;
16733
- cacheWrite: number;
16734
- };
16735
- contextWindow: number;
16736
- maxTokens: number;
16737
- };
16738
- readonly "grok-3-fast": {
16739
- id: string;
16740
- name: string;
16741
- api: "openai-completions";
16742
- provider: string;
16743
- baseUrl: string;
16744
- reasoning: false;
16745
- input: "text"[];
16746
- cost: {
16747
- input: number;
16748
- output: number;
16749
- cacheRead: number;
16750
- cacheWrite: number;
16751
- };
16752
- contextWindow: number;
16753
- maxTokens: number;
16754
- };
16755
- readonly "grok-3-fast-latest": {
16756
- id: string;
16757
- name: string;
16758
- api: "openai-completions";
16759
- provider: string;
16760
- baseUrl: string;
16761
- reasoning: false;
16762
- input: "text"[];
16763
- cost: {
16764
- input: number;
16765
- output: number;
16766
- cacheRead: number;
16767
- cacheWrite: number;
16768
- };
16769
- contextWindow: number;
16770
- maxTokens: number;
16771
- };
16772
- readonly "grok-3-latest": {
16773
- id: string;
16774
- name: string;
16775
- api: "openai-completions";
16776
- provider: string;
16777
- baseUrl: string;
16778
- reasoning: false;
16779
- input: "text"[];
16780
- cost: {
16781
- input: number;
16782
- output: number;
16783
- cacheRead: number;
16784
- cacheWrite: number;
16785
- };
16786
- contextWindow: number;
16787
- maxTokens: number;
16788
- };
16789
- readonly "grok-3-mini": {
16790
- id: string;
16791
- name: string;
16792
- api: "openai-completions";
16793
- provider: string;
16794
- baseUrl: string;
16795
- reasoning: true;
16796
- input: "text"[];
16797
- cost: {
16798
- input: number;
16799
- output: number;
16800
- cacheRead: number;
16801
- cacheWrite: number;
16802
- };
16803
- contextWindow: number;
16804
- maxTokens: number;
16805
- };
16806
- readonly "grok-3-mini-fast": {
16807
- id: string;
16808
- name: string;
16809
- api: "openai-completions";
16810
- provider: string;
16811
- baseUrl: string;
16812
- reasoning: true;
16813
- input: "text"[];
16814
- cost: {
16815
- input: number;
16816
- output: number;
16817
- cacheRead: number;
16818
- cacheWrite: number;
16819
- };
16820
- contextWindow: number;
16821
- maxTokens: number;
16822
- };
16823
- readonly "grok-3-mini-fast-latest": {
16824
- id: string;
16825
- name: string;
16826
- api: "openai-completions";
16827
- provider: string;
16828
- baseUrl: string;
16829
- reasoning: true;
16830
- input: "text"[];
16831
- cost: {
16832
- input: number;
16833
- output: number;
16834
- cacheRead: number;
16835
- cacheWrite: number;
16836
- };
16837
- contextWindow: number;
16838
- maxTokens: number;
16839
- };
16840
- readonly "grok-3-mini-latest": {
16841
- id: string;
16842
- name: string;
16843
- api: "openai-completions";
16844
- provider: string;
16845
- baseUrl: string;
16846
- reasoning: true;
16847
- input: "text"[];
16848
- cost: {
16849
- input: number;
16850
- output: number;
16851
- cacheRead: number;
16852
- cacheWrite: number;
16853
- };
16854
- contextWindow: number;
16855
- maxTokens: number;
16856
- };
16857
- readonly "grok-4": {
16858
- id: string;
16859
- name: string;
16860
- api: "openai-completions";
16861
- provider: string;
16862
- baseUrl: string;
16863
- reasoning: true;
16864
- input: "text"[];
16865
- cost: {
16866
- input: number;
16867
- output: number;
16868
- cacheRead: number;
16869
- cacheWrite: number;
16870
- };
16871
- contextWindow: number;
16872
- maxTokens: number;
16873
- };
16874
- readonly "grok-4-1-fast": {
16875
- id: string;
16876
- name: string;
16877
- api: "openai-completions";
16878
- provider: string;
16879
- baseUrl: string;
16880
- reasoning: true;
16881
- input: ("image" | "text")[];
16882
- cost: {
16883
- input: number;
16884
- output: number;
16885
- cacheRead: number;
16886
- cacheWrite: number;
16887
- };
16888
- contextWindow: number;
16889
- maxTokens: number;
16890
- };
16891
- readonly "grok-4-1-fast-non-reasoning": {
16892
- id: string;
16893
- name: string;
16894
- api: "openai-completions";
16895
- provider: string;
16896
- baseUrl: string;
16897
- reasoning: false;
16898
- input: ("image" | "text")[];
16899
- cost: {
16900
- input: number;
16901
- output: number;
16902
- cacheRead: number;
16903
- cacheWrite: number;
16904
- };
16905
- contextWindow: number;
16906
- maxTokens: number;
16907
- };
16908
- readonly "grok-4-fast": {
16909
- id: string;
16910
- name: string;
16911
- api: "openai-completions";
16912
- provider: string;
16913
- baseUrl: string;
16914
- reasoning: true;
16915
- input: ("image" | "text")[];
16916
- cost: {
16917
- input: number;
16918
- output: number;
16919
- cacheRead: number;
16920
- cacheWrite: number;
16921
- };
16922
- contextWindow: number;
16923
- maxTokens: number;
16924
- };
16925
- readonly "grok-4-fast-non-reasoning": {
16926
- id: string;
16927
- name: string;
16928
- api: "openai-completions";
16929
- provider: string;
16930
- baseUrl: string;
16931
- reasoning: false;
16932
- input: ("image" | "text")[];
16933
- cost: {
16934
- input: number;
16935
- output: number;
16936
- cacheRead: number;
16937
- cacheWrite: number;
16938
- };
16939
- contextWindow: number;
16940
- maxTokens: number;
16941
- };
16942
16721
  readonly "grok-4.20-0309-non-reasoning": {
16943
16722
  id: string;
16944
16723
  name: string;
@@ -17013,7 +16792,7 @@ export declare const MODELS: {
17013
16792
  api: "openai-completions";
17014
16793
  provider: string;
17015
16794
  baseUrl: string;
17016
- reasoning: true;
16795
+ reasoning: false;
17017
16796
  input: "text"[];
17018
16797
  cost: {
17019
16798
  input: number;