Skip to content

🤖 Provider API update - [email protected] #10892

@vercel-ai-sdk

Description

@vercel-ai-sdk

New features

  • POST /v1/chat/completions

    • Added optional request body properties:
      • bootstrap_host (string or null): Internal bootstrap host for disaggregated prefill/decode.
      • bootstrap_room (int64 integer or null, minimum 0): Internal bootstrap room ID for disaggregated prefill/decode.
  • POST /v1/responses

    • In annotations.citations items, added optional properties:
      • start_index (int32 or null): The summary of the annotation.
      • end_index (int32 or null): The end index of the annotation.
      • title (string or null): The title of the annotation.
  • GET /v1/responses/{response_id}

    • In annotations.citations items, added optional properties:
      • start_index (int32 or null): The summary of the annotation.
      • end_index (int32 or null): The end index of the annotation.
      • title (string or null): The title of the annotation.

https://github.com/gr2m/ai-provider-monitor/releases/tag/xai%4014.1.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions