You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> -`--approach proxy` flag: Not supported in command-line interface
80
+
> -`extra_body` method: Currently broken due to parsing bug in server code
127
81
128
82
#### Combined Approaches
129
83
```bash
@@ -136,6 +90,8 @@ curl -X POST http://localhost:8000/v1/chat/completions \
136
90
}'
137
91
```
138
92
93
+
> **Note**: The proxy wrapping functionality (`proxy_wrap`) is currently not accessible via the working model prefix method. This would require the `extra_body` approach which is currently broken.
94
+
139
95
## Configuration Reference
140
96
141
97
### Provider Configuration
@@ -203,7 +159,7 @@ providers:
203
159
204
160
### Model-Specific Routing
205
161
206
-
When using `--approach proxy`, the proxy automatically maps model names to provider-specific deployments:
162
+
The proxy automatically maps model names to provider-specific deployments:
207
163
208
164
```yaml
209
165
providers:
@@ -222,9 +178,9 @@ providers:
222
178
# No model_map needed - uses model names as-is
223
179
```
224
180
225
-
With this configuration and `optillm --approach proxy`:
0 commit comments