Skip to content

Conversation

@blefo
Copy link
Member

@blefo blefo commented Sep 2, 2025

This PR adds multimodal support to the chat completion endpoint

  • The chat completion endpoint now accepts images in base64 format, enabling text + image model inputs.
  • The request body format aligns with the OpenAI client specification.
  • Web search is updated to support both web search and multimodal inputs.

messages: List[Message], query: str
) -> WebSearchEnhancedMessages:
"""Enhance a list of messages with web search context.
"""Enhance a list of messages with web search context.Collapse commentComment on line L155jcabrero commented on Aug 26, 2025 jcabreroon Aug 26, 2025MemberDeleted docstring?Write a replyResolve commentCode has comments. Press enter to view.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check this out.

Copy link
Member

@jcabrero jcabrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@blefo blefo force-pushed the feat-multimodal-endpoint-clean branch from 2a668e7 to 8e3b3f6 Compare September 2, 2025 15:32
@blefo blefo merged commit b30dafd into main Sep 2, 2025
2 checks passed
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.

3 participants