Skip to content

feat: MultiModel support on assistant (non stream)#24

Merged
TenzDelek merged 1 commit intomainfrom
multimodel-support
Mar 16, 2026
Merged

feat: MultiModel support on assistant (non stream)#24
TenzDelek merged 1 commit intomainfrom
multimodel-support

Conversation

@TenzDelek
Copy link
Member

@TenzDelek TenzDelek commented Mar 16, 2026

Request:

{
  "assistant_id": "acc68cb6-ea51-44a3-ad4b-6a9824a9ed70",
  "target_language": "tibetan",
  "prompt": [
    "buddha"
  ],
  "model": [
    "claude-sonnet-4-20250514","gemini-2.5-flash"
  ]
}

Response:

{
  "responses": [
    {
      "model": "claude-sonnet-4-20250514",
      "results": [
        {
          "output_text": "སངས་རྒྱས།"
        }
      ],
      "metadata": {
        "initialized_at": "2026-03-16T11:35:26.702986",
        "total_batches": 1,
        "completed_at": "2026-03-16T11:35:29.483759",
        "total_processing_time": 2.7807700634002686
      },
      "errors": []
    },
    {
      "model": "gemini-2.5-flash",
      "results": [
        {
          "output_text": "\"སངས་རྒྱས།\""
        }
      ],
      "metadata": {
        "initialized_at": "2026-03-16T11:35:26.703104",
        "total_batches": 1,
        "completed_at": "2026-03-16T11:35:27.862257",
        "total_processing_time": 1.1591510772705078
      },
      "errors": []
    }
  ]
}

@TenzDelek TenzDelek merged commit c5ad316 into main Mar 16, 2026
2 checks passed
@TenzDelek TenzDelek deleted the multimodel-support branch March 16, 2026 06:11
TenzDelek added a commit that referenced this pull request Mar 16, 2026
This reverts commit c5ad316, reversing
changes made to fb19e23.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant