Differentiate custom from openrouter models

Split readme into multiple docs
This commit is contained in:
Fahad
2025-06-13 15:59:48 +04:00
parent cf8fb04c1e
commit 6739182c20
8 changed files with 617 additions and 549 deletions

View File

@@ -24,6 +24,7 @@ class OpenRouterModelConfig:
supports_streaming: bool = True
supports_function_calling: bool = False
supports_json_mode: bool = False
is_custom: bool = False # True for models that should only be used with custom endpoints
description: str = ""
def to_capabilities(self) -> ModelCapabilities: