feat: add Responses API compatibility
This commit is contained in:
@@ -755,6 +755,16 @@ export interface ModelCatalogSource {
|
||||
rateLimits: ModelCatalogRateLimits;
|
||||
}
|
||||
|
||||
export type SupportedTextApiProtocol =
|
||||
| 'openai_chat_completions'
|
||||
| 'openai_responses'
|
||||
| 'anthropic_messages';
|
||||
|
||||
export interface TextGenerateCapability {
|
||||
supportedApiProtocols?: SupportedTextApiProtocol[];
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
export interface ModelCatalogItem {
|
||||
id: string;
|
||||
alias: string;
|
||||
|
||||
Reference in New Issue
Block a user