Disrekt Symphony
Universal LLM Interface
8 followers
Universal LLM Interface
8 followers
Disrekt Symphony is a Universal LLM interface that handles model curation for you, while you orchestrate your AI symphony through a single, seamless experience.
8 followers
8 followers
@ritheshofficial What major LLM providers are currently supported by Symphony?
@masump Currently we support OpenAI, Llama, DeepSeek, and Grok model families, we'll be adding Claude, Mistral, Gemini and more very soon. You can see the complete catalog at here.
Swytchcode
Awesome. Does it also handle the output of each LLM and serve a unified output schema?
@chilarai Yes. All providers are normalized to the OpenAI chat/completions schema (messages, usage tokens, finish_reason, etc.), so you get a consistent payload regardless of backend. We also normalize errors and usage metering, and you can stream or get JSON responses the same way across models.
Swytchcode
@ritheshofficial nice.