Neutrome SDK reference
    Preparing search index...

    Type Alias ProviderStyle

    ProviderStyle:
        | "chat-completions"
        | "responses"
        | "anthropic-messages"
        | "google-genai"

    A provider wire format supported by this package.

    Every parse*/emit* entry point takes one of these, so a router can hold a single style value and stay agnostic of the provider behind it.