Skip to content

gemini-openai-compatible support reasoningEffort: 'none' #7087

@DeJeune

Description

@DeJeune

Description

https://ai.google.dev/gemini-api/docs/openai#thinking

but it is limited in code:

/**
* Reasoning effort for reasoning models. Defaults to `medium`.
*/
reasoningEffort: z.enum(['low', 'medium', 'high']).optional(),
});
export type OpenAICompatibleProviderOptions = z.infer<
typeof openaiCompatibleProviderOptions
>;

AI SDK Version

v5

Metadata

Metadata

Assignees

No one assigned

    Labels

    ai/providerrelated to a provider package. Must be assigned together with at least one `provider/*` labelbugSomething isn't working as documentedprovider/googleIssues related to the @ai-sdk/google providerprovider/openai-compatibleIssues related to the @ai-sdk/openai-compatible provider

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions