Lee-W commented on code in PR #69711:
URL: https://github.com/apache/airflow/pull/69711#discussion_r3576971754
##########
providers/common/ai/docs/connections/pydantic_ai.rst:
##########
@@ -38,9 +38,12 @@ Model
dedicated input in the connection form (via ``conn-fields``) and stores its
value in ``extra["model"]``.
- Examples: ``openai:gpt-5.3``, ``anthropic:claude-sonnet-4-20250514``,
+ Examples: ``openai:gpt-5.3``, ``anthropic:claude-sonnet-5``,
Review Comment:
Yep, sounds like a good idea. Just found their definition in
https://github.com/openai/openai-python/blob/main/src/openai/types/shared/chat_model.py#L7.
not sure whehter we have a better reference somehwere. but i'll add it there
for now
##########
providers/common/ai/docs/connections/pydantic_ai.rst:
##########
@@ -38,7 +38,7 @@ Model
dedicated input in the connection form (via ``conn-fields``) and stores its
value in ``extra["model"]``.
- Examples: ``openai:gpt-5.3``, ``anthropic:claude-sonnet-4-20250514``,
+ Examples: ``openai:gpt-5.3``, ``anthropic:claude-sonnet-5``,
Review Comment:
https://platform.claude.com/docs/en/about-claude/models/overview#latest-models-comparison
##########
providers/common/ai/docs/connections/pydantic_ai.rst:
##########
@@ -38,9 +38,12 @@ Model
dedicated input in the connection form (via ``conn-fields``) and stores its
value in ``extra["model"]``.
- Examples: ``openai:gpt-5.3``, ``anthropic:claude-sonnet-4-20250514``,
+ Examples: ``openai:gpt-5.3``, ``anthropic:claude-sonnet-5``,
Review Comment:
maybe https://developers.openai.com/api/docs/models/all
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]