LLM-Bridge 1.15.0__py3-none-any.whl → 1.15.0a0__py3-none-any.whl
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.
- llm_bridge/resources/model_prices.json +17 -17
- {llm_bridge-1.15.0.dist-info → llm_bridge-1.15.0a0.dist-info}/METADATA +2 -2
- {llm_bridge-1.15.0.dist-info → llm_bridge-1.15.0a0.dist-info}/RECORD +5 -5
- {llm_bridge-1.15.0.dist-info → llm_bridge-1.15.0a0.dist-info}/WHEEL +0 -0
- {llm_bridge-1.15.0.dist-info → llm_bridge-1.15.0a0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"apiType": "Gemini-
|
|
3
|
+
"apiType": "Gemini-Vertex",
|
|
4
4
|
"model": "gemini-3-pro-preview",
|
|
5
5
|
"input": 4,
|
|
6
6
|
"output": 18
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
|
-
"apiType": "Gemini-
|
|
9
|
+
"apiType": "Gemini-Vertex",
|
|
10
10
|
"model": "gemini-3-flash-preview",
|
|
11
11
|
"input": 1,
|
|
12
12
|
"output": 3
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
"apiType": "Gemini-
|
|
15
|
+
"apiType": "Gemini-Vertex",
|
|
16
16
|
"model": "gemini-3-pro-image-preview",
|
|
17
17
|
"input": 2,
|
|
18
18
|
"output": 120
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"apiType": "Gemini-Free",
|
|
22
|
+
"model": "gemini-3-flash-preview",
|
|
23
|
+
"input": 0,
|
|
24
|
+
"output": 0
|
|
25
|
+
},
|
|
20
26
|
{
|
|
21
27
|
"apiType": "Gemini-Paid",
|
|
22
|
-
"model": "gemini-flash-
|
|
28
|
+
"model": "gemini-3-flash-preview",
|
|
23
29
|
"input": 1,
|
|
24
|
-
"output":
|
|
30
|
+
"output": 3
|
|
25
31
|
},
|
|
26
32
|
{
|
|
27
|
-
"apiType": "Gemini-
|
|
33
|
+
"apiType": "Gemini-Paid",
|
|
28
34
|
"model": "gemini-3-pro-preview",
|
|
29
35
|
"input": 4,
|
|
30
36
|
"output": 18
|
|
31
37
|
},
|
|
32
38
|
{
|
|
33
|
-
"apiType": "Gemini-
|
|
34
|
-
"model": "gemini-3-flash-preview",
|
|
35
|
-
"input": 1,
|
|
36
|
-
"output": 3
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"apiType": "Gemini-Vertex",
|
|
39
|
+
"apiType": "Gemini-Paid",
|
|
40
40
|
"model": "gemini-3-pro-image-preview",
|
|
41
41
|
"input": 2,
|
|
42
42
|
"output": 120
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"apiType": "Gemini-
|
|
46
|
-
"model": "gemini-
|
|
47
|
-
"input":
|
|
48
|
-
"output":
|
|
45
|
+
"apiType": "Gemini-Paid",
|
|
46
|
+
"model": "gemini-flash-latest",
|
|
47
|
+
"input": 1,
|
|
48
|
+
"output": 2.5
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"apiType": "OpenAI",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: LLM-Bridge
|
|
3
|
-
Version: 1.15.
|
|
3
|
+
Version: 1.15.0a0
|
|
4
4
|
Summary: A Bridge for LLMs
|
|
5
5
|
Author-email: windsnow1025 <windsnow1025@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -48,7 +48,7 @@ The features listed represent the maximum capabilities of each API type supporte
|
|
|
48
48
|
|
|
49
49
|
| API Type | Input Format | Capabilities | Output Format |
|
|
50
50
|
|----------|--------------------------------|---------------------------------------------------------|-------------------|
|
|
51
|
-
| OpenAI | Text, Image, PDF | Thinking, Web Search, Code Execution | Text
|
|
51
|
+
| OpenAI | Text, Image, PDF | Thinking, Web Search, Code Execution | Text |
|
|
52
52
|
| Gemini | Text, Image, Video, Audio, PDF | Thinking, Web Search, Code Execution, Structured Output | Text, Image, File |
|
|
53
53
|
| Claude | Text, Image, PDF | Thinking, Web Search, Code Execution | Text |
|
|
54
54
|
| Grok | Text, Image | | Text |
|
|
@@ -46,7 +46,7 @@ llm_bridge/logic/message_preprocess/document_processor.py,sha256=IsVqoFgWNa9i8cR
|
|
|
46
46
|
llm_bridge/logic/message_preprocess/file_type_checker.py,sha256=nkrVki1a2udCeVqUnfIVi7Wxx8OMKbBuHw3FOlm17uo,1603
|
|
47
47
|
llm_bridge/logic/message_preprocess/message_preprocessor.py,sha256=VR4__ip4ytAo62DHn9HeeYdbcx5lWItBnKsm9l3gmY4,1924
|
|
48
48
|
llm_bridge/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
|
-
llm_bridge/resources/model_prices.json,sha256=
|
|
49
|
+
llm_bridge/resources/model_prices.json,sha256=mDAZxdj34F9VVRxS3E-lKHx_JB-jxOGadWOWnwzvsIs,2372
|
|
50
50
|
llm_bridge/type/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
51
|
llm_bridge/type/chat_response.py,sha256=NJLnz4JJeeCdDHc0OOL3KtTMBLApu4Eo9Q79We48yCM,474
|
|
52
52
|
llm_bridge/type/message.py,sha256=NyWmSSrciFfvF81aBwAH8qFpo5IpRhh8QXMselbYen8,370
|
|
@@ -56,7 +56,7 @@ llm_bridge/type/model_message/claude_message.py,sha256=gYJUTbLUeifQMva3Axarc-VFe
|
|
|
56
56
|
llm_bridge/type/model_message/gemini_message.py,sha256=mh8pf929g7_NkBzSOwnLXyrwSzTT4yt2FmyX7NZn0sM,4302
|
|
57
57
|
llm_bridge/type/model_message/openai_message.py,sha256=xFaLY-cZoSwNd7E9BSWQjBNcRfCVH11X9s2yxXlctR0,453
|
|
58
58
|
llm_bridge/type/model_message/openai_responses_message.py,sha256=be1q2euA0ybjj4NO6NxOGIRB9eJuXSb4ssUm_bM4Ocs,1529
|
|
59
|
-
llm_bridge-1.15.
|
|
60
|
-
llm_bridge-1.15.
|
|
61
|
-
llm_bridge-1.15.
|
|
62
|
-
llm_bridge-1.15.
|
|
59
|
+
llm_bridge-1.15.0a0.dist-info/METADATA,sha256=Y2SgiibrYaEliGDCYNzWq5IjUOE_4grgFs9Mz_5GD8E,3419
|
|
60
|
+
llm_bridge-1.15.0a0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
61
|
+
llm_bridge-1.15.0a0.dist-info/licenses/LICENSE,sha256=m6uon-6P_CaiqcBfApMfjG9YRtDxcr40Z52JcqUCEAE,1069
|
|
62
|
+
llm_bridge-1.15.0a0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|