|
26 | 26 | "pages": [ |
27 | 27 | "gateway/overview", |
28 | 28 | "gateway/provider-routing", |
29 | | - |
30 | | - { |
31 | | - "group": "Features", |
32 | | - "pages": [ |
33 | | - "features/advanced-usage/caching", |
34 | | - "features/advanced-usage/custom-rate-limits", |
35 | | - "gateway/prompt-integration", |
36 | | - "features/advanced-usage/llm-security", |
37 | | - "features/advanced-usage/moderations", |
38 | | - "features/advanced-usage/retries" |
39 | | - ] |
40 | | - }, |
41 | | - { |
42 | | - "group": "Concepts", |
43 | | - "pages": [ |
44 | | - "gateway/concepts/prompt-caching", |
45 | | - "gateway/web-search", |
46 | | - "gateway/concepts/error-handling", |
47 | | - "gateway/concepts/responses-api" |
48 | | - ] |
49 | | - }, |
| 29 | + "features/advanced-usage/caching", |
| 30 | + "features/advanced-usage/custom-rate-limits", |
| 31 | + "gateway/prompt-integration", |
| 32 | + "features/advanced-usage/llm-security", |
| 33 | + "gateway/concepts/prompt-caching", |
| 34 | + "gateway/web-search", |
| 35 | + "gateway/concepts/error-handling", |
50 | 36 | { |
51 | 37 | "group": "Integrations", |
52 | 38 | "pages": [ |
53 | 39 | "gateway/integrations/langchain", |
54 | 40 | "gateway/integrations/langgraph", |
55 | | - "gateway/integrations/semantic-kernel" |
| 41 | + "gateway/integrations/semantic-kernel", |
| 42 | + "gateway/concepts/responses-api" |
56 | 43 | ] |
57 | 44 | } |
58 | 45 | ] |
|
83 | 70 | ] |
84 | 71 | }, |
85 | 72 | { |
86 | | - "group": "Alternative Integrations", |
| 73 | + "group": "References", |
87 | 74 | "pages": [ |
88 | | - "integrations/overview", |
89 | 75 | { |
90 | | - "group": "Provider-Specific", |
| 76 | + "group": "Alternative Integrations", |
91 | 77 | "pages": [ |
| 78 | + "integrations/overview", |
92 | 79 | { |
93 | | - "group": "Anthropic", |
94 | | - "pages": [ |
95 | | - "integrations/anthropic/curl", |
96 | | - "integrations/anthropic/javascript", |
97 | | - "integrations/anthropic/langchain", |
98 | | - "integrations/anthropic/python", |
99 | | - "integrations/anthropic/claude-code" |
100 | | - ] |
101 | | - }, |
102 | | - "getting-started/integration-method/anyscale", |
103 | | - { |
104 | | - "group": "AWS Bedrock", |
105 | | - "pages": [ |
106 | | - "integrations/bedrock/javascript", |
107 | | - "integrations/bedrock/python" |
108 | | - ] |
109 | | - }, |
110 | | - { |
111 | | - "group": "Azure OpenAI", |
112 | | - "pages": [ |
113 | | - "integrations/azure/curl", |
114 | | - "integrations/azure/javascript", |
115 | | - "integrations/azure/langchain", |
116 | | - "integrations/azure/python" |
117 | | - ] |
118 | | - }, |
119 | | - "getting-started/integration-method/deepinfra", |
120 | | - "getting-started/integration-method/deepseek", |
121 | | - { |
122 | | - "group": "Gemini", |
| 80 | + "group": "Provider-Specific", |
123 | 81 | "pages": [ |
124 | 82 | { |
125 | | - "group": "API", |
| 83 | + "group": "Anthropic", |
| 84 | + "pages": [ |
| 85 | + "integrations/anthropic/curl", |
| 86 | + "integrations/anthropic/javascript", |
| 87 | + "integrations/anthropic/langchain", |
| 88 | + "integrations/anthropic/python", |
| 89 | + "integrations/anthropic/claude-code" |
| 90 | + ] |
| 91 | + }, |
| 92 | + "getting-started/integration-method/anyscale", |
| 93 | + { |
| 94 | + "group": "AWS Bedrock", |
| 95 | + "pages": [ |
| 96 | + "integrations/bedrock/javascript", |
| 97 | + "integrations/bedrock/python" |
| 98 | + ] |
| 99 | + }, |
| 100 | + { |
| 101 | + "group": "Azure OpenAI", |
| 102 | + "pages": [ |
| 103 | + "integrations/azure/curl", |
| 104 | + "integrations/azure/javascript", |
| 105 | + "integrations/azure/langchain", |
| 106 | + "integrations/azure/python" |
| 107 | + ] |
| 108 | + }, |
| 109 | + "getting-started/integration-method/deepinfra", |
| 110 | + "getting-started/integration-method/deepseek", |
| 111 | + { |
| 112 | + "group": "Gemini", |
| 113 | + "pages": [ |
| 114 | + { |
| 115 | + "group": "API", |
| 116 | + "pages": [ |
| 117 | + "integrations/gemini/api/curl", |
| 118 | + "integrations/gemini/api/javascript", |
| 119 | + "integrations/gemini/api/python" |
| 120 | + ] |
| 121 | + }, |
| 122 | + { |
| 123 | + "group": "Vertex AI (Enterprise)", |
| 124 | + "pages": [ |
| 125 | + "integrations/gemini/vertex/curl", |
| 126 | + "integrations/gemini/vertex/javascript", |
| 127 | + "integrations/gemini/vertex/python" |
| 128 | + ] |
| 129 | + } |
| 130 | + ] |
| 131 | + }, |
| 132 | + { |
| 133 | + "group": "Groq", |
| 134 | + "pages": [ |
| 135 | + "integrations/groq/curl", |
| 136 | + "integrations/groq/javascript", |
| 137 | + "integrations/groq/python" |
| 138 | + ] |
| 139 | + }, |
| 140 | + { |
| 141 | + "group": "Instructor", |
| 142 | + "pages": [ |
| 143 | + "integrations/instructor/javascript", |
| 144 | + "integrations/instructor/python" |
| 145 | + ] |
| 146 | + }, |
| 147 | + { |
| 148 | + "group": "Llama", |
| 149 | + "pages": [ |
| 150 | + "integrations/llama/curl", |
| 151 | + "integrations/llama/javascript", |
| 152 | + "integrations/llama/python" |
| 153 | + ] |
| 154 | + }, |
| 155 | + "getting-started/integration-method/hyperbolic", |
| 156 | + "getting-started/integration-method/mistral", |
| 157 | + "getting-started/integration-method/nebius", |
| 158 | + "getting-started/integration-method/novita", |
| 159 | + { |
| 160 | + "group": "Nvidia", |
126 | 161 | "pages": [ |
127 | | - "integrations/gemini/api/curl", |
128 | | - "integrations/gemini/api/javascript", |
129 | | - "integrations/gemini/api/python" |
| 162 | + "integrations/nvidia/curl", |
| 163 | + "integrations/nvidia/javascript", |
| 164 | + "integrations/nvidia/python", |
| 165 | + "integrations/nvidia/dynamo" |
130 | 166 | ] |
131 | 167 | }, |
132 | 168 | { |
133 | | - "group": "Vertex AI (Enterprise)", |
| 169 | + "group": "Ollama", |
| 170 | + "pages": ["integrations/ollama/javascript"] |
| 171 | + }, |
| 172 | + { |
| 173 | + "group": "OpenAI", |
134 | 174 | "pages": [ |
135 | | - "integrations/gemini/vertex/curl", |
136 | | - "integrations/gemini/vertex/javascript", |
137 | | - "integrations/gemini/vertex/python" |
| 175 | + "integrations/openai/curl", |
| 176 | + "integrations/openai/javascript", |
| 177 | + "integrations/openai/langchain", |
| 178 | + "integrations/openai/llamaindex", |
| 179 | + "integrations/openai/python", |
| 180 | + "integrations/openai/realtime", |
| 181 | + "integrations/openai/responses" |
| 182 | + ] |
| 183 | + }, |
| 184 | + "getting-started/integration-method/openrouter", |
| 185 | + "getting-started/integration-method/perplexity", |
| 186 | + "getting-started/integration-method/together", |
| 187 | + { |
| 188 | + "group": "xAI", |
| 189 | + "pages": [ |
| 190 | + "integrations/xai/curl", |
| 191 | + "integrations/xai/javascript", |
| 192 | + "integrations/xai/python" |
138 | 193 | ] |
139 | 194 | } |
140 | 195 | ] |
141 | 196 | }, |
142 | 197 | { |
143 | | - "group": "Groq", |
144 | | - "pages": [ |
145 | | - "integrations/groq/curl", |
146 | | - "integrations/groq/javascript", |
147 | | - "integrations/groq/python" |
148 | | - ] |
149 | | - }, |
150 | | - { |
151 | | - "group": "Instructor", |
| 198 | + "group": "Frameworks", |
152 | 199 | "pages": [ |
153 | | - "integrations/instructor/javascript", |
154 | | - "integrations/instructor/python" |
| 200 | + "other-integrations/langgraph", |
| 201 | + "getting-started/integration-method/litellm", |
| 202 | + "getting-started/integration-method/vercelai", |
| 203 | + "getting-started/integration-method/crewai", |
| 204 | + "other-integrations/dify", |
| 205 | + "other-integrations/ragas" |
155 | 206 | ] |
156 | 207 | }, |
157 | 208 | { |
158 | | - "group": "Llama", |
| 209 | + "group": "Async Logging", |
159 | 210 | "pages": [ |
160 | | - "integrations/llama/curl", |
161 | | - "integrations/llama/javascript", |
162 | | - "integrations/llama/python" |
| 211 | + "getting-started/integration-method/openllmetry", |
| 212 | + { |
| 213 | + "group": "Manual Logger", |
| 214 | + "pages": [ |
| 215 | + "getting-started/integration-method/manual-logger-curl", |
| 216 | + "getting-started/integration-method/manual-logger-typescript", |
| 217 | + "getting-started/integration-method/manual-logger-python", |
| 218 | + "getting-started/integration-method/manual-logger-go" |
| 219 | + ] |
| 220 | + } |
163 | 221 | ] |
164 | 222 | }, |
165 | | - "getting-started/integration-method/hyperbolic", |
166 | | - "getting-started/integration-method/mistral", |
167 | | - "getting-started/integration-method/nebius", |
168 | | - "getting-started/integration-method/novita", |
169 | 223 | { |
170 | | - "group": "Nvidia", |
| 224 | + "group": "Custom Logs", |
171 | 225 | "pages": [ |
172 | | - "integrations/nvidia/curl", |
173 | | - "integrations/nvidia/javascript", |
174 | | - "integrations/nvidia/python", |
175 | | - "integrations/nvidia/dynamo" |
| 226 | + "integrations/data/logger-sdk", |
| 227 | + "integrations/data/curl" |
176 | 228 | ] |
177 | 229 | }, |
178 | 230 | { |
179 | | - "group": "Ollama", |
180 | | - "pages": ["integrations/ollama/javascript"] |
181 | | - }, |
182 | | - { |
183 | | - "group": "OpenAI", |
| 231 | + "group": "Tools", |
184 | 232 | "pages": [ |
185 | | - "integrations/openai/curl", |
186 | | - "integrations/openai/javascript", |
187 | | - "integrations/openai/langchain", |
188 | | - "integrations/openai/llamaindex", |
189 | | - "integrations/openai/python", |
190 | | - "integrations/openai/realtime", |
191 | | - "integrations/openai/responses" |
| 233 | + "integrations/tools/curl", |
| 234 | + "integrations/tools/logger-sdk" |
192 | 235 | ] |
193 | 236 | }, |
194 | | - "getting-started/integration-method/openrouter", |
195 | | - "getting-started/integration-method/perplexity", |
196 | | - "getting-started/integration-method/together", |
197 | 237 | { |
198 | | - "group": "xAI", |
| 238 | + "group": "Vector DB", |
199 | 239 | "pages": [ |
200 | | - "integrations/xai/curl", |
201 | | - "integrations/xai/javascript", |
202 | | - "integrations/xai/python" |
| 240 | + "integrations/vectordb/curl", |
| 241 | + "integrations/vectordb/logger-sdk" |
203 | 242 | ] |
204 | 243 | } |
205 | 244 | ] |
206 | 245 | }, |
207 | | - { |
208 | | - "group": "Frameworks", |
209 | | - "pages": [ |
210 | | - "other-integrations/langgraph", |
211 | | - "getting-started/integration-method/litellm", |
212 | | - "getting-started/integration-method/vercelai", |
213 | | - "getting-started/integration-method/crewai", |
214 | | - "other-integrations/dify", |
215 | | - "other-integrations/ragas" |
216 | | - ] |
217 | | - }, |
218 | | - { |
219 | | - "group": "Async Logging", |
220 | | - "pages": [ |
221 | | - "getting-started/integration-method/openllmetry", |
222 | | - { |
223 | | - "group": "Manual Logger", |
224 | | - "pages": [ |
225 | | - "getting-started/integration-method/manual-logger-curl", |
226 | | - "getting-started/integration-method/manual-logger-typescript", |
227 | | - "getting-started/integration-method/manual-logger-python", |
228 | | - "getting-started/integration-method/manual-logger-go" |
229 | | - ] |
230 | | - } |
231 | | - ] |
232 | | - }, |
233 | | - { |
234 | | - "group": "Custom Logs", |
235 | | - "pages": [ |
236 | | - "integrations/data/logger-sdk", |
237 | | - "integrations/data/curl" |
238 | | - ] |
239 | | - }, |
240 | | - { |
241 | | - "group": "Tools", |
242 | | - "pages": [ |
243 | | - "integrations/tools/curl", |
244 | | - "integrations/tools/logger-sdk" |
245 | | - ] |
246 | | - }, |
247 | | - { |
248 | | - "group": "Vector DB", |
249 | | - "pages": [ |
250 | | - "integrations/vectordb/curl", |
251 | | - "integrations/vectordb/logger-sdk" |
252 | | - ] |
253 | | - } |
254 | | - ] |
255 | | - }, |
256 | | - |
257 | | - { |
258 | | - "group": "References", |
259 | | - "pages": [ |
260 | 246 | { |
261 | 247 | "group": "Self-Hosting", |
262 | 248 | "pages": [ |
|
278 | 264 | "group": "Legacy Features", |
279 | 265 | "pages": [ |
280 | 266 | "features/prompts-legacy/editor", |
281 | | - "features/prompts-legacy/generate" |
| 267 | + "features/prompts-legacy/generate", |
| 268 | + "features/advanced-usage/moderations" |
282 | 269 | ] |
283 | 270 | } |
284 | 271 | ] |
|
0 commit comments