* feat(provider): support custom API path suffix for custom: endpoints Allow users to configure a custom API path for custom/compatible providers instead of hardcoding /v1/chat/completions. Some self-hosted LLM servers use different API paths. Adds an optional `api_path` field to: - Config (top-level and model_providers profile) - ProviderRuntimeOptions - OpenAiCompatibleProvider When set, the custom path is appended to base_url instead of the default /chat/completions suffix. Closes #3125 * fix: add missing api_path field to test ModelProviderConfig initializers |
||
|---|---|---|
| .. | ||
| component | ||
| fixtures | ||
| integration | ||
| live | ||
| manual | ||
| support | ||
| system | ||
| test_component.rs | ||
| test_integration.rs | ||
| test_live.rs | ||
| test_system.rs | ||